#include <galaxy_xml.h>
|
| SGalaxy () |
|
| SGalaxy (const char *configfile) |
|
| SGalaxy (const SGalaxy &g) |
|
void | writeGalaxy (VSFileSystem::VSFile &f) const |
|
void | writeSector (VSFileSystem::VSFile &f, int tabs, const string §orType, SGalaxy *planet_types) const |
|
void | processGalaxy (const string &sys) |
|
void | processSystem (const string &sys, const QVector &suggested_coordinates) |
|
| ~SGalaxy () |
|
const string & | getVariable (const std::vector< string > §ion, const string &name, const string &default_value) const |
|
const string & | getRandSystem (const string §ion, const string &default_value) const |
|
const string & | getVariable (const string §ion, const string &name, const string &defaultvalue) const |
|
const string & | getVariable (const string §ion, const string &subsection, const string &name, const string &defaultvalue) const |
|
bool | setVariable (const string §ion, const string &name, const string &value) |
|
bool | setVariable (const string §ion, const string &subsection, const string &name, const string &value) |
|
void | addSection (const std::vector< string > §ion) |
|
void | setVariable (const std::vector< string > §ion, const string &name, const string &value) |
|
SubHeirarchy & | getHeirarchy () |
|
const std::string & | operator[] (const std::string &s) const |
|
Definition at line 17 of file galaxy_xml.h.
GalaxyXML::SGalaxy::SGalaxy |
( |
) | |
|
|
inline |
SGalaxy::SGalaxy |
( |
const char * |
configfile) | |
|
SGalaxy::SGalaxy |
( |
const SGalaxy & |
g) | |
|
void SGalaxy::addSection |
( |
const std::vector< string > & |
section) | |
|
const string & SGalaxy::getRandSystem |
( |
const string & |
section, |
|
|
const string & |
default_value |
|
) |
| const |
const string & SGalaxy::getVariable |
( |
const std::vector< string > & |
section, |
|
|
const string & |
name, |
|
|
const string & |
default_value |
|
) |
| const |
const string & SGalaxy::getVariable |
( |
const string & |
section, |
|
|
const string & |
name, |
|
|
const string & |
defaultvalue |
|
) |
| const |
const string & SGalaxy::getVariable |
( |
const string & |
section, |
|
|
const string & |
subsection, |
|
|
const string & |
name, |
|
|
const string & |
defaultvalue |
|
) |
| const |
const std::string& GalaxyXML::SGalaxy::operator[] |
( |
const std::string & |
s) | |
const |
|
inline |
void SGalaxy::processGalaxy |
( |
const string & |
sys) | |
|
void SGalaxy::processSystem |
( |
const string & |
sys, |
|
|
const QVector & |
suggested_coordinates |
|
) |
| |
bool SGalaxy::setVariable |
( |
const string & |
section, |
|
|
const string & |
name, |
|
|
const string & |
value |
|
) |
| |
bool SGalaxy::setVariable |
( |
const string & |
section, |
|
|
const string & |
subsection, |
|
|
const string & |
name, |
|
|
const string & |
value |
|
) |
| |
void SGalaxy::setVariable |
( |
const std::vector< string > & |
section, |
|
|
const string & |
name, |
|
|
const string & |
value |
|
) |
| |
The documentation for this class was generated from the following files: