Stellarium 0.15.2
|
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... | |
Friends | |
class | StelModuleMgr |
Contains the information read from the module.ini file.
Definition at line 85 of file StelModuleMgr.hpp.
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.