20 class DtPersistenceToolbarWidget;
25 class DtVrfEnvironmentConditionsWeatherWidget;
26 class DtVrfEnvironmentConditionsWeatherLogic;
45 virtual QIcon icon()
override;
52 virtual QString title()
override;
55 virtual const std::string& pageClassName()
const override;
58 static const std::string& thePageClassName();
62 virtual void setupGui();
65 virtual void activate()
override;
68 virtual void deactivate()
override;
DtVrfEnvironmentConditionsWeatherLogic * myLogic
Definition: vrfEnvironmentConditionsWeatherPage.h:73
Contains makVrv::DtPage class declaration.
A widget for configuring the environment page.
Definition: vrfEnvironmentConditionsWeatherPage.h:31
makVrv::DtPersistenceToolbarWidget * myToolbar
Definition: vrfEnvironmentConditionsWeatherPage.h:71
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:51
#define DT_DLL_VRFGUICOMMONQT
Definition: vrfGuiCommonQt.h:20
Logic class for the DtVrfEnvironmentConditionsWeatherWidget.
Definition: vrfEnvironmentConditionsWeatherLogic.h:30
DtVrfEnvironmentConditionsWeatherWidget * myWidget
Definition: vrfEnvironmentConditionsWeatherPage.h:72
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131
makVrv::DtPageCreatorTemplate< DtVrfEnvironmentConditionsWeatherPage > DtVrfEnvironmentConditionsWeatherPageCreator
Definition: vrfEnvironmentConditionsWeatherPage.h:78
QVBoxLayout * myMainLayout
Definition: vrfEnvironmentConditionsWeatherPage.h:74