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