Public Member Functions | |
WPXIntProperty (const int val) | |
virtual int | getInt () const |
virtual double | getDouble () 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.
double WPXIntProperty::getDouble | ( | ) | 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(), getDouble(), getInt(), and getStr().