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. | |
Public Member Functions | |
| DtLgrToolBar (QWidget *parent) | |
| CTOR. | |
| virtual | ~DtLgrToolBar () |
| DTOR. | |
| virtual void | connectToModel (DtLgrGuiModel &model)=0 |
| Abstract function for connect to an event handler. | |
Static Public Attributes | |
| static const QSize | iconSize |
A Logger Toolbar.
| virtual void MAKLogger::DtLgrToolBar::postModelUpdate | ( | DtLgrGuiModel & | model | ) | [virtual, slot] |
A callback after the model is updated.
By default this is a no no op.
Reimplemented in MAKLogger::DtLgrPlaybackButtons, MAKLogger::DtLgrExtraButtons, and MAKLogger::DtLgrTimeButtons.