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