Stellarium 0.12.4
List of all members | Public Attributes
StelModuleMgr::PluginDescriptor Struct Reference

Contains the information read from the module.ini file. More...

#include <StelModuleMgr.hpp>

Public Attributes

StelPluginInfo info
 The static info for the plugin. More...
 
bool loadAtStartup
 If true, the module is automatically loaded at startup. More...
 
bool loaded
 True if the plugin is currently loaded. More...
 

Detailed Description

Contains the information read from the module.ini file.

Definition at line 85 of file StelModuleMgr.hpp.

Member Data Documentation

StelPluginInfo StelModuleMgr::PluginDescriptor::info

The static info for the plugin.

Definition at line 89 of file StelModuleMgr.hpp.

bool StelModuleMgr::PluginDescriptor::loadAtStartup

If true, the module is automatically loaded at startup.

Definition at line 91 of file StelModuleMgr.hpp.

bool StelModuleMgr::PluginDescriptor::loaded

True if the plugin is currently loaded.

Definition at line 93 of file StelModuleMgr.hpp.


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