![]() |
MAK Data Logger API Documentation for HLA
|
Class which contains the Playback buttons. More...
Inheritance diagram for MAKLogger::DtLgrPlaybackButtons:
Collaboration diagram for MAKLogger::DtLgrPlaybackButtons:Public Slots | |
| void | changedOrientation (Qt::Orientation orientation) |
Public Slots inherited from MAKLogger::DtLgrToolBar | |
Public Member Functions | |
| DtLgrPlaybackButtons (QWidget *parent) | |
| CTOR. More... | |
| virtual | ~DtLgrPlaybackButtons () |
| DTOR. More... | |
| virtual void | connectToModel (DtLgrGuiModel &model) |
| Function called to connect to slots. More... | |
| virtual void | connectToModel (DtLgrRemoteMainWindow &window) |
| virtual void | postModelUpdate (DtLgrGuiModel &model) |
| Update buttons. More... | |
Public Member Functions inherited from MAKLogger::DtLgrToolBar | |
| DtLgrToolBar (QWidget *parent) | |
| CTOR. More... | |
| virtual | ~DtLgrToolBar () |
| DTOR. More... | |
Protected Member Functions | |
| void | initButtons () |
| Initialize the buttons. More... | |
| void | setIcons () |
| Load the icons. More... | |
| void | makeStopButtonForPlaying () |
| Change the stop button to control playback. More... | |
| void | makeStopButtonForRecording () |
| Change the stop button to control recording. More... | |
Protected Attributes | |
| QPushButton * | playButton |
| QFrame * | recordSeparator |
| QPushButton * | recordButton |
| QPushButton * | stopButton |
| QPushButton * | pauseButton |
| QPushButton * | jumpToEndButton |
| QPushButton * | jumpToStartButton |
| QIcon * | myPlayStopIcon |
| QIcon * | myRecordStopIcon |
| QIcon * | myActivetIcon |
| Qt::Orientation | myOrientation |
Additional Inherited Members | |
Static Public Attributes inherited from MAKLogger::DtLgrToolBar | |
| static const QSize | iconSize |
Class which contains the Playback buttons.
| MAKLogger::DtLgrPlaybackButtons::DtLgrPlaybackButtons | ( | QWidget * | parent | ) |
CTOR.
|
virtual |
DTOR.
|
slot |
|
virtual |
Function called to connect to slots.
Implements MAKLogger::DtLgrToolBar.
|
inlinevirtual |
Implements MAKLogger::DtLgrToolBar.
|
protected |
Initialize the buttons.
|
protected |
Change the stop button to control playback.
|
protected |
Change the stop button to control recording.
|
virtual |
Update buttons.
Reimplemented from MAKLogger::DtLgrToolBar.
|
protected |
Load the icons.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |