cantor/src/lib
Cantor::DefaultHighlighter Member List
This is the complete list of members for Cantor::DefaultHighlighter, including all inherited members.
| addFunctions(const Container &functions) | Cantor::DefaultHighlighter | protected |
| addKeywords(const Container &keywords) | Cantor::DefaultHighlighter | protected |
| addPair(const QChar &openSymbol, const QChar &closeSymbol) | Cantor::DefaultHighlighter | protected |
| addRule(const QString &word, const QTextCharFormat &format) | Cantor::DefaultHighlighter | protected |
| addRule(const QRegExp ®exp, const QTextCharFormat &format) | Cantor::DefaultHighlighter | protected |
| addRules(const Container &conditions, const QTextCharFormat &format) | Cantor::DefaultHighlighter | protected |
| addVariables(const Container &variables) | Cantor::DefaultHighlighter | protected |
| blockSignals(bool block) | QObject | |
| checkConnectArgs(const char *signal, const QObject *object, const char *method) | QObject | protected |
| child(const char *objName, const char *inheritsClass, bool recursiveSearch) const | QObject | |
| childEvent(QChildEvent *event) | QObject | protectedvirtual |
| children() const | QObject | |
| className() const | QObject | |
| commentFormat() const | Cantor::DefaultHighlighter | protected |
| connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) | QObject | static |
| connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) | QObject | static |
| connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const | QObject | |
| connectNotify(const char *signal) | QObject | protectedvirtual |
| currentBlock() const | QSyntaxHighlighter | protected |
| currentBlockState() const | QSyntaxHighlighter | protected |
| currentBlockUserData() const | QSyntaxHighlighter | protected |
| customEvent(QEvent *event) | QObject | protectedvirtual |
| DefaultHighlighter(QObject *parent) | Cantor::DefaultHighlighter | |
| deleteLater() | QObject | |
| destroyed(QObject *obj) | QObject | |
| disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method) | QObject | static |
| disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) | QObject | static |
| disconnect(const char *signal, const QObject *receiver, const char *method) | QObject | |
| disconnect(const QObject *receiver, const char *method) | QObject | |
| disconnectNotify(const char *signal) | QObject | protectedvirtual |
| document() const | QSyntaxHighlighter | |
| dumpObjectInfo() | QObject | |
| dumpObjectTree() | QObject | |
| dynamicPropertyNames() const | QObject | |
| errorFormat() const | Cantor::DefaultHighlighter | protected |
| event(QEvent *e) | QObject | virtual |
| eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
| findChild(const QString &name) const | QObject | |
| findChildren(const QString &name) const | QObject | |
| findChildren(const QRegExp ®Exp) const | QObject | |
| format(int position) const | QSyntaxHighlighter | protected |
| functionFormat() const | Cantor::DefaultHighlighter | protected |
| highlightBlock(const QString &text) | Cantor::DefaultHighlighter | protectedvirtual |
| highlightPairs(const QString &text) | Cantor::DefaultHighlighter | protected |
| highlightRegExps(const QString &text) | Cantor::DefaultHighlighter | protected |
| highlightWords(const QString &text) | Cantor::DefaultHighlighter | protected |
| inherits(const char *className) const | QObject | |
| insertChild(QObject *object) | QObject | |
| installEventFilter(QObject *filterObj) | QObject | |
| isA(const char *className) const | QObject | |
| isWidgetType() const | QObject | |
| keywordFormat() const | Cantor::DefaultHighlighter | protected |
| killTimer(int id) | QObject | |
| matchingPairFormat() const | Cantor::DefaultHighlighter | protected |
| metaObject() const | QObject | virtual |
| mismatchingPairFormat() const | Cantor::DefaultHighlighter | protected |
| moveToThread(QThread *targetThread) | QObject | |
| name() const | QObject | |
| name(const char *defaultName) const | QObject | |
| nonSeparatingCharacters() const | Cantor::DefaultHighlighter | protectedvirtual |
| normalizeSignalSlot(const char *signalSlot) | QObject | protectedstatic |
| numberFormat() const | Cantor::DefaultHighlighter | protected |
| objectFormat() const | Cantor::DefaultHighlighter | protected |
| objectName | QObject | |
| objectName() const | QObject | |
| operatorFormat() const | Cantor::DefaultHighlighter | protected |
| parent() const | QObject | |
| positionChanged(QTextCursor) | Cantor::DefaultHighlighter | slot |
| previousBlockState() const | QSyntaxHighlighter | protected |
| property(const char *name) const | QObject | |
| QObject(QObject *parent) | QObject | |
| QObject(QObject *parent, const char *name) | QObject | |
| QSyntaxHighlighter(QObject *parent) | QSyntaxHighlighter | |
| QSyntaxHighlighter(QTextDocument *parent) | QSyntaxHighlighter | |
| QSyntaxHighlighter(QTextEdit *parent) | QSyntaxHighlighter | |
| receivers(const char *signal) const | QObject | protected |
| rehighlight() | QSyntaxHighlighter | |
| rehighlightBlock(const QTextBlock &block) | QSyntaxHighlighter | |
| removeChild(QObject *object) | QObject | |
| removeEventFilter(QObject *obj) | QObject | |
| removeRule(const QString &word) | Cantor::DefaultHighlighter | protected |
| removeRule(const QRegExp ®exp) | Cantor::DefaultHighlighter | protected |
| removeRules(const Container &conditions) | Cantor::DefaultHighlighter | protected |
| rulesChanged() | Cantor::DefaultHighlighter | signal |
| sender() const | QObject | protected |
| senderSignalIndex() const | QObject | protected |
| setCurrentBlockState(int newState) | QSyntaxHighlighter | protected |
| setCurrentBlockUserData(QTextBlockUserData *data) | QSyntaxHighlighter | protected |
| setDocument(QTextDocument *doc) | QSyntaxHighlighter | |
| setFormat(int start, int count, const QTextCharFormat &format) | QSyntaxHighlighter | protected |
| setFormat(int start, int count, const QColor &color) | QSyntaxHighlighter | protected |
| setFormat(int start, int count, const QFont &font) | QSyntaxHighlighter | protected |
| setName(const char *name) | QObject | |
| setObjectName(const QString &name) | QObject | |
| setParent(QObject *parent) | QObject | |
| setProperty(const char *name, const QVariant &value) | QObject | |
| setTextItem(QGraphicsTextItem *item) | Cantor::DefaultHighlighter | |
| signalsBlocked() const | QObject | |
| skipHighlighting(const QString &text) | Cantor::DefaultHighlighter | protected |
| startTimer(int interval) | QObject | |
| stringFormat() const | Cantor::DefaultHighlighter | protected |
| thread() const | QObject | |
| timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
| tr(const char *sourceText, const char *disambiguation, int n) | QObject | static |
| trUtf8(const char *sourceText, const char *disambiguation, int n) | QObject | static |
| variableFormat() const | Cantor::DefaultHighlighter | protected |
| ~DefaultHighlighter() | Cantor::DefaultHighlighter | |
| ~QObject() | QObject | virtual |
| ~QSyntaxHighlighter() | QSyntaxHighlighter | virtual |
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:33 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:33 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference