#include <textfile_evaluation.h>
Inheritance diagram for PropertyContainer::Property:

Public Member Functions | |
| virtual | ~Property () |
| virtual void | evaluate ()=0 |
| void | setName (const ASCString &name_, const ASCString &lastName_) |
| const ASCString & | getLastName () |
| void | setPropertyContainer (PropertyContainer *propertyContainer_) |
Public Attributes | |
| bool | evaluated |
Protected Member Functions | |
| virtual ASCString | toString () const =0 |
| void | findEntry () |
| virtual bool | hasDefault () |
| void | writeProperty () |
| Property (bool defaultValueAvail_) | |
Protected Attributes | |
| ASCString | name |
| ASCString | lastName |
| PropertyContainer * | propertyContainer |
| TextPropertyGroup::Entry * | entry |
| bool | defaultValueAvail |
|
|
Definition at line 63 of file textfile_evaluation.h. |
|
|
Definition at line 66 of file textfile_evaluation.h. |
|
|
|
Definition at line 606 of file textfile_evaluation.cpp. References entry, PropertyContainer::error(), fatalError(), TextPropertyGroup::find(), hasDefault(), propertyContainer, PropertyContainer::textPropertyGroup, and ASCString::toLower(). Referenced by PropertyTemplate< T >::evaluate(). |
|
|
Definition at line 70 of file textfile_evaluation.h. References lastName. |
|
|
Reimplemented in IntegerArrayProperty. Definition at line 61 of file textfile_evaluation.h. References defaultValueAvail. Referenced by findEntry(). |
|
||||||||||||
|
Definition at line 599 of file textfile_evaluation.cpp. References lastName, and ASCString::toLower(). |
|
|
Definition at line 71 of file textfile_evaluation.h. References propertyContainer. |
|
|
Implemented in IntegerProperty, FloatProperty, BoolProperty, StringProperty, StringArrayProperty, IntegerArrayProperty, DoubleArrayProperty, IntRangeArrayProperty, TagArrayProperty, TagIntProperty, NamedIntProperty, ASCImageProperty, and ASCImageArrayProperty. Referenced by writeProperty(). |
|
|
Definition at line 620 of file textfile_evaluation.cpp. References propertyContainer, toString(), and PropertyContainer::writeProperty(). Referenced by PropertyTemplate< T >::evaluate(). |
|
|
Definition at line 60 of file textfile_evaluation.h. Referenced by hasDefault(). |
|
|
Definition at line 56 of file textfile_evaluation.h. Referenced by findEntry(). |
|
|
Definition at line 66 of file textfile_evaluation.h. Referenced by PropertyTemplate< T >::evaluate(). |
|
|
Definition at line 54 of file textfile_evaluation.h. Referenced by getLastName(), and setName(). |
|
|
Definition at line 53 of file textfile_evaluation.h. |
|
1.4.2