#include <textfileparser.h>
Public Types | |
| enum | Operator { eq, mult_eq, add_eq, alias, alias_all, sub_eq, alias_all_resolved } |
Public Member Functions | |
| Entry (const ASCString &propertyName_, Operator op_, const ASCString &value_) | |
| ASCString | toString () const |
Public Attributes | |
| ASCString | propertyName |
| enum TextPropertyGroup::Entry::Operator | op |
| ASCString | value |
| Entry * | parent |
|
|
Definition at line 62 of file textfileparser.h. |
|
||||||||||||||||
|
Definition at line 65 of file textfileparser.h. References propertyName, and ASCString::toLower(). |
|
|
Definition at line 34 of file textfileparser.cpp. References alias_all, alias_all_resolved, op, TextFormatParser::operations, propertyName, and value. |
|
|
Referenced by PropertyTemplate< T >::parse(), TextPropertyGroup::processAlias(), and toString(). |
|
|
|
Definition at line 61 of file textfileparser.h. Referenced by Entry(), TextPropertyGroup::processAlias(), and toString(). |
|
1.4.2