Stellarium 0.11.4
Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure

StelPluginInterface Class Reference

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

#include <StelPluginInterface.hpp>

List of all members.

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.

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

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.

Generated on Sat Aug 25 22:13:33 2012 for Stellarium by  doxygen 1.6.3