![]() |
Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure |
#include <StelPluginInterface.hpp>
Public Attributes | |
| QString | id |
| QString | displayedName |
| QString | authors |
| QString | contact |
| QString | description |
| QImage | image |
| QString StelPluginInfo::id |
The plugin ID. It MUST match the lib file name (case sensitive), e.g. "HelloStelModule", or "VirGO".
| QString StelPluginInfo::displayedName |
The displayed name, e.g. "Artificial Satellites".
| 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.
| 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.
1.5.5