Internal: the state of a StarObjectModel. More...
Public Member Functions | |
| State () | |
| constructor | |
Public Attributes | |
| int | m_previewMasterPage |
| the default master page: -1 means not found, in general 1 in StarDrawDocument | |
| std::vector< shared_ptr< Page > > | m_pageList |
| list of pages | |
| std::vector< shared_ptr< Page > > | m_masterPageList |
| list of master pages | |
| std::map< int, Layer > | m_idToLayerMap |
| a map layerId to layer | |
| std::vector< LayerSet > | m_layerSetList |
| the list of layer set | |
| std::vector< int > | m_pageToSendList |
| the list of page to send | |
| std::set< int > | m_masterPageToSendSet |
| the list of master page to send | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, State const &state) |
| small operator<< to print the content of the state | |
Internal: the state of a StarObjectModel.
| StarObjectModelInternal::State::State | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| State const & | state | ||
| ) | [friend] |
small operator<< to print the content of the state
| std::map<int, Layer> StarObjectModelInternal::State::m_idToLayerMap |
a map layerId to layer
| std::vector<LayerSet> StarObjectModelInternal::State::m_layerSetList |
the list of layer set
| std::vector<shared_ptr<Page> > StarObjectModelInternal::State::m_masterPageList |
list of master pages
| std::set<int> StarObjectModelInternal::State::m_masterPageToSendSet |
the list of master page to send
| std::vector<shared_ptr<Page> > StarObjectModelInternal::State::m_pageList |
list of pages
| std::vector<int> StarObjectModelInternal::State::m_pageToSendList |
the list of page to send
the default master page: -1 means not found, in general 1 in StarDrawDocument