Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://astro.uni-altai.ru/~aw/stellarium/api/classStelPluginInterface.html
Дата изменения: Unknown Дата индексирования: Fri Feb 28 07:43:19 2014 Кодировка: Поисковые слова: р п р п р п р п р п р п п р п п р п п р п п р п п р п п р п п р п п р п п р п п р п |
Stellarium 0.12.3
|
Define the interface to implement when creating a plugin. More...
#include <StelPluginInterface.hpp>
Public Member Functions | |
virtual class StelModule * | getStelModule () const =0 |
Get the instance of StelModule to include in the list of standard StelModule. More... | |
virtual StelPluginInfo | getPluginInfo () const =0 |
Get information about the plugin. More... | |
Define the interface to implement when creating a plugin.
The interface is used by the QPluginLoader to load Stellarium plugins dynamically.
Definition at line 52 of file StelPluginInterface.hpp.
|
pure virtual |
Get information about the plugin.
|
pure virtual |
Get the instance of StelModule to include in the list of standard StelModule.