Internal: the subdocument of a StarObjectSmallGraphic. More...
Public Member Functions | |
| SubDocument (shared_ptr< OutlinerParaObject > text) | |
| virtual | ~SubDocument () |
| destructor | |
| virtual bool | operator!= (STOFFSubDocument const &doc) const |
| operator!= | |
| virtual bool | operator== (STOFFSubDocument const &doc) const |
| operator!== | |
| void | parse (STOFFListenerPtr &listener, libstoff::SubDocumentType type) |
| the parser function | |
Protected Attributes | |
| shared_ptr< OutlinerParaObject > | m_text |
| the text | |
Internal: the subdocument of a StarObjectSmallGraphic.
| StarObjectSmallGraphicInternal::SubDocument::SubDocument | ( | shared_ptr< OutlinerParaObject > | text | ) | [inline, explicit] |
| virtual StarObjectSmallGraphicInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
| virtual bool StarObjectSmallGraphicInternal::SubDocument::operator!= | ( | STOFFSubDocument const & | doc | ) | const [inline, virtual] |
| virtual bool StarObjectSmallGraphicInternal::SubDocument::operator== | ( | STOFFSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from STOFFSubDocument.
| void StarObjectSmallGraphicInternal::SubDocument::parse | ( | STOFFListenerPtr & | listener, |
| libstoff::SubDocumentType | type | ||
| ) | [virtual] |
the parser function
Implements STOFFSubDocument.
shared_ptr<OutlinerParaObject> StarObjectSmallGraphicInternal::SubDocument::m_text [protected] |
the text
Referenced by operator!=(), and parse().