Abstract Menu which can be added to the MAKLogger::DtLgrMainWindow. More...
Inheritance diagram for MAKLogger::DtLgrMenu:
Collaboration diagram for MAKLogger::DtLgrMenu:Public Slots | |
| virtual void | postModelUpdate (DtLgrGuiModel &model) |
| A callback after the model is updated. | |
Public Member Functions | |
| DtLgrMenu (QString menuName, QWidget *parent) | |
| CTOR. | |
| virtual | ~DtLgrMenu () |
| DTOR. | |
| QWidget * | parentWidget () |
| Get its parent widget. | |
| virtual void | connectToEventHandler (QObject *lgrSlots)=0 |
| Abstract function called to connect to slots. | |
Abstract Menu which can be added to the MAKLogger::DtLgrMainWindow.
| virtual void MAKLogger::DtLgrMenu::postModelUpdate | ( | DtLgrGuiModel & | model | ) | [virtual, slot] |
A callback after the model is updated.
By default this is a no no op.
Reimplemented in MAKLogger::DtLgrEditMenu, MAKLogger::DtLgrViewMenu, MAKLogger::DtLgrAnnotationMenuBar, MAKLogger::DtLgrFileMenu, MAKLogger::DtLgrOptionsMenu, MAKLogger::DtLgrRecordMenu, and MAKLogger::DtLgrPlayMenu.