|
| LineBackgroundMarkerMode (const QString &name, const QColor &bgcolor, const QString &description="", QObject *parent=NULL) |
|
QColor | background () const |
|
void | setBackground (const QColor &color) |
|
bool | numMarkedLines () const |
|
void | addMarker (int line) |
|
void | addMarker (int fromLine, int toLine) |
|
void | clearAllMarkers () |
|
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 |
|
QList< TextDecoration::Ptr > | m_decorations |
|
|
typedef QSharedPointer< Mode > | Ptr |
|
◆ onInstall()
void ito::LineBackgroundMarkerMode::onInstall |
( |
CodeEditor * | editor | ) |
|
|
virtual |
◆ onStateChanged()
void ito::LineBackgroundMarkerMode::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/lineBackgroundMarker.h
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/codeEditor/modes/lineBackgroundMarker.cpp