|
void | wordClicked (const QTextCursor &cursor) |
|
|
| WordClickMode (const QString &name="WordClickMode", const QString &description="", QObject *parent=NULL) |
|
virtual void | onStateChanged (bool state) |
|
Qt::KeyboardModifiers | wordClickModifiers () const |
|
void | setWordClickModifiers (Qt::KeyboardModifiers modifiers) |
|
| 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 |
|
|
void | selectWordCursor () |
|
virtual void | clearSelection () |
|
virtual void | checkWordCursor (const QTextCursor &cursor)=0 |
|
void | addDecoration (const QTextCursor &cursor) |
|
void | removeDecoration () |
|
|
void | onMouseDoubleClicked (QMouseEvent *e) |
|
void | onMouseMoved (QMouseEvent *e) |
|
void | onMouseReleased (QMouseEvent *e) |
|
void | onKeyReleased (QKeyEvent *e) |
|
|
void | emitWordClicked (QTextCursor cursor) |
|
|
int | m_previousCursorStart |
|
int | m_previousCursorEnd |
|
DelayJobRunnerBase * | m_pTimer |
|
TextDecoration::Ptr | m_deco |
|
QTextCursor | m_cursor |
|
Qt::KeyboardModifiers | m_mouseMoveKeyboardModifiers |
|
|
typedef QSharedPointer< Mode > | Ptr |
|
◆ onStateChanged()
void ito::WordClickMode::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/wordclick.h
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/codeEditor/modes/wordclick.cpp