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