ScummVM API documentation
Ultima::Ultima4::ConfigElement Class Reference

#include <config.h>

Public Member Functions

 ConfigElement (const Shared::XMLNode *xmlNode)
 
 ConfigElement (const ConfigElement &e)
 
ConfigElementoperator= (const ConfigElement &e)
 
const Common::String getName () const
 
bool exists (const Common::String &name) const
 
Common::String getString (const Common::String &name) const
 
int getInt (const Common::String &name, int defaultValue=0) const
 
bool getBool (const Common::String &name) const
 
int getEnum (const Common::String &name, const char *enumValues[]) const
 
Std::vector< ConfigElementgetChildren () const
 
const Shared::XMLNodegetNode () const
 

Detailed Description

A single configuration element in the config tree. Right now, a thin wrapper around the XML DOM element.


The documentation for this class was generated from the following file: