Public Member Functions | |
| RVNGBinaryDataProperty (const RVNGBinaryData &data) | |
| RVNGBinaryDataProperty (const unsigned char *buffer, const unsigned long bufferSize) | |
| ~RVNGBinaryDataProperty () | |
| 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 |
Private Attributes | |
| RVNGBinaryData | m_data |
Referenced by clone().
| librevenge::RVNGBinaryDataProperty::RVNGBinaryDataProperty | ( | const unsigned char * | buffer, |
| const unsigned long | bufferSize | ||
| ) |
| RVNGProperty * librevenge::RVNGBinaryDataProperty::clone | ( | ) | const [virtual] |
Implements librevenge::RVNGProperty.
| virtual double librevenge::RVNGBinaryDataProperty::getDouble | ( | ) | const [inline, virtual] |
Implements librevenge::RVNGProperty.
| virtual int librevenge::RVNGBinaryDataProperty::getInt | ( | ) | const [inline, virtual] |
Implements librevenge::RVNGProperty.
| RVNGString librevenge::RVNGBinaryDataProperty::getStr | ( | ) | const [virtual] |
Implements librevenge::RVNGProperty.
| virtual RVNGUnit librevenge::RVNGBinaryDataProperty::getUnit | ( | ) | const [inline, virtual] |
returns the property unit when possible.
If not, returns RVNG_UNIT_ERROR
Implements librevenge::RVNGProperty.