Stellarium  0.20.4
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.
 
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

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