struct: WML node (used by WmlReader)
Definition: wmlNode.h:58
bool is_string
true if the line is a translatable string
Definition: wmlNode.h:47
WmlNode * upnode
Pointer of parent WmlNode (0 if current node is a root node)
Definition: wmlNode.h:60
QString tagname
Tag name (usually "[tag]: ").
Definition: wmlNode.h:62
struct: used by struct WmlNode
Definition: wmlNode.h:41
int n
line number in src file
Definition: wmlNode.h:43
QList< Wml_line > line
important data contained by current [tag]
Definition: wmlNode.h:64
QString line
line value (example: "speaker = narrator")
Definition: wmlNode.h:45
bool active
deprecated: true if node (tag) contains at least a translatable string
Definition: wmlNode.h:66