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