![]() |
Qt 4.8
|
Public Functions | |
| void | _q_delayedRehighlight () |
| void | _q_reformatBlocks (int from, int charsRemoved, int charsAdded) |
| void | applyFormatChanges () |
| QSyntaxHighlighterPrivate () | |
| void | reformatBlock (const QTextBlock &block) |
| void | reformatBlocks (int from, int charsRemoved, int charsAdded) |
| void | rehighlight (QTextCursor &cursor, QTextCursor::MoveOperation operation) |
Public Functions inherited from QObjectPrivate | |
| void | _q_reregisterTimers (void *pointer) |
| void | addConnection (int signal, Connection *c) |
| void | cleanConnectionLists () |
| void | connectNotify (const char *signal) |
| void | deleteChildren () |
| void | disconnectNotify (const char *signal) |
| bool | isSender (const QObject *receiver, const char *signal) const |
| bool | isSignalConnected (uint signalIdx) const |
| Returns true if the signal with index signal_index from object sender is connected. More... | |
| void | moveToThread_helper () |
| QObjectPrivate (int version=QObjectPrivateVersion) | |
| QObjectList | receiverList (const char *signal) const |
| QObjectList | senderList () const |
| void | setParent_helper (QObject *) |
| void | setThreadData_helper (QThreadData *currentData, QThreadData *targetData) |
| int | signalIndex (const char *signalName) const |
| Returns the signal index used in the internal connectionLists vector. More... | |
| virtual | ~QObjectPrivate () |
Public Functions inherited from QObjectData | |
| virtual | ~QObjectData ()=0 |
Public Variables | |
| QTextBlock | currentBlock |
| QPointer< QTextDocument > | doc |
| QVector< QTextCharFormat > | formatChanges |
| bool | inReformatBlocks |
| bool | rehighlightPending |
Public Variables inherited from QObjectPrivate | |
| union { | |
| QObject * currentChildBeingDeleted | |
| QAbstractDeclarativeData * declarativeData | |
| }; | |
| quint32 | connectedSignals [2] |
| QObjectConnectionListVector * | connectionLists |
| Sender * | currentSender |
| QList< QPointer< QObject > > | eventFilters |
| ExtraData * | extraData |
| QString | objectName |
| Connection * | senders |
| QAtomicPointer< QtSharedPointer::ExternalRefCountData > | sharedRefcount |
| QThreadData * | threadData |
| void * | unused |
Public Variables inherited from QObjectData | |
| uint | blockSig: 1 |
| QObjectList | children |
| uint | hasGuards: 1 |
| uint | inEventHandler: 1 |
| uint | inThreadChangeEvent: 1 |
| uint | isWidget: 1 |
| QMetaObject * | metaObject |
| uint | ownObjectName: 1 |
| QObject * | parent |
| uint | pendTimer: 1 |
| int | postedEvents |
| QObject * | q_ptr |
| uint | receiveChildEvents: 1 |
| uint | sendChildEvents: 1 |
| uint | unused: 22 |
| uint | wasDeleted: 1 |
Additional Inherited Members | |
Public Types inherited from QObjectPrivate | |
| typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
Static Public Functions inherited from QObjectPrivate | |
| static void | clearGuards (QObject *) |
| static QObjectPrivate * | get (QObject *o) |
| static void | resetCurrentSender (QObject *receiver, Sender *currentSender, Sender *previousSender) |
| static Sender * | setCurrentSender (QObject *receiver, Sender *sender) |
| static void | signalSignature (const QMetaMethod &signal, QVarLengthArray< char > *result) |
Definition at line 58 of file qsyntaxhighlighter.cpp.
|
inline |
Definition at line 62 of file qsyntaxhighlighter.cpp.
|
inline |
Definition at line 82 of file qsyntaxhighlighter.cpp.
| void QSyntaxHighlighterPrivate::_q_reformatBlocks | ( | int | from, |
| int | charsRemoved, | ||
| int | charsAdded | ||
| ) |
Definition at line 180 of file qsyntaxhighlighter.cpp.
| void QSyntaxHighlighterPrivate::applyFormatChanges | ( | ) |
Definition at line 96 of file qsyntaxhighlighter.cpp.
Referenced by _q_delayedRehighlight(), and reformatBlock().
| void QSyntaxHighlighterPrivate::reformatBlock | ( | const QTextBlock & | block | ) |
Definition at line 216 of file qsyntaxhighlighter.cpp.
Referenced by reformatBlocks().
| void QSyntaxHighlighterPrivate::reformatBlocks | ( | int | from, |
| int | charsRemoved, | ||
| int | charsAdded | ||
| ) |
Definition at line 186 of file qsyntaxhighlighter.cpp.
Referenced by _q_reformatBlocks(), and rehighlight().
|
inline |
Definition at line 72 of file qsyntaxhighlighter.cpp.
| QTextBlock QSyntaxHighlighterPrivate::currentBlock |
Definition at line 91 of file qsyntaxhighlighter.cpp.
Referenced by applyFormatChanges(), and reformatBlock().
| QPointer<QTextDocument> QSyntaxHighlighterPrivate::doc |
Definition at line 66 of file qsyntaxhighlighter.cpp.
Referenced by applyFormatChanges(), and reformatBlocks().
| QVector<QTextCharFormat> QSyntaxHighlighterPrivate::formatChanges |
Definition at line 90 of file qsyntaxhighlighter.cpp.
Referenced by applyFormatChanges(), reformatBlock(), and reformatBlocks().
| bool QSyntaxHighlighterPrivate::inReformatBlocks |
Definition at line 93 of file qsyntaxhighlighter.cpp.
Referenced by _q_reformatBlocks(), and rehighlight().
| bool QSyntaxHighlighterPrivate::rehighlightPending |
Definition at line 92 of file qsyntaxhighlighter.cpp.
Referenced by _q_delayedRehighlight(), and reformatBlocks().