|
typedef QSharedPointer< Mode > | Ptr |
|
|
| Mode (const Mode ©) |
|
| Mode (const QString &name, const QString &description="") |
|
bool | operator== (const Mode &other) const |
|
virtual void | onInstall (CodeEditor *editor) |
|
virtual void | onUninstall () |
|
virtual void | onStateChanged (bool state) |
|
QString | name () const |
|
bool | enabled () const |
|
void | setEnabled (bool enabled) |
|
CodeEditor * | editor () const |
|
bool | onClose () const |
|
virtual QList< QAction * > | actions () const |
|
|
QString | m_name |
|
QString | m_description |
|
bool | m_enabled |
|
CodeEditor * | m_editor |
|
bool | m_onClose |
|
The documentation for this class was generated from the following files:
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/codeEditor/mode.h
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/codeEditor/mode.cpp