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