|
|
| BreakPointDockWidget (const QString &title, const QString &objName, QWidget *parent=NULL, bool docked=true, bool isDockAvailable=true, tFloatingStyle floatingStyle=floatingNone, tMovingStyle movingStyle=movingEnabled) |
| |
| | AbstractDockWidget (bool docked, bool isDockAvailable, tFloatingStyle floatingStyle, tMovingStyle movingStyle, const QString &title=QString(), const QString &objName=QString(), QWidget *parent=0) |
| | constructor
|
| |
| virtual | ~AbstractDockWidget () |
| | destructor
|
| |
|
bool | docked () const |
| |
|
RetVal | setTopLevel (tTopLevelStyle topLevel, bool showWindow=true) |
| |
|
void | setParent (QWidget *parent) |
| |
|
QWidget * | getActiveInstance () |
| |
|
QRect | frameGeometry () const |
| |
|
const QRect & | geometry () const |
| |
|
QRect | normalGeometry () const |
| |
|
int | x () const |
| |
|
int | y () const |
| |
|
QPoint | pos () const |
| |
|
QSize | frameSize () const |
| |
|
QSize | size () const |
| |
|
int | width () const |
| |
|
int | height () const |
| |
|
QRect | rect () const |
| |
|
QRect | childrenRect () const |
| |
|
QRegion | childrenRegion () const |
| |
|
void | move (int x, int y) |
| |
|
void | move (const QPoint &) |
| |
|
void | resize (int w, int h) |
| |
|
void | resize (const QSize &) |
| |
|
void | setGeometry (int x, int y, int w, int h) |
| |
|
void | setGeometry (const QRect &) |
| |
|
void | setMinimumSize (const QSize &size) |
| |
|
QString | windowTitle () |
| |
|
void | setWindowTitle (const QString &title) |
| |
|
bool | isEnabled () const |
| |
|
bool | isVisible () const |
| |
|
void | saveState (const QString &iniName) const |
| |
|
void | restoreState (const QString &iniName) |
| |
| void | synchronizeTopLevelState () |
| | synchronizes the top level state of the dock widget with the floating settings of this abstract dock widget
|
| |
|
virtual QSize | sizeHint () const |
| |
|
virtual QSize | minimumSizeHint () const |
| |
|
|
void | doubleClicked (const QModelIndex &index) |
| |
|
void | mnuDeleteBP () |
| |
|
void | mnuDeleteAllBPs () |
| |
|
void | mnuEditBreakpoint () |
| |
|
void | mnuEnOrDisAbleBrakpoint () |
| |
|
void | mnuEnOrDisAbleAllBrakpoints () |
| |
|
void | treeViewContextMenuRequested (const QPoint &pos) |
| |
|
void | treeViewSelectionChanged (const QItemSelection &selected, const QItemSelection &deselected) |
| |
|
void | actualizeTree (const QModelIndex &parent, int start, int end) |
| |
|
void | dataChanged () |
| |
◆ createActions()
| void ito::BreakPointDockWidget::createActions |
( |
| ) |
|
|
protectedvirtual |
◆ createMenus()
| void ito::BreakPointDockWidget::createMenus |
( |
| ) |
|
|
protectedvirtual |
◆ createStatusBar()
| void ito::BreakPointDockWidget::createStatusBar |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ createToolBars()
| void ito::BreakPointDockWidget::createToolBars |
( |
| ) |
|
|
protectedvirtual |
◆ updateActions()
| void ito::BreakPointDockWidget::updateActions |
( |
| ) |
|
|
protectedvirtual |
◆ updatePythonActions()
| void ito::BreakPointDockWidget::updatePythonActions |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ m_breakPointView
QTreeViewItom derived from QTreeView with some special selection behaviour (see QItomWidgets)
◆ m_enOrDisAbleAllBreakpoints
| bool ito::BreakPointDockWidget::m_enOrDisAbleAllBreakpoints |
|
private |
This is a flag used to signalize the enableBP method that it has to select all entries or just the ones the user selected
◆ m_pContextMenu
| QMenu* ito::BreakPointDockWidget::m_pContextMenu |
|
private |
Contextmenu with the same actions as the toolbar
◆ m_pMainToolbar
| QToolBar* ito::BreakPointDockWidget::m_pMainToolbar |
|
private |
The documentation for this class was generated from the following files:
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/widgets/breakPointDockWidget.h
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/widgets/breakPointDockWidget.cpp