Stellarium  0.21.3
Public Member Functions
StelPluginInterface Class Referenceabstract

#include <StelPluginInterface.hpp>

Public Member Functions

virtual class StelModulegetStelModule () 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...
 

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.

Member Function Documentation

◆ getExtensionList()

virtual QObjectList StelPluginInterface::getExtensionList ( ) const
pure virtual