Public Member Functions | |
RVNGPercentProperty (const double val) | |
~RVNGPercentProperty () | |
virtual RVNGUnit | getUnit () const |
returns the property unit when possible. | |
virtual RVNGString | getStr () const |
virtual RVNGProperty * | clone () const |
librevenge::RVNGPercentProperty::RVNGPercentProperty | ( | const double | val | ) |
Referenced by clone().
RVNGProperty * librevenge::RVNGPercentProperty::clone | ( | ) | const [virtual] |
Reimplemented from librevenge::RVNGDoubleProperty.
RVNGString librevenge::RVNGPercentProperty::getStr | ( | ) | const [virtual] |
Reimplemented from librevenge::RVNGDoubleProperty.
virtual RVNGUnit librevenge::RVNGPercentProperty::getUnit | ( | ) | const [inline, virtual] |
returns the property unit when possible.
If not, returns RVNG_UNIT_ERROR
Reimplemented from librevenge::RVNGDoubleProperty.