Public Member Functions | |
RVNGIntProperty (const int val) | |
~RVNGIntProperty () | |
virtual int | getInt () const |
virtual double | getDouble () const |
virtual RVNGUnit | getUnit () const |
returns the property unit when possible. | |
virtual RVNGString | getStr () const |
virtual RVNGProperty * | clone () const |
Private Attributes | |
int | m_val |
librevenge::RVNGIntProperty::RVNGIntProperty | ( | const int | val | ) |
Referenced by clone().
librevenge::RVNGIntProperty::~RVNGIntProperty | ( | ) | [inline] |
RVNGProperty * librevenge::RVNGIntProperty::clone | ( | ) | const [virtual] |
Implements librevenge::RVNGProperty.
Reimplemented in librevenge::RVNGBoolProperty.
double librevenge::RVNGIntProperty::getDouble | ( | ) | const [virtual] |
Implements librevenge::RVNGProperty.
int librevenge::RVNGIntProperty::getInt | ( | ) | const [virtual] |
Implements librevenge::RVNGProperty.
Referenced by librevenge::RVNGBoolProperty::clone(), and librevenge::RVNGBoolProperty::getStr().
RVNGString librevenge::RVNGIntProperty::getStr | ( | ) | const [virtual] |
Implements librevenge::RVNGProperty.
Reimplemented in librevenge::RVNGBoolProperty.
virtual RVNGUnit librevenge::RVNGIntProperty::getUnit | ( | ) | const [inline, virtual] |
returns the property unit when possible.
If not, returns RVNG_UNIT_ERROR
Implements librevenge::RVNGProperty.
Reimplemented in librevenge::RVNGBoolProperty.
int librevenge::RVNGIntProperty::m_val [private] |
Referenced by clone(), getDouble(), getInt(), and getStr().