Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://astro.uni-altai.ru/~aw/stellarium/api/classStelGuiPluginInterface.html
Дата изменения: Unknown Дата индексирования: Fri Feb 28 07:49:36 2014 Кодировка: Поисковые слова: п п п п п |
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.