18 #include <QDoubleSpinBox>
23 class DtLgrFullInterface;
24 class DtLoggerApplication;
49 virtual QString title();
52 virtual const std::string& pageClassName()
const;
55 static const std::string& thePageClassName();
61 virtual void accept();
64 virtual void reject();
66 virtual void saveConfiguration()
const;
71 virtual void activate();
74 virtual void deactivate();
121 static const QString& theRecordDefaultToolTip();
122 static const QString& theRecordPortToolTip();
123 static const QString& thePlayWindowDefaultToolTip();
124 static const QString& thePlayStreamDefaultToolTip();
125 static const QString& thePlayHostToolTip();
126 static const QString& thePlayPortToolTip();
127 static const QString& theSpeedFactorToolTip();
128 static const QString& theOffsetToolTip();
129 static const QString& theGStreamerRecordToolTip();
130 static const QString& theGStreamerPlayWindowToolTip();
131 static const QString& theGStreamerPlayStreamToolTip();
QLabel * myyGStreamerPlayStreamLabel
Definition: lgrVideoPrefPage.h:118
DtLoggerApplication & myApplication
Definition: lgrVideoPrefPage.h:77
QCheckBox * myPlayStreamDefault
Definition: lgrVideoPrefPage.h:94
QLineEdit * myPlayHostLineEdit
Definition: lgrVideoPrefPage.h:97
The logger application class responsible for creating a logger, its gui and its console.
Definition: lgrApplication.h:37
The page is a single widget component which is viewed in a page collection.
Definition: preferencesPage.h:20
QLabel * myRecordLabel
Definition: lgrVideoPrefPage.h:81
QLabel * myOffsetLabel
Definition: lgrVideoPrefPage.h:105
Defines IMPORT/EXPORT macros for lgrSimGui library.
QLineEdit * myGStreamerRecordLineEdit
Definition: lgrVideoPrefPage.h:113
QLabel * myPlayLabel
Definition: lgrVideoPrefPage.h:90
QFrame * myRecordLine
Definition: lgrVideoPrefPage.h:82
QCheckBox * myPlayWindowDefault
Definition: lgrVideoPrefPage.h:93
QFrame * myPlayLine
Definition: lgrVideoPrefPage.h:91
Utility class which provides access to multiple interfaces.
Definition: lgrFullInterface.h:25
QLabel * myPlayHostLabel
Definition: lgrVideoPrefPage.h:96
Definition: lgrWidgetIconStyleManager.h:41
QLineEdit * myGStreamerPlayWindowLineEdit
Definition: lgrVideoPrefPage.h:116
QSpinBox * myPlayPortSpinBox
Definition: lgrVideoPrefPage.h:100
QHBoxLayout * myAdvancedLayout
Definition: lgrVideoPrefPage.h:108
QFrame * myAdvancedLine
Definition: lgrVideoPrefPage.h:110
QDoubleSpinBox * mySpeedFactorSpinBox
Definition: lgrVideoPrefPage.h:103
QDoubleSpinBox * myOffsetSpinBox
Definition: lgrVideoPrefPage.h:106
QLabel * myRecordPortLabel
Definition: lgrVideoPrefPage.h:86
QHBoxLayout * myPlayLayout
Definition: lgrVideoPrefPage.h:89
Contains MAKLogger::DtLgrGuiModel class.
QCheckBox * myRecordDefault
Definition: lgrVideoPrefPage.h:84
const DtLgrFullInterface * myInterface
Definition: lgrVideoPrefPage.h:78
QLabel * myPlayPortLabel
Definition: lgrVideoPrefPage.h:99
#define DT_DLL_LGRSIMGUI
Definition: lgrSimGui.h:21
QSpinBox * myRecordPort
Definition: lgrVideoPrefPage.h:87
QHBoxLayout * myRecordLayout
Definition: lgrVideoPrefPage.h:80
The network settings page for the preferences dialog.
Definition: lgrVideoPrefPage.h:28
QLabel * myAdvancedLabel
Definition: lgrVideoPrefPage.h:109
QLabel * myyGStreamerRecordLabel
Definition: lgrVideoPrefPage.h:112
QLabel * mySpeedFactorLabel
Definition: lgrVideoPrefPage.h:102
QLineEdit * myGStreamerPlayStreamLineEdit
Definition: lgrVideoPrefPage.h:119
QLabel * myyGStreamerPlayWindowLabel
Definition: lgrVideoPrefPage.h:115