MacDrawProParserInternal::State Struct Reference

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

List of all members.

Public Member Functions

 State ()
 constructor

Public Attributes

int m_version
 the file version
bool m_isStationery
 flag to know if the file is a stationery document
int m_numPages
 the final number of pages
int m_actualLayer
 the actual layer
int m_numLayers
 the number of layer
int m_numHiddenLayers
 the number of hidden layer
int m_numVisibleLayers
 the number of visible layer
bool m_createMasterPage
 flag to know if we need or not to create a master
bool m_sendAsLibraries
 flag to know if we create a page by library or not
int m_numLibraries
 the number of library
int m_numShapes
 the total number of shapes
long m_sizeStyleZones [6]
 the size of the header zones
long m_sizeLayerZones [2]
 the size of the layer zones
long m_sizeLibraryZones [2]
 the size of the library zones(checkme)
long m_sizeFZones [4]
 the size of the zoneF
std::vector< Librarym_libraryList
 the library list
std::vector< Layerm_layerList
 the layer list
std::vector< MWAWEntrym_objectDataList
 the list of entries which stores the object's data
std::vector< MWAWEntrym_objectTextList
 the list of entries which stores the object's text
std::vector< Shapem_shapeList
 the shape list

Detailed Description

Internal: the state of a MacDrawProParser.


Constructor & Destructor Documentation

constructor


Member Data Documentation

flag to know if we need or not to create a master

flag to know if the file is a stationery document

the final number of pages

the total number of shapes

the number of visible layer

the list of entries which stores the object's data

the list of entries which stores the object's text

flag to know if we create a page by library or not

the size of the zoneF

Referenced by State().

the size of the layer zones

Referenced by State().

the size of the library zones(checkme)

Referenced by State().

the size of the header zones

Referenced by State().


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