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

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

#include <StelPluginInterface.hpp>

+ Inheritance diagram for StelPluginInterface:

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 54 of file StelPluginInterface.hpp.

Member Function Documentation

virtual StelPluginInfo StelPluginInterface::getPluginInfo ( ) const
pure virtual
virtual class StelModule* StelPluginInterface::getStelModule ( ) const
pure virtual

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