#include <LandscapeOptions.h>
Public Member Functions | |
| LandscapeOptionsType () | |
| virtual | ~LandscapeOptionsType () |
| virtual bool | readXML (XMLNode *node) |
Public Attributes | |
| OptionsGame | options |
Definition at line 29 of file LandscapeOptions.h.
| LandscapeOptionsType::LandscapeOptionsType | ( | ) |
Definition at line 24 of file LandscapeOptions.cpp.
| LandscapeOptionsType::~LandscapeOptionsType | ( | ) | [virtual] |
Definition at line 28 of file LandscapeOptions.cpp.
| bool LandscapeOptionsType::readXML | ( | XMLNode * | node | ) | [virtual] |
Definition at line 32 of file LandscapeOptions.cpp.
References XMLNode::failChildren(), OptionsGame::getOptions(), options, and OptionEntryHelper::readFromXML().
Referenced by LandscapeInclude::readXML().
Definition at line 37 of file LandscapeOptions.h.
Referenced by readXML(), and OptionsScorched::updateLevelOptions().
1.5.3