Stellarium  0.16.1
List of all members | Public Member Functions
Scenery3dStelPluginInterface Class Reference

This class is used by Qt to manage a plug-in interface. More...

#include <Scenery3d.hpp>

+ Inheritance diagram for Scenery3dStelPluginInterface:
+ Collaboration diagram for Scenery3dStelPluginInterface:

Public Member Functions

virtual StelModulegetStelModule () const
 Get the instance of StelModule to include in the list of standard StelModule. More...
 
virtual StelPluginInfo getPluginInfo () const
 Get information about the plugin. More...
 
virtual QObjectList getExtensionList () const
 A mechanism to provide abitrary QObjects to the StelModuleMgr. More...
 

Detailed Description

This class is used by Qt to manage a plug-in interface.

Definition at line 330 of file Scenery3d.hpp.

Member Function Documentation

virtual QObjectList Scenery3dStelPluginInterface::getExtensionList ( ) const
virtual

A mechanism to provide abitrary QObjects to the StelModuleMgr.

Introduced to provide some limited form of inter-plugin communication. If you do not need this, return an empty list.

The StelModuleMgr remembers all loaded extensions and provides methods to access them. You should use qobject_cast to try to cast each object to a specific interface in which you are interested in.

Implements StelPluginInterface.

virtual StelPluginInfo Scenery3dStelPluginInterface::getPluginInfo ( ) const
virtual

Get information about the plugin.

Implements StelPluginInterface.

virtual StelModule* Scenery3dStelPluginInterface::getStelModule ( ) const
virtual

Get the instance of StelModule to include in the list of standard StelModule.

Implements StelPluginInterface.


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