![]() |
MAK Data Logger API Documentation for HLA
|
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. More... | |
| virtual void | postWindowUpdate (DtLgrRemoteMainWindow &window) |
Public Member Functions | |
| DtLgrMenu (QString menuName, QWidget *parent) | |
| CTOR. More... | |
| virtual | ~DtLgrMenu () |
| DTOR. More... | |
| QWidget * | parentWidget () |
| Get its parent widget. More... | |
| virtual void | connectToEventHandler (QObject *lgrSlots)=0 |
| Abstract function called to connect to slots. More... | |
Abstract Menu which can be added to the MAKLogger::DtLgrMainWindow.
| MAKLogger::DtLgrMenu::DtLgrMenu | ( | QString | menuName, |
| QWidget * | parent | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
pure virtual |
Abstract function called to connect to slots.
Implemented in MAKLogger::DtLgrEditMenu, MAKLogger::DtLgrAnnotationMenuBar, MAKLogger::DtLgrViewMenu, MAKLogger::DtLgrHelpMenu, MAKLogger::DtLgrOptionsMenu, MAKLogger::DtLgrRemotePlayMenu, MAKLogger::DtLgrRemoteRecordMenu, MAKLogger::DtLgrRecordMenu, MAKLogger::DtLgrFileMenu, MAKLogger::DtLgrFilterMenu, MAKLogger::DtLgrPlayMenu, and MAKLogger::DtLgrRemoteFileMenu.
| QWidget* MAKLogger::DtLgrMenu::parentWidget | ( | ) |
Get its parent widget.
|
virtualslot |
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.
|
virtualslot |
Reimplemented in MAKLogger::DtLgrRemoteFileMenu, MAKLogger::DtLgrRemotePlayMenu, and MAKLogger::DtLgrRemoteRecordMenu.