framless dialog, shown as popup over a script editor, to display the outline.
More...
#include <outlineSelectorWidget.h>
|
| OutlineSelectorWidget (const QList< EditorOutline > &outlines, int currentOutlineIndex, ScriptDockWidget *scriptDockWidget, QWidget *parent=nullptr) |
|
|
enum | Scope { AllScripts
, SingleScript
} |
|
|
void | setDialogPosition () |
|
void | fillContent () |
|
QList< QTreeWidgetItem * > | parseTree (const QString &filename, int editorUID, const QSharedPointer< OutlineItem > &root) const |
|
bool | filterItemRec (QTreeWidgetItem *root, const QString &text) |
|
QString | renderTooltipText (const QSharedPointer< OutlineItem > &item) const |
|
QString | argsWordWrap (QString argText, int maxLineLength) const |
| < wraps the arguments text of a signature with a maximum line length
|
|
bool | selectFirstVisibleChild (QTreeWidgetItem *parent) |
|
void | keyReleaseEvent (QKeyEvent *ev) |
|
void | keyPressEvent (QKeyEvent *ev) |
|
void | focusOutEvent (QFocusEvent *ev) |
|
bool | eventFilter (QObject *obj, QEvent *ev) |
|
|
void | filterTextChanged (const QString &text) |
|
void | itemActivated (QTreeWidgetItem *item, int column) |
|
void | actSort (bool triggered) |
|
void | actScopeChanged (bool triggered) |
|
|
ScriptDockWidget * | m_pScriptDockWidget |
|
QTreeWidget * | m_pTreeWidget |
|
QLineEdit * | m_pLineEdit |
|
Scope | m_currentScope |
|
QList< EditorOutline > | m_outlines |
|
int | m_currentOutlineIndex |
|
bool | m_sortItems |
|
QAction * | m_actScopeChange |
|
framless dialog, shown as popup over a script editor, to display the outline.
The documentation for this class was generated from the following files:
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/widgets/outlineSelectorWidget.h
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/widgets/outlineSelectorWidget.cpp