Stellarium 0.12.3
|
Define the interface to implement when creating a GUI plugin. More...
#include <StelGuiBase.hpp>
Public Member Functions | |
virtual class StelGuiBase * | getStelGuiBase () const =0 |
Get the instance of StelGuiBase implmenting the GUI. More... | |
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.
|
pure virtual |
Get the instance of StelGuiBase implmenting the GUI.
Implemented in StelStandardGuiPluginInterface, and StelNoGuiPluginInterface.