Stellarium 0.11.4 | |||
Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure |
Define the interface to implement when creating a plugin. More...
#include <StelPluginInterface.hpp>
Public Member Functions | |
virtual class StelModule * | getStelModule () const =0 |
Get the instance of StelModule to include in the list of standard StelModule. | |
virtual StelPluginInfo | getPluginInfo () const =0 |
Get information about the plugin. |
Define the interface to implement when creating a plugin.
The interface is used by the QPluginLoader to load Stellarium plugins dynamically.
virtual StelPluginInfo StelPluginInterface::getPluginInfo | ( | ) | const [pure virtual] |
Get information about the plugin.
virtual class StelModule* StelPluginInterface::getStelModule | ( | ) | const [pure virtual] |
Get the instance of StelModule to include in the list of standard StelModule.