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