Public Member Functions | |
| WPXFloatProperty (const float val) | |
| virtual int | getInt () const |
| virtual float | getFloat () const |
Private Attributes | |
| float | m_val |
| WPXFloatProperty::WPXFloatProperty | ( | const float | val | ) |
| float WPXFloatProperty::getFloat | ( | ) | const [virtual] |
Implements WPXProperty.
Referenced by WPXTwipProperty::clone(), WPXPointProperty::clone(), WPXPercentProperty::clone(), WPXInchProperty::clone(), WPXPercentProperty::getStr(), and WPXInchProperty::getStr().
| int WPXFloatProperty::getInt | ( | ) | const [virtual] |
Implements WPXProperty.
Referenced by WPXTwipProperty::getStr(), and WPXPointProperty::getStr().
float WPXFloatProperty::m_val [private] |
Referenced by getFloat(), and getInt().