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