19 #ifndef HELLOSTELMODULE_HPP_
20 #define HELLOSTELMODULE_HPP_
22 #include "StelModule.hpp"
35 virtual void update(
double) {;}
37 virtual double getCallOrder(StelModuleActionName actionName)
const;
45 #include "StelPluginInterface.hpp"
51 Q_PLUGIN_METADATA(IID StelPluginInterface_iid)
This is an example of a plug-in which can be dynamically loaded into stellarium.
This class is used by Qt to manage a plug-in interface.
virtual StelPluginInfo getPluginInfo() const =0
virtual class StelModule * getStelModule() const =0