Stellarium 0.11.4 | |||
Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure |
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. |
Define the interface to implement when creating a GUI plugin.
The interface is used by the QPluginLoader to load Stellarium plugins dynamically.
virtual class StelGuiBase* StelGuiPluginInterface::getStelGuiBase | ( | ) | const [pure virtual] |
Get the instance of StelGuiBase implmenting the GUI.