Public Types | |
enum | DialogBtnAction { BTN_ADD = 0, BTN_MODIFY, BTN_DELETE } |
Public Member Functions | |
RootPageWidget (ControlPanel *window, QWidget *widgetParent, QBoxLayout *layoutParent, dbListManager *pDataLists) | |
void | displayCRUDDialog (RootDlg *dlg, DialogBtnAction btnAction, dbList *list, QString statusMsg, QAbstractItemView *wdgt) |
Protected Member Functions | |
InstItem * | getInstituteItem (RootItem *item) |
ProgItem * | getProgrammeItem (RootItem *item) |
FacItem * | getFacultyItem (RootItem *item) |
DeptItem * | getDepartmentItem (RootItem *item) |
Protected Attributes | |
QVBoxLayout * | vboxLayout |
dbListManager * | dataLists |
ControlPanel * | mainWindow |
Definition at line 36 of file RootPage_wdgt.h.