![]() |
MAK Data Logger API Documentation for HLA
|
The Remote GUI Play menu implementation. More...
Inheritance diagram for MAKLogger::DtLgrRemotePlayMenu:
Collaboration diagram for MAKLogger::DtLgrRemotePlayMenu:Public Member Functions | |
| DtLgrRemotePlayMenu (QWidget *parent) | |
| CTOR. More... | |
| virtual | ~DtLgrRemotePlayMenu () |
| DTOR. More... | |
| virtual void | connectToEventHandler (QObject *lgrSlots) |
| Connect this menu to the slots. More... | |
| void | postWindowUpdate (DtLgrRemoteMainWindow &window) |
| Post window update callback to sync the menu items. More... | |
| DtDynamicMenuItem * | playPause () |
| Access to the play menu items. More... | |
| DtDynamicMenuItem * | stop () |
| Access to the play menu items. More... | |
| DtDynamicMenuItem * | playbackSpeed () |
| Access to the play menu items. More... | |
| DtDynamicMenuItem * | jumpToStart () |
| Access to the play menu items. More... | |
| DtDynamicMenuItem * | jumpToTime () |
| Access to the play menu items. More... | |
| DtDynamicMenuItem * | jumpToEnd () |
| Access to the play menu items. More... | |
| DtDynamicMenuItem * | setStartStopTimes () |
| Access to the play menu items. More... | |
| DtDynamicMenuItem * | loopAtEnd () |
| Access to the play menu items. More... | |
| DtDynamicMenuItem * | setSpeed () |
| Access to the play menu items. More... | |
| DtDynamicMenuItem * | increaseSpeed () |
| Access to the play menu items. More... | |
| DtDynamicMenuItem * | decreaseSpeed () |
| Access to the play menu items. More... | |
Public Member Functions inherited from MAKLogger::DtLgrMenu | |
| DtLgrMenu (QString menuName, QWidget *parent) | |
| CTOR. More... | |
| virtual | ~DtLgrMenu () |
| DTOR. More... | |
| QWidget * | parentWidget () |
| Get its parent widget. More... | |
Private Member Functions | |
| DtLgrRemotePlayMenu (const DtLgrRemotePlayMenu &orig) | |
| Not implemented. More... | |
| DtLgrRemotePlayMenu & | operator= (const DtLgrRemotePlayMenu &orig) |
| Not implemented. More... | |
Additional Inherited Members | |
Public Slots inherited from MAKLogger::DtLgrMenu | |
| virtual void | postModelUpdate (DtLgrGuiModel &model) |
| A callback after the model is updated. More... | |
The Remote GUI Play menu implementation.
| MAKLogger::DtLgrRemotePlayMenu::DtLgrRemotePlayMenu | ( | QWidget * | parent | ) |
CTOR.
|
virtual |
DTOR.
|
private |
Not implemented.
|
virtual |
Connect this menu to the slots.
Implements MAKLogger::DtLgrMenu.
| DtDynamicMenuItem* MAKLogger::DtLgrRemotePlayMenu::decreaseSpeed | ( | ) |
Access to the play menu items.
| DtDynamicMenuItem* MAKLogger::DtLgrRemotePlayMenu::increaseSpeed | ( | ) |
Access to the play menu items.
| DtDynamicMenuItem* MAKLogger::DtLgrRemotePlayMenu::jumpToEnd | ( | ) |
Access to the play menu items.
| DtDynamicMenuItem* MAKLogger::DtLgrRemotePlayMenu::jumpToStart | ( | ) |
Access to the play menu items.
| DtDynamicMenuItem* MAKLogger::DtLgrRemotePlayMenu::jumpToTime | ( | ) |
Access to the play menu items.
| DtDynamicMenuItem* MAKLogger::DtLgrRemotePlayMenu::loopAtEnd | ( | ) |
Access to the play menu items.
|
private |
Not implemented.
| DtDynamicMenuItem* MAKLogger::DtLgrRemotePlayMenu::playbackSpeed | ( | ) |
Access to the play menu items.
| DtDynamicMenuItem* MAKLogger::DtLgrRemotePlayMenu::playPause | ( | ) |
Access to the play menu items.
|
virtual |
Post window update callback to sync the menu items.
Reimplemented from MAKLogger::DtLgrMenu.
| DtDynamicMenuItem* MAKLogger::DtLgrRemotePlayMenu::setSpeed | ( | ) |
Access to the play menu items.
| DtDynamicMenuItem* MAKLogger::DtLgrRemotePlayMenu::setStartStopTimes | ( | ) |
Access to the play menu items.
| DtDynamicMenuItem* MAKLogger::DtLgrRemotePlayMenu::stop | ( | ) |
Access to the play menu items.