StarObjectModelInternal::State Struct Reference

Internal: the state of a StarObjectModel. More...

List of all members.

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, Layerm_idToLayerMap
 a map layerId to layer
std::vector< LayerSetm_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

Detailed Description

Internal: the state of a StarObjectModel.


Constructor & Destructor Documentation

constructor


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
State const &  state 
) [friend]

small operator<< to print the content of the state


Member Data Documentation

a map layerId to layer

the list of layer set

list of master pages

the list of master page to send

list of pages

the list of page to send

the default master page: -1 means not found, in general 1 in StarDrawDocument


The documentation for this struct was generated from the following file: