itom 2.0.0
ito::BreakPointDockWidget Class Reference
Inheritance diagram for ito::BreakPointDockWidget:
ito::AbstractDockWidget

List of all members.

Public Member Functions

 BreakPointDockWidget (const QString &title, const QString &objName, QWidget *parent=NULL, bool docked=true, bool isDockAvailable=true, tFloatingStyle floatingStyle=floatingNone, tMovingStyle movingStyle=movingEnabled)

Protected Member Functions

void createActions ()
void createMenus ()
void createToolBars ()
void createStatusBar ()
void updateActions ()
void updatePythonActions ()

Private Slots

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)

Private Attributes

QTreeViewItomm_breakPointView
QToolBar * m_pMainToolbar
QMenu * m_pContextMenu
bool m_enOrDisAbleAllBreakpoints
ShortcutAction * m_pActDelBP
ShortcutAction * m_pActDelAllBPs
ShortcutAction * m_pActEditBP
ShortcutAction * m_pActToggleBP
ShortcutAction * m_pActToggleAllBPs

Member Data Documentation

QTreeViewItom derived from QTreeView with some special selection behaviour (see QItomWidgets)

This is a flag used to signalize the enableBP method that it has to select all entries or just the ones the user selected

Contextmenu with the same actions as the toolbar

Toolbar with QActions


The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends