20 #ifndef _TOASTMGR_HPP_ 21 #define _TOASTMGR_HPP_ 23 #include "StelModule.hpp" 28 Q_PROPERTY(
bool surveyDisplayed
29 READ getFlagSurveyShow
30 WRITE setFlagSurveyShow
31 NOTIFY surveyDisplayedChanged)
35 virtual void init() Q_DECL_OVERRIDE;
36 virtual void deinit() Q_DECL_OVERRIDE;
37 virtual void update(
double deltaTime) Q_DECL_OVERRIDE;
43 void setFlagSurveyShow(
bool displayed);
44 bool getFlagSurveyShow(
void)
const;
47 void surveyDisplayedChanged(
const bool displayed)
const;
54 #endif // _TOASTMGR_HPP_ Implementation of StelFader which implements a linear transition.
Main class for Stellarium core processing.
virtual double getCallOrder(StelModuleActionName actionName) const Q_DECL_OVERRIDE
Used to determine the order in which the various modules are drawn. MilkyWay=1, we use 7 for actionDr...
virtual void init() Q_DECL_OVERRIDE
Initialize itself.
virtual void update(double deltaTime) Q_DECL_OVERRIDE
Update the module with respect to the time.
Represents a full Toast survey.
StelModuleActionName
Define the possible action for which an order is defined.
virtual void draw(StelCore *core) Q_DECL_OVERRIDE
Execute all the drawing functions for this module.
This is the common base class for all the main components of stellarium.
virtual void deinit() Q_DECL_OVERRIDE
Called before the module will be delete, and before the openGL context is suppressed.