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 Member Functions | |
| DtLgrPlaybackButtons (QWidget *parent) | |
| CTOR. | |
| virtual | ~DtLgrPlaybackButtons () |
| DTOR. | |
| virtual void | connectToModel (DtLgrGuiModel &model) |
| Function called to connect to slots. | |
| virtual void | postModelUpdate (DtLgrGuiModel &model) |
| Update buttons. | |
Protected Member Functions | |
| void | initButtons () |
| Initialize the buttons. | |
| void | setIcons () |
| Load the icons. | |
| void | makeStopButtonForPlaying () |
| Change the stop button to control playback. | |
| void | makeStopButtonForRecording () |
| Change the stop button to control recording. | |
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 |
Class which contains the Playback buttons.