|
| ErrorLineHighlighterMode (const QString &description="", QObject *parent=NULL) |
|
QColor | background () const |
|
void | setBackground (const QColor &color) |
|
bool | errorLineAvailable () const |
|
void | setErrorLine (int line) |
|
void | clearErrorLine () |
|
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 |
|
|
typedef QSharedPointer< Mode > | Ptr |
|
◆ onInstall()
void ito::ErrorLineHighlighterMode::onInstall |
( |
CodeEditor * | editor | ) |
|
|
virtual |
◆ onStateChanged()
void ito::ErrorLineHighlighterMode::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/errorLineHighlight.h
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/codeEditor/modes/errorLineHighlight.cpp