|
| OccurrencesHighlighterMode (const QString &description="", QObject *parent=NULL) |
|
QColor | background () const |
|
void | setBackground (const QColor &color) |
|
QColor | foreground () const |
|
void | setForeground (const QColor &color) |
|
int | delay () const |
|
void | setDelay (int delay) |
|
bool | underlined () const |
|
void | setUnderlined (bool value) |
|
bool | caseSensitive () const |
|
void | setCaseSensitive (bool value) |
|
bool | wholeWord () const |
|
void | setWholeWord (bool value) |
|
bool | selectOnDoubleClick () const |
|
void | setSelectOnDoubleClick (bool value) |
|
virtual void | onStateChanged (bool state) |
|
| Mode (const Mode ©) |
|
| Mode (const QString &name, const QString &description="") |
|
bool | operator== (const Mode &other) const |
|
virtual void | onInstall (CodeEditor *editor) |
|
virtual void | onUninstall () |
|
QString | name () const |
|
bool | enabled () const |
|
void | setEnabled (bool enabled) |
|
CodeEditor * | editor () const |
|
bool | onClose () const |
|
virtual QList< QAction * > | actions () const |
|
|
typedef QList< QPair< int, int > > | MatchesList |
|
|
void | clearDecorations () |
|
MatchesList | findAll (const QString &text, const QString &sub, bool wholeWord, bool caseSensitive) |
|
|
QColor | m_background |
|
QColor | m_foreground |
|
bool | m_underlined |
|
bool | m_caseSensitive |
|
QString | m_sub |
|
bool | m_wholeWord |
|
bool | m_selectOnDoubleClick |
|
QList< TextDecoration::Ptr > | m_decorations |
|
QFutureWatcher< MatchesList > | m_asyncFindAllWatcher |
|
DelayJobRunnerBase * | m_pTimer |
|
|
void | requestHighlightPosChanged () |
|
void | requestHighlightDoubleClick () |
|
void | requestHighlight () |
|
void | sendRequest () |
|
void | onResultsAvailable (QList< QPair< int, int > > results) |
|
void | asyncFindAllWatcherFinished () |
|
|
typedef QSharedPointer< Mode > | Ptr |
|
◆ onStateChanged()
void ito::OccurrencesHighlighterMode::onStateChanged |
( |
bool | state | ) |
|
|
virtual |
The documentation for this class was generated from the following files:
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/codeEditor/modes/occurrences.h
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/codeEditor/modes/occurrences.cpp