Public Member Functions | |
| WPXIntProperty (const int val) | |
| virtual int | getInt () const |
| virtual float | getFloat () const |
| virtual WPXString | getStr () const |
| virtual WPXProperty * | clone () const |
Private Attributes | |
| int | m_val |
| WPXIntProperty::WPXIntProperty | ( | const int | val | ) |
Referenced by clone().
| WPXProperty * WPXIntProperty::clone | ( | ) | const [virtual] |
Implements WPXProperty.
Reimplemented in WPXBoolProperty.
| float WPXIntProperty::getFloat | ( | ) | const [virtual] |
Implements WPXProperty.
| int WPXIntProperty::getInt | ( | ) | const [virtual] |
Implements WPXProperty.
Referenced by WPXBoolProperty::clone(), and WPXBoolProperty::getStr().
| WPXString WPXIntProperty::getStr | ( | ) | const [virtual] |
Implements WPXProperty.
Reimplemented in WPXBoolProperty.
int WPXIntProperty::m_val [private] |
Referenced by clone(), getFloat(), getInt(), and getStr().