Public Member Functions | |
| RVNGStringProperty (const char *str) | |
| ~RVNGStringProperty () | |
| 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 |
Static Public Member Functions | |
| RVNGStringProperty (const RVNGString &str) | |
Private Attributes | |
| RVNGString | m_str |
| librevenge::RVNGStringProperty::RVNGStringProperty | ( | const RVNGString & | str | ) | [static] |
Referenced by clone().
| librevenge::RVNGStringProperty::RVNGStringProperty | ( | const char * | str | ) |
| librevenge::RVNGStringProperty::~RVNGStringProperty | ( | ) | [inline] |
| RVNGProperty * librevenge::RVNGStringProperty::clone | ( | ) | const [virtual] |
Implements librevenge::RVNGProperty.
| virtual double librevenge::RVNGStringProperty::getDouble | ( | ) | const [inline, virtual] |
Implements librevenge::RVNGProperty.
| virtual int librevenge::RVNGStringProperty::getInt | ( | ) | const [inline, virtual] |
Implements librevenge::RVNGProperty.
| RVNGString librevenge::RVNGStringProperty::getStr | ( | ) | const [virtual] |
Implements librevenge::RVNGProperty.
| virtual RVNGUnit librevenge::RVNGStringProperty::getUnit | ( | ) | const [inline, virtual] |
returns the property unit when possible.
If not, returns RVNG_UNIT_ERROR
Implements librevenge::RVNGProperty.