Public Member Functions | |
| WPXDoubleProperty (const double val) | |
| ~WPXDoubleProperty () | |
| 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().
| WPXDoubleProperty::~WPXDoubleProperty | ( | ) | [inline] |
| WPXProperty * WPXDoubleProperty::clone | ( | ) | const [virtual] |
Implements WPXProperty.
Reimplemented in WPXGenericProperty, WPXTwipProperty, WPXPointProperty, WPXPercentProperty, and WPXInchProperty.
| double WPXDoubleProperty::getDouble | ( | ) | const [virtual] |
| int WPXDoubleProperty::getInt | ( | ) | const [virtual] |
Implements WPXProperty.
Referenced by WPXTwipProperty::getStr().
| WPXString WPXDoubleProperty::getStr | ( | ) | const [virtual] |
Implements WPXProperty.
Reimplemented in WPXGenericProperty, WPXTwipProperty, WPXPointProperty, WPXPercentProperty, and WPXInchProperty.
double WPXDoubleProperty::m_val [private] |
Referenced by getDouble(), and getInt().