|
void | outOfDoc (PyAssignment assignment) |
|
void | noResultsFound () |
|
void | wordClicked (const QTextCursor &cursor) |
|
|
| PyGotoAssignmentMode (const QString &description="", QObject *parent=NULL) |
|
virtual void | onStateChanged (bool state) |
|
void | setDefaultWordClickMode (int mode) |
|
int | defaultWordClickMode () const |
|
bool | mouseClickEnabled () const |
|
void | setMouseClickEnabled (bool enabled) |
|
virtual QList< QAction * > | actions () const |
|
| WordClickMode (const QString &name="WordClickMode", const QString &description="", QObject *parent=NULL) |
|
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 |
|
|
void | doGoto (const PyAssignment &assignment) |
|
virtual void | checkWordCursor (const QTextCursor &cursor) |
|
void | checkWordCursorWithMode (const QTextCursor &cursor, int mode) |
|
QList< PyAssignment > | unique (const QList< PyAssignment > &assignments) const |
|
virtual void | clearSelection () |
|
void | performGoto (const QList< PyAssignment > &assignments) |
|
void | timerEvent (QTimerEvent *event) override |
|
void | selectWordCursor () |
|
void | addDecoration (const QTextCursor &cursor) |
|
void | removeDecoration () |
|
|
void | requestGotoDefinition () |
|
void | requestGotoAssignment () |
|
void | requestGotoAssignmentEx () |
|
void | onJediAssignmentResultsAvailable (QVector< ito::JediAssignment > assignments) |
|
void | onWordClicked (const QTextCursor &cursor) |
|
void | onKeyReleasedGoto (QKeyEvent *e) |
|
|
QObject * | m_pPythonEngine |
|
bool | m_gotoRequested |
|
int | m_gotoRequestedTimerId |
|
QList< PyAssignment > | m_assignments |
|
QAction * | m_pActionGotoDefinition |
|
QAction * | m_pActionGotoAssignment |
|
QAction * | m_pActionGotoAssignmentExtended |
|
int | m_defaultMode |
|
bool | m_mouseClickEnabled |
|
|
static const int | gotoRequestedTimeoutMs = 3000 |
|
|
typedef QSharedPointer< Mode > | Ptr |
|
◆ actions()
QList< QAction * > ito::PyGotoAssignmentMode::actions |
( |
| ) |
const |
|
virtual |
◆ checkWordCursor()
void ito::PyGotoAssignmentMode::checkWordCursor |
( |
const QTextCursor & | cursor | ) |
|
|
protectedvirtual |
◆ clearSelection()
void ito::PyGotoAssignmentMode::clearSelection |
( |
| ) |
|
|
protectedvirtual |
◆ onStateChanged()
void ito::PyGotoAssignmentMode::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/pyGotoAssignment.h
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/codeEditor/modes/pyGotoAssignment.cpp