Stellarium
0.17.0
|
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. | |
virtual QObjectList | getExtensionList () const =0 |
A mechanism to provide abitrary QObjects to the StelModuleMgr. More... | |
The interface is used by the QPluginLoader to load Stellarium plugins dynamically.
|
pure virtual |
Introduced to provide some limited form of inter-plugin communication. If you do not need this, return an empty list.
The StelModuleMgr remembers all loaded extensions and provides methods to access them. You should use qobject_cast to try to cast each object to a specific interface in which you are interested in.
Implemented in SatellitesStelPluginInterface, ArchaeoLinesStelPluginInterface, ExoplanetsStelPluginInterface, ObservabilityStelPluginInterface, OcularsStelPluginInterface, TelescopeControlStelPluginInterface, Scenery3dStelPluginInterface, MeteorShowersStelPluginInterface, SolarSystemEditorStelPluginInterface, PulsarsStelPluginInterface, QuasarsStelPluginInterface, NovaeStelPluginInterface, SupernovaeStelPluginInterface, PointerCoordinatesStelPluginInterface, RemoteSyncStelPluginInterface, AngleMeasureStelPluginInterface, RemoteControlStelPluginInterface, EquationOfTimeStelPluginInterface, NavStarsStelPluginInterface, TextUserInterfaceStelPluginInterface, CompassMarksStelPluginInterface, FOVStelPluginInterface, HelloStelModuleStelPluginInterface, and SimpleDrawLineStelPluginInterface.