Public Member Functions | |
RootDlg (QWidget *parent=0) | |
RootDlg (int btnAction, RootItem *inst, RootItem *parentItem=0, QMainWindow *parent=0) | |
void | okButtonEnabled (bool value) |
virtual RootItem * | getDataItem () |
virtual RootItem * | getParentItem () |
Protected Member Functions | |
QStatusBar * | getStatusBar () |
void | initialise (int btnAction, QString title, QString objName) |
Protected Attributes | |
Ui::Root_dlg | ui |
QStatusBar * | statusBar |
RootItem * | dataItem |
RootItem * | parentItem |
Definition at line 30 of file Root_dlg.h.
|
Definition at line 39 of file Root_dlg.h. References parentItem. 00039 {return parentItem;}
|