Public Member Functions | |
| WPXDoubleProperty (const double val) | |
| virtual int | getInt () const |
| virtual double | getDouble () const |
| virtual WPXString | getStr () const |
| virtual WPXProperty * | clone () const |
Private Attributes | |
| double | m_val |
| WPXDoubleProperty::WPXDoubleProperty | ( | const double | val | ) |
Referenced by clone().
| WPXProperty * WPXDoubleProperty::clone | ( | ) | const [virtual] |
Implements WPXProperty.
Reimplemented in WPXInchProperty, WPXPercentProperty, WPXPointProperty, WPXTwipProperty, and WPXGenericProperty.
| double WPXDoubleProperty::getDouble | ( | ) | const [virtual] |
Implements WPXProperty.
Referenced by WPXTwipProperty::clone(), WPXPointProperty::clone(), WPXPercentProperty::clone(), WPXInchProperty::clone(), clone(), WPXPercentProperty::getStr(), WPXInchProperty::getStr(), and getStr().
| int WPXDoubleProperty::getInt | ( | ) | const [virtual] |
Implements WPXProperty.
Referenced by WPXTwipProperty::getStr(), and WPXPointProperty::getStr().
| WPXString WPXDoubleProperty::getStr | ( | ) | const [virtual] |
Implements WPXProperty.
Reimplemented in WPXInchProperty, WPXPercentProperty, WPXPointProperty, WPXTwipProperty, and WPXGenericProperty.
double WPXDoubleProperty::m_val [private] |
Referenced by getDouble(), and getInt().