Stellarium 0.12.3
List of all members | Public Member Functions
StelGuiPluginInterface Class Referenceabstract

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

#include <StelGuiBase.hpp>

Public Member Functions

virtual class StelGuiBasegetStelGuiBase () const =0
 Get the instance of StelGuiBase implmenting the GUI. More...
 

Detailed Description

Define the interface to implement when creating a GUI plugin.

The interface is used by the QPluginLoader to load Stellarium plugins dynamically.

Definition at line 74 of file StelGuiBase.hpp.

Member Function Documentation

virtual class StelGuiBase* StelGuiPluginInterface::getStelGuiBase ( ) const
pure virtual

Get the instance of StelGuiBase implmenting the GUI.

Implemented in StelStandardGuiPluginInterface, and StelNoGuiPluginInterface.


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