![]() |
MAK Data Logger API Documentation for DIS
|
The network settings page for the preferences dialog. More...
Inheritance diagram for MAKLogger::DtLgrThemePrefPage:
Collaboration diagram for MAKLogger::DtLgrThemePrefPage:Public Member Functions | |
| DtLgrThemePrefPage (DtLgrGuiModel *model, QWidget *parent, Qt::WindowFlags f=0) | |
| CTOR. More... | |
| virtual | ~DtLgrThemePrefPage () |
| 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 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 | |
| DtLgrGuiModel * | myGuiModel |
| QCheckBox * | myDarkModeCheckbox |
The network settings page for the preferences dialog.
| MAKLogger::DtLgrThemePrefPage::DtLgrThemePrefPage | ( | DtLgrGuiModel * | model, |
| 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.
|
static |
Get the class name of the class.
|
virtual |
Get the title of the page.
Implements MAKLogger::DtPage.
|
protected |
|
protected |