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