MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrGui
lgrPlaybackButtons.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#ifndef lgrPlaybackButtons_H_
10
#define lgrPlaybackButtons_H_
11
12
#include "
lgrToolBar.h
"
13
14
class
QIcon;
15
class
QPushButton;
16
class
QFrame;
17
18
namespace
MAKLogger
19
{
20
class
DtLgrGuiModel;
21
23
class
DT_DLL_LGRGUI
DtLgrPlaybackButtons
:
public
DtLgrToolBar
24
{
25
Q_OBJECT
26
public
:
28
DtLgrPlaybackButtons
(
QWidget
* parent);
29
31
virtual
~
DtLgrPlaybackButtons
();
32
34
virtual
void
connectToModel(
DtLgrGuiModel
& model);
35
36
virtual
void
connectToModel
(
DtLgrRemoteMainWindow
& window) {};
37
39
virtual
void
postModelUpdate(
DtLgrGuiModel
& model);
40
41
public
slots:
42
43
void
changedOrientation(Qt::Orientation orientation);
44
45
protected
:
46
48
void
initButtons();
50
void
setIcons();
51
53
void
makeStopButtonForPlaying();
54
56
void
makeStopButtonForRecording();
57
58
QPushButton*
playButton
;
59
QFrame*
recordSeparator
;
60
QPushButton*
recordButton
;
61
QPushButton*
stopButton
;
62
QPushButton*
pauseButton
;
63
QPushButton*
jumpToEndButton
;
64
QPushButton*
jumpToStartButton
;
65
66
67
QIcon*
myPlayStopIcon
;
68
QIcon*
myRecordStopIcon
;
69
QIcon*
myActivetIcon
;
70
71
Qt::Orientation
myOrientation
;
72
73
};
74
}
75
76
#endif
Document ID: Generated on Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)