#include <LandscapeDefinitionsBase.h>
Public Member Functions | |
| virtual bool | readXML (XMLNode *node) |
Public Attributes | |
| std::string | name |
| std::vector < std::string > | texs |
| std::vector < std::string > | defns |
| float | weight |
| std::string | description |
| std::string | picture |
Definition at line 31 of file LandscapeDefinitionsBase.h.
| bool LandscapeDefinitionsEntry::readXML | ( | XMLNode * | node | ) | [virtual] |
Definition at line 27 of file LandscapeDefinitionsBase.cpp.
References defns, description, DIALOG_ASSERT, XMLNode::failChildren(), XMLNode::getContent(), XMLNode::getNamedChild(), name, picture, texs, and weight.
Referenced by LandscapeDefinitionsBase::readLandscapeDefinitions().
Definition at line 34 of file LandscapeDefinitionsBase.h.
Referenced by LandscapeDefinitions::checkEnabled(), SettingsFrame::createLandPanel(), SettingsSubSelectDialog::displayLand(), LandscapeDefinitionsBase::getLandscapeByName(), LandscapeDefinitions::getLandscapeDefn(), LandscapeDefinitions::getRandomLandscapeDefn(), ServerWebSettingsHandler::SettingsLandscapeHandler::processRequest(), and readXML().
| std::vector<std::string> LandscapeDefinitionsEntry::texs |
Definition at line 35 of file LandscapeDefinitionsBase.h.
Referenced by LandscapeDefinitions::getLandscapeDefn(), LandscapeDefinitions::readLandscapeDefinitions(), and readXML().
| std::vector<std::string> LandscapeDefinitionsEntry::defns |
Definition at line 36 of file LandscapeDefinitionsBase.h.
Referenced by LandscapeDefinitions::getLandscapeDefn(), LandscapeDefinitions::getRandomLandscapeDefn(), LandscapeDefinitions::readLandscapeDefinitions(), and readXML().
Definition at line 37 of file LandscapeDefinitionsBase.h.
Referenced by LandscapeDefinitions::getRandomLandscapeDefnEntry(), and readXML().
Definition at line 38 of file LandscapeDefinitionsBase.h.
Referenced by SettingsFrame::createLandPanel(), SettingsSubSelectDialog::displayLand(), ServerWebSettingsHandler::SettingsLandscapeHandler::processRequest(), and readXML().
Definition at line 39 of file LandscapeDefinitionsBase.h.
Referenced by ClientNewGameHandler::actualProcessMessage(), SettingsFrame::createLandPanel(), SettingsSubSelectDialog::displayLand(), and readXML().
1.5.3