#include <LandscapeSound.h>
Public Member Functions | |
| LandscapeSoundType () | |
| virtual | ~LandscapeSoundType () |
| virtual bool | readXML (XMLNode *node) |
Public Attributes | |
| LandscapeSoundPosition * | position |
| LandscapeSoundTiming * | timing |
| LandscapeSoundSound * | sound |
Definition at line 135 of file LandscapeSound.h.
| LandscapeSoundType::LandscapeSoundType | ( | ) |
Definition at line 250 of file LandscapeSound.cpp.
| LandscapeSoundType::~LandscapeSoundType | ( | ) | [virtual] |
| bool LandscapeSoundType::readXML | ( | XMLNode * | node | ) | [virtual] |
Definition at line 262 of file LandscapeSound.cpp.
References XMLNode::failChildren(), XMLNode::getNamedChild(), XMLNode::getNamedParameter(), position, LandscapeSoundTiming::readXML(), LandscapeSoundPosition::readXML(), LandscapeSoundSound::readXML(), sound, LangStringUtil::strcmp(), and timing.
Referenced by LandscapeInclude::readXML().
Definition at line 143 of file LandscapeSound.h.
Referenced by LandscapeSoundManager::loadSound(), readXML(), LandscapeSoundManager::simulate(), and ~LandscapeSoundType().
Definition at line 144 of file LandscapeSound.h.
Referenced by LandscapeSoundManager::loadSound(), readXML(), LandscapeSoundManager::simulate(), and ~LandscapeSoundType().
Definition at line 145 of file LandscapeSound.h.
Referenced by LandscapeSoundManager::loadSound(), readXML(), LandscapeSoundManager::simulate(), and ~LandscapeSoundType().
1.5.3