Simple property. More...
Public Member Functions | |
| ValueProperty (const PropertyRef &pr, float v=mUdf(float)) | |
| virtual const char * | type () const |
| virtual const char * | factoryKeyword () const |
| virtual const char * | def () const |
| virtual void | setDef (const char *) |
| virtual bool | isUdf () const |
| virtual float | value (EvalOpts eo=EvalOpts()) const |
Static Public Member Functions | |
| static const char * | typeStr () |
| static Property * | create (const PropertyRef &r) |
| static void | initClass () |
Public Attributes | |
| float | val_ |
Simple property.
| ValueProperty::ValueProperty | ( | const PropertyRef & | pr, | |
| float | v = mUdf(float) | |||
| ) | [inline] |
| static Property* ValueProperty::create | ( | const PropertyRef & | r | ) | [inline, static] |
| virtual const char* ValueProperty::def | ( | ) | const [virtual] |
Implements Property.
| virtual const char* ValueProperty::factoryKeyword | ( | ) | const [inline, virtual] |
| static void ValueProperty::initClass | ( | ) | [inline, static] |
| virtual bool ValueProperty::isUdf | ( | ) | const [virtual] |
Implements Property.
| virtual void ValueProperty::setDef | ( | const char * | ) | [virtual] |
Implements Property.
| virtual const char* ValueProperty::type | ( | ) | const [inline, virtual] |
Implements Property.
| static const char* ValueProperty::typeStr | ( | ) | [inline, static] |
Implements Property.
| float ValueProperty::val_ |
1.7.1