![]() |
Stellarium
0.16.1
|
This class is used by Qt to manage a plug-in interface. More...
#include <PointerCoordinates.hpp>
Inheritance diagram for PointerCoordinatesStelPluginInterface:
Collaboration diagram for PointerCoordinatesStelPluginInterface:Public Member Functions | |
| virtual StelModule * | getStelModule () const |
| Get the instance of StelModule to include in the list of standard StelModule. More... | |
| virtual StelPluginInfo | getPluginInfo () const |
| Get information about the plugin. More... | |
| virtual QObjectList | getExtensionList () const |
| A mechanism to provide abitrary QObjects to the StelModuleMgr. More... | |
This class is used by Qt to manage a plug-in interface.
Definition at line 226 of file PointerCoordinates.hpp.
|
inlinevirtual |
A mechanism to provide abitrary QObjects to the StelModuleMgr.
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.
Implements StelPluginInterface.
Definition at line 234 of file PointerCoordinates.hpp.
|
virtual |
Get information about the plugin.
Implements StelPluginInterface.
|
virtual |
Get the instance of StelModule to include in the list of standard StelModule.
Implements StelPluginInterface.
1.8.11