|
| AutoIndentMode (const QString &name, const QString &description="", QObject *parent=NULL) |
|
virtual void | onStateChanged (bool state) |
|
void | setKeyPressedModifiers (Qt::KeyboardModifiers modifiers) |
|
Qt::KeyboardModifiers | keyPressedModifiers () const |
|
void | setAutoStripTrailingSpacesAfterReturn (bool strip) |
|
bool | autoStripTrailingSpacesAfterReturn () const |
|
void | enableAutoIndent (bool autoIndent) |
|
bool | isAutoIndentEnabled () const |
|
| 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 |
|
|
QChar | indentChar () const |
|
QString | singleIndent () const |
|
virtual QPair< QString, QString > | getIndent (const QTextCursor &cursor) const |
|
|
void | onKeyPressed (QKeyEvent *e) |
|
|
Qt::KeyboardModifiers | m_keyPressedModifiers |
|
bool | m_autoStripTrailingSpacesAfterReturn |
|
bool | m_enableAutoIndent |
|
|
typedef QSharedPointer< Mode > | Ptr |
|
◆ onStateChanged()
void ito::AutoIndentMode::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/autoindent.h
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/codeEditor/modes/autoindent.cpp