Stellarium 0.12.3
List of all members | Public Member Functions
StelPluginInterface Class Referenceabstract

Define the interface to implement when creating a plugin. More...

#include <StelPluginInterface.hpp>

Public Member Functions

virtual class StelModulegetStelModule () const =0
 Get the instance of StelModule to include in the list of standard StelModule. More...
 
virtual StelPluginInfo getPluginInfo () const =0
 Get information about the plugin. More...
 

Detailed Description

Define the interface to implement when creating a plugin.

The interface is used by the QPluginLoader to load Stellarium plugins dynamically.

See Also
Plugins for documentation on how to develop external plugins.

Definition at line 52 of file StelPluginInterface.hpp.

Member Function Documentation

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.


The documentation for this class was generated from the following file: