![]() |
VR-Forces 4.0.4 Class Documentation
|
A widget for configuring the environment page. More...

Public Member Functions | |
| DtEnvironmentSettingsWeatherPage (makVrv::DtDe &de, QWidget *parent, Qt::WindowFlags f) | |
| CTOR. | |
| virtual | ~DtEnvironmentSettingsWeatherPage () |
| DTOR. | |
| virtual QIcon | icon () |
| Get the icon of the page. | |
| virtual QString | title () |
| Get the title of the page. | |
| virtual const std::string & | pageClassName () const |
| Get the class name of the page. | |
Static Public Member Functions | |
| static const std::string & | thePageClassName () |
| Static accessor for the class name. | |
Public Attributes | |
| makVrv::DtPersistenceToolbarWidget * | myTitle |
| DtEnvironmentSettingsWeatherWidget * | myWidget |
| QVBoxLayout * | myMainLayout |
Protected Member Functions | |
| virtual void | setupGui () |
| virtual void | activate () |
| Called by the Pager when this page becomes active. | |
| virtual void | deactivate () |
| Called by the Pager when this page becomes active. | |
A widget for configuring the environment page.
| makVrf::DtEnvironmentSettingsWeatherPage::DtEnvironmentSettingsWeatherPage | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| Qt::WindowFlags | f | ||
| ) |
CTOR.
| virtual makVrf::DtEnvironmentSettingsWeatherPage::~DtEnvironmentSettingsWeatherPage | ( | ) | [virtual] |
DTOR.
| virtual QIcon makVrf::DtEnvironmentSettingsWeatherPage::icon | ( | ) | [virtual] |
Get the icon of the page.
Implements makVrv::DtPage.
| virtual QString makVrf::DtEnvironmentSettingsWeatherPage::title | ( | ) | [virtual] |
Get the title of the page.
Implements makVrv::DtPage.
| virtual const std::string& makVrf::DtEnvironmentSettingsWeatherPage::pageClassName | ( | ) | const [virtual] |
Get the class name of the page.
Implements makVrv::DtPage.
| static const std::string& makVrf::DtEnvironmentSettingsWeatherPage::thePageClassName | ( | ) | [static] |
Static accessor for the class name.
| virtual void makVrf::DtEnvironmentSettingsWeatherPage::setupGui | ( | ) | [protected, virtual] |
| virtual void makVrf::DtEnvironmentSettingsWeatherPage::activate | ( | ) | [protected, virtual] |
Called by the Pager when this page becomes active.
Implements makVrv::DtPage.
| virtual void makVrf::DtEnvironmentSettingsWeatherPage::deactivate | ( | ) | [protected, virtual] |
Called by the Pager when this page becomes active.
Implements makVrv::DtPage.