itom 1.3.0
ito::CallStackDockWidget Class Reference

docking More...

Inheritance diagram for ito::CallStackDockWidget:
ito::AbstractDockWidget

List of all members.

Public Slots

void updateCallStack (QStringList filenames, IntList lines, QStringList methods)
void deleteCallStack ()

Public Member Functions

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

Protected Member Functions

void createActions ()
 implementation for virtual method createActions in AbstractDockWidget.
void createMenus ()
void createToolBars ()
 implementation for virtual method createToolBars in AbstractDockWidget.
void createStatusBar ()
void updatePythonActions ()

Private Slots

void itemDoubleClicked (QTableWidgetItem *item)

Private Attributes

QTableWidget * m_table
QStringList m_headers

Detailed Description

docking


Constructor & Destructor Documentation

ito::CallStackDockWidget::~CallStackDockWidget ( )

constructor

long description

Parameters:
namedescription
Returns:
description
See also:
(see also) keywords (comma-separated)

Member Function Documentation

void ito::CallStackDockWidget::createActions ( ) [protected, virtual]

implementation for virtual method createActions in AbstractDockWidget.

! loads the given python dictionary by calling the appropriate method in its workspaceWidget. !

creates all actions related to this widget. These actions will be used in the toolbars.

Implements ito::AbstractDockWidget.

void ito::CallStackDockWidget::createToolBars ( ) [protected, virtual]

implementation for virtual method createToolBars in AbstractDockWidget.

Creates the toolbar for this dock-widget with the necessary buttons, connected to existing actions.

Implements ito::AbstractDockWidget.


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