23 #include "StelGui.hpp" 24 #include "StelModule.hpp" 57 virtual void update(
double deltaTime);
73 void setQuickFOV(
const double value,
const int item);
74 double getQuickFOV(
const int item)
const;
77 void setFOV(
const int idx);
81 void restoreDefaultConfigIni(
void);
83 QList<double> FOVitem, FOVdefault;
91 #include "StelPluginInterface.hpp" 97 Q_PLUGIN_METADATA(IID StelPluginInterface_iid)
void readSettingsFromConfig(void)
Read (or re-read) settings from the main config file.
void restoreDefaults(void)
Set up the plugin with default values.
Main window of the FOV plug-in.
Main class of the Field of View plugin.
Define the interface to implement when creating a plugin.
This class is used by Qt to manage a plug-in interface.
virtual void update(double deltaTime)
Update the module with respect to the time.
virtual double getCallOrder(StelModuleActionName actionName) const
Return the value defining the order of call for the given action For example if stars.callOrder[ActionDraw] == 10 and constellation.callOrder[ActionDraw] == 11, the stars module will be drawn before the constellations.
virtual void init()
Initialize itself.
virtual bool configureGui(bool show)
Detect or show the configuration GUI elements for the module.
void saveSettingsToConfig(void)
Save the settings to the main configuration file.
StelModuleActionName
Define the possible action for which an order is defined.
virtual void deinit()
Called before the module will be delete, and before the openGL context is suppressed.
This is the common base class for all the main components of stellarium.
Contains information about a Stellarium plugin.