Public Member Functions | |
| WPXIntProperty (const int val) | |
| ~WPXIntProperty () | |
| 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 | |
| int | m_val |
| WPXIntProperty::WPXIntProperty | ( | const int | val) |
Referenced by clone().
|
inline |
|
virtual |
Implements WPXProperty.
Reimplemented in WPXBoolProperty.
|
virtual |
Implements WPXProperty.
|
virtual |
Implements WPXProperty.
Referenced by WPXBoolProperty::clone(), and WPXBoolProperty::getStr().
|
virtual |
Implements WPXProperty.
Reimplemented in WPXBoolProperty.
|
private |
Referenced by clone(), getDouble(), getInt(), and getStr().