Public Member Functions | |
GenericTreeViewPageWidget (ControlPanel *window, QWidget *widgetParent, QBoxLayout *layoutParent, dbListManager *pDataLists) | |
RootItem * | getSelectedItem () |
Protected Slots | |
virtual void | btnAddClicked ()=0 |
virtual void | btnNewClicked ()=0 |
virtual void | btnModClicked ()=0 |
virtual void | btnDelClicked ()=0 |
Protected Member Functions | |
virtual void | init ()=0 |
void | initTabBtns (RootItem *obj) |
bool | eventFilter (QObject *target, QEvent *event) |
Protected Attributes | |
Ui::GenericTreeViewPage_wdgt | wdgt |
RootItem * | selectedItem |
QString | rootSubtype |
Definition at line 29 of file GenericTreeViewPage_wdgt.h.