Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://astro.uni-altai.ru/~aw/stellarium/api/structStelPluginInfo.html
Дата изменения: Unknown Дата индексирования: Fri Feb 28 07:34:01 2014 Кодировка: Поисковые слова: п п п п п п п п п п п п п п п |
Stellarium 0.12.3
|
Contains information about a Stellarium plugin. More...
#include <StelPluginInterface.hpp>
Public Attributes | |
QString | id |
The plugin ID. It MUST match the lib file name (case sensitive), e.g. "HelloStelModule", or "VirGO". More... | |
QString | displayedName |
The displayed name, e.g. "Artificial Satellites". More... | |
QString | authors |
The comma separated list of authors, e.g. "Fabien Chereau, Matthew Gates". More... | |
QString | contact |
The contact email or URL. More... | |
QString | description |
The HTML description of the plugin. More... | |
QImage | image |
Logo or preview image to display in the information dialog or an invalid image if not applicable. More... | |
bool | startByDefault |
Whether the plugin should be started by default (if nothing specified in config.ini) More... | |
Contains information about a Stellarium plugin.
Definition at line 28 of file StelPluginInterface.hpp.
QString StelPluginInfo::authors |
The comma separated list of authors, e.g. "Fabien Chereau, Matthew Gates".
Definition at line 36 of file StelPluginInterface.hpp.
QString StelPluginInfo::contact |
The contact email or URL.
Definition at line 38 of file StelPluginInterface.hpp.
QString StelPluginInfo::description |
The HTML description of the plugin.
Definition at line 40 of file StelPluginInterface.hpp.
QString StelPluginInfo::displayedName |
The displayed name, e.g. "Artificial Satellites".
Definition at line 34 of file StelPluginInterface.hpp.
QString StelPluginInfo::id |
The plugin ID. It MUST match the lib file name (case sensitive), e.g. "HelloStelModule", or "VirGO".
Definition at line 32 of file StelPluginInterface.hpp.
QImage StelPluginInfo::image |
Logo or preview image to display in the information dialog or an invalid image if not applicable.
The image size should be x by x pixels.
Definition at line 43 of file StelPluginInterface.hpp.
bool StelPluginInfo::startByDefault |
Whether the plugin should be started by default (if nothing specified in config.ini)
Definition at line 45 of file StelPluginInterface.hpp.