9 #ifndef lgrIndexingPrefPage_H_
10 #define lgrIndexingPrefPage_H_
23 class DtLoggerApplication;
24 class DtLgrFullInterface;
25 class DtLgrPreciseTimeEdit;
35 QWidget* parent, Qt::WindowFlags f = 0);
44 virtual QString title();
47 virtual const std::string& pageClassName()
const;
50 static const std::string& thePageClassName();
56 virtual bool saveIndexConfiguration()
const;
59 virtual void accept();
62 virtual void reject();
67 virtual void activate();
70 virtual void deactivate();
QSpinBox * myFrequencySpinBox
Definition: lgrIndexingPrefPage.h:80
QRadioButton * myTimeRadioButton
Definition: lgrIndexingPrefPage.h:84
DtLgrPreciseTimeEdit * myTimeEdit
Definition: lgrIndexingPrefPage.h:89
The logger application class responsible for creating a logger, its gui and its console.
Definition: lgrApplication.h:37
The indexing configuration page for the preferences dialog.
Definition: lgrIndexingPrefPage.h:29
QRadioButton * myFrequencyRadioButton
Definition: lgrIndexingPrefPage.h:78
QLabel * myTimeLabel
Definition: lgrIndexingPrefPage.h:88
The page is a single widget component which is viewed in a page collection.
Definition: preferencesPage.h:19
QCheckBox * myRecheckpointOnExportCheckButton
Definition: lgrIndexingPrefPage.h:85
QLabel * mySizeLabel
Definition: lgrIndexingPrefPage.h:82
Defines IMPORT/EXPORT macros for lgrSimGui library.
A widget for setting a precise time.
Definition: lgrPreciseTimeEdit.h:21
QSpinBox * mySizeSpinBox
Definition: lgrIndexingPrefPage.h:83
Utility class which provides access to multiple interfaces.
Definition: lgrFullInterface.h:25
QCheckBox * mySaveIndexConfiguration
Definition: lgrIndexingPrefPage.h:90
QLabel * myCheckpointPolicyLabel
Definition: lgrIndexingPrefPage.h:76
QRadioButton * mySizeRadioButton
Definition: lgrIndexingPrefPage.h:81
DtLoggerApplication * myApplication
Definition: lgrIndexingPrefPage.h:73
QLabel * myFrequencyLabel
Definition: lgrIndexingPrefPage.h:79
QCheckBox * mySkippingPlaybackInteractionsButton
Definition: lgrIndexingPrefPage.h:87
#define DT_DLL_LGRSIMGUI
Definition: lgrSimGui.h:21
const DtLgrFullInterface * myInterface
Definition: lgrIndexingPrefPage.h:74
QCheckBox * myCheckpointInteractionsCheckButton
Definition: lgrIndexingPrefPage.h:86