|
const string & | getPlanetNameFromInitial (const string &abbrev) const |
|
const string & | getPlanetNameFromTexture (const string &tex) const |
|
const string & | getPlanetVariable (const string &name, const string &defaultvalue) const |
|
const string & | getPlanetVariable (const string &planet, const string &name, const string &defaultvalue) const |
|
void | writeGalaxy (VSFileSystem::VSFile &f) const |
|
SGalaxy * | getPlanetTypes () |
|
bool | setPlanetVariable (const string &name, const string &value) |
|
void | addPlanetSection (const std::vector< string > §ion) |
|
bool | setPlanetVariable (const string &planet, const string &name, const string &value) |
|
| Galaxy () |
|
| Galaxy (const char *configfile) |
|
| Galaxy (const SGalaxy &g) |
|
| 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 59 of file galaxy_xml.h.