![]() |
Stellarium
25.3
|
Contains information about a Stellarium plugin. More...
#include <StelPluginInterface.hpp>
Data Fields | |
| QString | id |
| The plugin ID. It MUST match the lib file name (case sensitive), e.g. "HelloStelModule". | |
| 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. | |
| QString | version |
| The version of the plugin, e.g. "1.0.0". | |
| QString | license |
| The license of the plugin, e.g. "GPLv2 or later". | |
| QString | acknowledgements |
| Acknowledgements for project sponsors. (optional) | |
| 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) | |
Contains information about a Stellarium plugin.
| 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.