From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/class_mod_config.html | 609 +++++++++++++++++++++++++++++++++ 1 file changed, 609 insertions(+) create mode 100644 Doc/doxygen/html/class_mod_config.html (limited to 'Doc/doxygen/html/class_mod_config.html') diff --git a/Doc/doxygen/html/class_mod_config.html b/Doc/doxygen/html/class_mod_config.html new file mode 100644 index 0000000..50755b4 --- /dev/null +++ b/Doc/doxygen/html/class_mod_config.html @@ -0,0 +1,609 @@ + + + + + +Starshatter_Open: ModConfig Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
ModConfig Class Reference
+
+
+ +

#include <ModConfig.h>

+ +

List of all members.

+ + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 ModConfig ()
 ~ModConfig ()
int operator== (const ModConfig &cfg) const
void Load ()
void Save ()
void FindMods ()
bool IsDeployed (const char *name)
void Deploy ()
void Undeploy ()
void Redeploy ()
void EnableMod (const char *name)
void DisableMod (const char *name)
void IncreaseModPriority (int mod_index)
void DecreaseModPriority (int mod_index)
List< Text > & EnabledMods ()
List< Text > & DisabledMods ()
List< ModInfo > & GetModInfoList ()
ModInfoGetModInfo (const char *filename)
+ + + + + +

+Static Public Member Functions

static const char * TYPENAME ()
static void Initialize ()
static void Close ()
static ModConfigGetInstance ()
+

Detailed Description

+
+

Definition at line 32 of file ModConfig.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
ModConfig::ModConfig ()
+
+ +

Definition at line 32 of file ModConfig.cpp.

+ +
+
+ +
+
+ + + + + + + +
ModConfig::~ModConfig ()
+
+ +

Definition at line 41 of file ModConfig.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
void ModConfig::Close ()
+
+static
+
+ +

Definition at line 62 of file ModConfig.cpp.

+ +
+
+ +
+
+ + + + + + + + +
void ModConfig::DecreaseModPriority (int mod_index)
+
+ +

Definition at line 373 of file ModConfig.cpp.

+ +
+
+ +
+
+ + + + + + + +
void ModConfig::Deploy ()
+
+ +

Definition at line 222 of file ModConfig.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
List<Text>& ModConfig::DisabledMods ()
+
+inline
+
+ +

Definition at line 64 of file ModConfig.h.

+ +
+
+ +
+
+ + + + + + + + +
void ModConfig::DisableMod (const char * name)
+
+ +

Definition at line 326 of file ModConfig.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
List<Text>& ModConfig::EnabledMods ()
+
+inline
+
+ +

Definition at line 63 of file ModConfig.h.

+ +
+
+ +
+
+ + + + + + + + +
void ModConfig::EnableMod (const char * name)
+
+ +

Definition at line 289 of file ModConfig.cpp.

+ +
+
+ +
+
+ + + + + + + +
void ModConfig::FindMods ()
+
+ +

Definition at line 161 of file ModConfig.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
ModConfig * ModConfig::GetInstance ()
+
+static
+
+ +

Definition at line 71 of file ModConfig.cpp.

+ +
+
+ +
+
+ + + + + + + + +
ModInfo * ModConfig::GetModInfo (const char * filename)
+
+ +

Definition at line 192 of file ModConfig.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
List<ModInfo>& ModConfig::GetModInfoList ()
+
+inline
+
+ +

Definition at line 65 of file ModConfig.h.

+ +
+
+ +
+
+ + + + + + + + +
void ModConfig::IncreaseModPriority (int mod_index)
+
+ +

Definition at line 361 of file ModConfig.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void ModConfig::Initialize ()
+
+static
+
+ +

Definition at line 56 of file ModConfig.cpp.

+ +
+
+ +
+
+ + + + + + + + +
bool ModConfig::IsDeployed (const char * name)
+
+ +

Definition at line 207 of file ModConfig.cpp.

+ +
+
+ +
+
+ + + + + + + +
void ModConfig::Load ()
+
+ +

Definition at line 79 of file ModConfig.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
int ModConfig::operator== (const ModConfigcfg) const
+
+inline
+
+ +

Definition at line 40 of file ModConfig.h.

+ +
+
+ +
+
+ + + + + + + +
void ModConfig::Redeploy ()
+
+ +

Definition at line 276 of file ModConfig.cpp.

+ +
+
+ +
+
+ + + + + + + +
void ModConfig::Save ()
+
+ +

Definition at line 143 of file ModConfig.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
static const char* ModConfig::TYPENAME ()
+
+inlinestatic
+
+ +

Definition at line 35 of file ModConfig.h.

+ +
+
+ +
+
+ + + + + + + +
void ModConfig::Undeploy ()
+
+ +

Definition at line 266 of file ModConfig.cpp.

+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit v1.1