Internal the presentation. More...
Public Member Functions | |
| Presentation (ClarisWksStruct::DSET const &dset=ClarisWksStruct::DSET()) | |
| virtual void | removeChild (int cId, bool normalChild) |
| remove a child from a list. | |
Public Attributes | |
| std::vector< int > | m_contentIdList |
| the list of main zone id | |
| std::vector< int > | m_noteIdList |
| the list of notes zone id | |
| std::vector< int > | m_thumbnailsIdList |
| the list of thumbnail zone id | |
| std::vector < librevenge::RVNGString > | m_titleList |
| the list of title | |
| int | m_masterId |
| the master zone (background + header/footer) | |
| bool | m_masterDetached |
| true if the auxiliary zone is detached | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Presentation const &doc) |
| operator<< | |
Internal the presentation.
| ClarisWksPresentationInternal::Presentation::Presentation | ( | ClarisWksStruct::DSET const & | dset = ClarisWksStruct::DSET() | ) | [inline] |
| virtual void ClarisWksPresentationInternal::Presentation::removeChild | ( | int | cId, |
| bool | normalChild | ||
| ) | [inline, virtual] |
remove a child from a list.
Normally, this function is not called, so optimizing it is not usefull
Reimplemented from ClarisWksStruct::DSET.
| std::ostream& operator<< | ( | std::ostream & | o, |
| Presentation const & | doc | ||
| ) | [friend] |
operator<<
| std::vector<int> ClarisWksPresentationInternal::Presentation::m_contentIdList |
the list of main zone id
Referenced by ClarisWksPresentation::readZone1().
true if the auxiliary zone is detached
Referenced by removeChild().
the master zone (background + header/footer)
| std::vector<int> ClarisWksPresentationInternal::Presentation::m_noteIdList |
the list of notes zone id
Referenced by ClarisWksPresentation::readZone1().
| std::vector<int> ClarisWksPresentationInternal::Presentation::m_thumbnailsIdList |
the list of thumbnail zone id
Referenced by ClarisWksPresentation::readZone1().
| std::vector<librevenge::RVNGString> ClarisWksPresentationInternal::Presentation::m_titleList |
the list of title
Referenced by ClarisWksPresentation::readZone1().