
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 | ) |
| int WPXIntProperty::getInt | ( | ) | const [virtual] |
Implements WPXProperty.
| float WPXIntProperty::getFloat | ( | ) | const [virtual] |
Implements WPXProperty.
| WPXString WPXIntProperty::getStr | ( | ) | const [virtual] |
| WPXProperty * WPXIntProperty::clone | ( | ) | const [virtual] |
int WPXIntProperty::m_val [private] |