![]() |
MAK Data Logger API Documentation for HLA
|
A Logger Toolbar. More...
Inheritance diagram for MAKLogger::DtLgrToolBar:
Collaboration diagram for MAKLogger::DtLgrToolBar:Public Slots | |
| virtual void | postModelUpdate (DtLgrGuiModel &model) |
| A callback after the model is updated. More... | |
Public Member Functions | |
| DtLgrToolBar (QWidget *parent) | |
| CTOR. More... | |
| virtual | ~DtLgrToolBar () |
| DTOR. More... | |
| virtual void | connectToModel (DtLgrGuiModel &model)=0 |
| Abstract function for connect to an event handler. More... | |
| virtual void | connectToModel (DtLgrRemoteMainWindow &window)=0 |
Static Public Attributes | |
| static const QSize | iconSize |
A Logger Toolbar.
| MAKLogger::DtLgrToolBar::DtLgrToolBar | ( | QWidget * | parent | ) |
CTOR.
|
virtual |
DTOR.
|
pure virtual |
Abstract function for connect to an event handler.
Implemented in MAKLogger::DtLgrRemotePlaybackButtons, MAKLogger::DtLgrPlaybackButtons, MAKLogger::DtLgrExtraButtons, and MAKLogger::DtLgrTimeButtons.
|
pure virtual |
|
virtualslot |
A callback after the model is updated.
By default this is a no no op.
Reimplemented in MAKLogger::DtLgrPlaybackButtons, MAKLogger::DtLgrExtraButtons, and MAKLogger::DtLgrTimeButtons.
|
static |