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 | ) |
int WPXFloatProperty::getInt | ( | ) | const [virtual] |
float WPXFloatProperty::getFloat | ( | ) | const [virtual] |
Implements WPXProperty.
Referenced by WPXTwipProperty::clone(), WPXPointProperty::clone(), WPXPercentProperty::clone(), WPXInchProperty::clone(), WPXPercentProperty::getStr(), and WPXInchProperty::getStr().
float WPXFloatProperty::m_val [private] |
Referenced by getFloat(), and getInt().