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