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 |
Public Member Functions inherited from librevenge::RVNGProperty | |
virtual | ~RVNGProperty () |
Private Attributes | |
int | m_val |
librevenge::RVNGIntProperty::RVNGIntProperty | ( | const int | val | ) |
Referenced by clone(), and librevenge::RVNGBoolProperty::RVNGBoolProperty().
|
inline |
|
virtual |
Implements librevenge::RVNGProperty.
Reimplemented in librevenge::RVNGBoolProperty.
|
virtual |
Implements librevenge::RVNGProperty.
|
virtual |
Implements librevenge::RVNGProperty.
Referenced by librevenge::RVNGBoolProperty::clone(), and librevenge::RVNGBoolProperty::getStr().
|
virtual |
Implements librevenge::RVNGProperty.
Reimplemented in librevenge::RVNGBoolProperty.
|
inlinevirtual |
returns the property unit when possible.
If not, returns RVNG_UNIT_ERROR
Implements librevenge::RVNGProperty.
Reimplemented in librevenge::RVNGBoolProperty.
|
private |
Referenced by clone(), getDouble(), getInt(), getStr(), and RVNGIntProperty().