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< std::shared_ptr< Page > > | m_pageList | 
| list of pages | |
| std::vector< std::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 | |
| std::map< int, std::shared_ptr< StarObjectSmallGraphic > > | m_idToObjectMap | 
| a map objectId to object | |
| 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.
| 
 | inline | 
constructor
Referenced by operator<<.
| 
 | friend | 
small operator<< to print the content of the state
| std::map<int, Layer> StarObjectModelInternal::State::m_idToLayerMap | 
a map layerId to layer
Referenced by operator<<, and State().
| std::map<int, std::shared_ptr<StarObjectSmallGraphic> > StarObjectModelInternal::State::m_idToObjectMap | 
a map objectId to object
Referenced by State().
| std::vector<LayerSet> StarObjectModelInternal::State::m_layerSetList | 
the list of layer set
Referenced by operator<<, and State().
| std::vector<std::shared_ptr<Page> > StarObjectModelInternal::State::m_masterPageList | 
list of master pages
Referenced by operator<<, and State().
| std::set<int> StarObjectModelInternal::State::m_masterPageToSendSet | 
the list of master page to send
Referenced by State().
| std::vector<std::shared_ptr<Page> > StarObjectModelInternal::State::m_pageList | 
list of pages
Referenced by operator<<, and State().
| std::vector<int> StarObjectModelInternal::State::m_pageToSendList | 
the list of page to send
Referenced by State().
| int StarObjectModelInternal::State::m_previewMasterPage | 
the default master page: -1 means not found, in general 1 in StarDrawDocument
Referenced by operator<<, and State().