![]() |
Stellarium 0.11.4 | ||
| Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure |
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". | |
| QString | displayedName |
| The displayed name, e.g. "Artificial Satellites". | |
| QString | authors |
| The comma separated list of authors, e.g. "Fabien Chereau, Matthew Gates". | |
| QString | contact |
| The contact email or URL. | |
| QString | description |
| The HTML description of the plugin. | |
| QImage | image |
| Logo or preview image to display in the information dialog or an invalid image if not applicable. | |
| bool | startByDefault |
| Whether the plugin should be started by default (if nothing specified in config.ini). | |
Contains information about a Stellarium plugin.
| QString StelPluginInfo::authors |
The comma separated list of authors, e.g. "Fabien Chereau, Matthew Gates".
| QString StelPluginInfo::contact |
The contact email or URL.
| QString StelPluginInfo::description |
The HTML description of the plugin.
| QString StelPluginInfo::displayedName |
The displayed name, e.g. "Artificial Satellites".
| QString StelPluginInfo::id |
The plugin ID. It MUST match the lib file name (case sensitive), e.g. "HelloStelModule", or "VirGO".
| 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.
Whether the plugin should be started by default (if nothing specified in config.ini).
1.6.3