|
| CaretLineHighlighterMode (const QString &description="", QObject *parent=NULL) |
|
QColor | background () const |
|
void | setBackground (const QColor &color) |
|
bool | blocked () const |
|
void | setBlocked (bool blocked) |
|
virtual void | onInstall (CodeEditor *editor) |
|
virtual void | onStateChanged (bool state) |
|
| Mode (const Mode ©) |
|
| Mode (const QString &name, const QString &description="") |
|
bool | operator== (const Mode &other) const |
|
virtual void | onUninstall () |
|
QString | name () const |
|
bool | enabled () const |
|
void | setEnabled (bool enabled) |
|
CodeEditor * | editor () const |
|
bool | onClose () const |
|
virtual QList< QAction * > | actions () const |
|
|
QColor | m_color |
|
TextDecoration::Ptr | m_decoration |
|
bool | m_blocked |
| if true, the highlighter is temporarily disabled, even if it is enabled.
|
|
|
typedef QSharedPointer< Mode > | Ptr |
|
◆ onInstall()
void ito::CaretLineHighlighterMode::onInstall |
( |
CodeEditor * | editor | ) |
|
|
virtual |
◆ onStateChanged()
void ito::CaretLineHighlighterMode::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/caretLineHighlight.h
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/codeEditor/modes/caretLineHighlight.cpp