xoreos
0.0.5
|
A node in the RIM tree. More...
Public Types | |
typedef Common::PtrVector< const RIMNode > | Children |
Public Member Functions | |
RIMNode (const RIMNode *p=0) | |
Public Attributes | |
Common::UString | tag |
Name of the node itself, not unique. More... | |
Common::UString | area |
ResRef of the area this node describes, if any. More... | |
Common::UString | environment |
Directory in which to find environment resources. More... | |
Common::UString | rim |
The module RIM file. More... | |
const RIMNode * | parent |
Children | children |
A node in the RIM tree.
Definition at line 101 of file campaign.h.
Definition at line 102 of file campaign.h.
Engines::DragonAge::Campaign::RIMNode::RIMNode | ( | const RIMNode * | p = 0 | ) |
Definition at line 57 of file campaign.cpp.
Common::UString Engines::DragonAge::Campaign::RIMNode::area |
ResRef of the area this node describes, if any.
Definition at line 105 of file campaign.h.
Children Engines::DragonAge::Campaign::RIMNode::children |
Definition at line 111 of file campaign.h.
Common::UString Engines::DragonAge::Campaign::RIMNode::environment |
Directory in which to find environment resources.
Definition at line 107 of file campaign.h.
const RIMNode* Engines::DragonAge::Campaign::RIMNode::parent |
Definition at line 110 of file campaign.h.
Common::UString Engines::DragonAge::Campaign::RIMNode::rim |
The module RIM file.
Definition at line 108 of file campaign.h.
Common::UString Engines::DragonAge::Campaign::RIMNode::tag |
Name of the node itself, not unique.
Definition at line 104 of file campaign.h.