Stellarium  0.16.1
List of all members | Public Attributes
StelPluginInfo Struct Reference

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". 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...
 
QString version
 The version of the plugin, e.g. "1.0.0". More...
 
QString license
 The license of the plugin, e.g. "GPLv2+". 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...
 

Detailed Description

Contains information about a Stellarium plugin.

Definition at line 28 of file StelPluginInterface.hpp.

Member Data Documentation

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".

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 47 of file StelPluginInterface.hpp.

QString StelPluginInfo::license

The license of the plugin, e.g. "GPLv2+".

Definition at line 44 of file StelPluginInterface.hpp.

bool StelPluginInfo::startByDefault

Whether the plugin should be started by default (if nothing specified in config.ini)

Definition at line 49 of file StelPluginInterface.hpp.

QString StelPluginInfo::version

The version of the plugin, e.g. "1.0.0".

Definition at line 42 of file StelPluginInterface.hpp.


The documentation for this struct was generated from the following file: