![]() |
MAK Data Logger API Documentation for DIS
|
The indexing configuration page for the preferences dialog. More...
Inheritance diagram for MAKLogger::DtLgrIndexingPrefPage:
Collaboration diagram for MAKLogger::DtLgrIndexingPrefPage:Public Member Functions | |
| DtLgrIndexingPrefPage (DtLoggerApplication *app, QWidget *parent, Qt::WindowFlags f=0) | |
| CTOR. More... | |
| virtual | ~DtLgrIndexingPrefPage () |
| DTOR. More... | |
| virtual QIcon | icon () |
| Get the icon of the page. More... | |
| virtual DtQIconConfigurations | qIconConfigurations () const |
| Get the icon configurations for the page. More... | |
| virtual QString | title () |
| Get the title of the page. More... | |
| virtual const std::string & | pageClassName () const |
| Get the class name of the page. More... | |
| virtual void | load () |
| Loads the current configuration values and populates the page. More... | |
| virtual bool | saveIndexConfiguration () const |
| Save index configuration enabled? More... | |
| virtual void | accept () |
| Accepts current input. More... | |
| virtual void | reject () |
| Rejects current input. More... | |
Public Member Functions inherited from MAKLogger::DtPage | |
| DtPage (QWidget *parent=0, Qt::WindowFlags f=0) | |
| CTOR for page. More... | |
| virtual | ~DtPage () |
| DTOR for page. More... | |
Static Public Member Functions | |
| static const std::string & | thePageClassName () |
| Get the class name of the class. More... | |
Protected Member Functions | |
| virtual void | activate () |
| Called when the page is displayed. More... | |
| virtual void | deactivate () |
| Called when the page is hidden. More... | |
Protected Member Functions inherited from MAKLogger::DtPage | |
| void | addPageHeader (const QString &title, QLayout *layout) |
| Adds a page header to the given layout. More... | |
Protected Attributes | |
| DtLoggerApplication * | myApplication |
| const DtLgrFullInterface * | myInterface |
| QLabel * | myCheckpointPolicyLabel |
| QRadioButton * | myFrequencyRadioButton |
| QLabel * | myFrequencyLabel |
| QSpinBox * | myFrequencySpinBox |
| QRadioButton * | mySizeRadioButton |
| QLabel * | mySizeLabel |
| QSpinBox * | mySizeSpinBox |
| QRadioButton * | myTimeRadioButton |
| QCheckBox * | myRecheckpointOnExportCheckButton |
| QCheckBox * | myCheckpointInteractionsCheckButton |
| QCheckBox * | mySkippingPlaybackInteractionsButton |
| QLabel * | myTimeLabel |
| DtLgrPreciseTimeEdit * | myTimeEdit |
| QCheckBox * | mySaveIndexConfiguration |
The indexing configuration page for the preferences dialog.
| MAKLogger::DtLgrIndexingPrefPage::DtLgrIndexingPrefPage | ( | DtLoggerApplication * | app, |
| QWidget * | parent, | ||
| Qt::WindowFlags | f = 0 |
||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Accepts current input.
Implements MAKLogger::DtPage.
|
protectedvirtual |
Called when the page is displayed.
Implements MAKLogger::DtPage.
|
protectedvirtual |
Called when the page is hidden.
Implements MAKLogger::DtPage.
|
virtual |
Get the icon of the page.
Implements MAKLogger::DtPage.
|
virtual |
Loads the current configuration values and populates the page.
Implements MAKLogger::DtPage.
|
virtual |
Get the class name of the page.
Implements MAKLogger::DtPage.
|
virtual |
Get the icon configurations for the page.
This is used to style the page's icon based on application settings.
Implements MAKLogger::DtPage.
|
virtual |
Rejects current input.
Implements MAKLogger::DtPage.
|
virtual |
Save index configuration enabled?
|
static |
Get the class name of the class.
|
virtual |
Get the title of the page.
Implements MAKLogger::DtPage.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |