#include <area.h>
Inheritance diagram for AreaNode:
Public Member Functions | |
AreaNode (World *parent) | |
~AreaNode () | |
void | RecieveSignal (const string &id, Signal &sig) |
recieves signals 'parse area' | |
Private Member Functions | |
void | Parse (Signal &sig) |
parse the area |
when this class is signalled with 'parse area' and passed an xml file path, it parses the files xml tree, and sets up the area accordingly.
as an example, there could be a new tree, or an element could specify to delete 'john'.
|
|
|
|
|
parse the area
|
|
recieves signals 'parse area'
Reimplemented from Node.
|