23 #include "StelGui.hpp"
24 #include "StelModule.hpp"
56 virtual void deinit();
57 virtual void update(
double deltaTime);
59 virtual double getCallOrder(StelModuleActionName actionName)
const;
60 virtual bool configureGui(
bool show);
73 void setQuickFOV(
const double value,
const int item);
74 double getQuickFOV(
const int item)
const;
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.
This class is used by Qt to manage a plug-in interface.
virtual StelPluginInfo getPluginInfo() const =0
void saveSettingsToConfig(void)
Save the settings to the main configuration file.
virtual class StelModule * getStelModule() const =0