Internal: the state of a MacDrawProParser. More...
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< Library > | m_libraryList |
| the library list | |
| std::vector< Layer > | m_layerList |
| the layer list | |
| std::vector< MWAWEntry > | m_objectDataList |
| the list of entries which stores the object's data | |
| std::vector< MWAWEntry > | m_objectTextList |
| the list of entries which stores the object's text | |
| std::vector< Shape > | m_shapeList |
| the shape list | |
Internal: the state of a MacDrawProParser.
| MacDrawProParserInternal::State::State | ( | ) | [inline] |
constructor
the actual layer
flag to know if we need or not to create a master
flag to know if the file is a stationery document
| std::vector<Layer> MacDrawProParserInternal::State::m_layerList |
the layer list
| std::vector<Library> MacDrawProParserInternal::State::m_libraryList |
the library list
the number of hidden layer
the number of layer
the number of library
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
| std::vector<Shape> MacDrawProParserInternal::State::m_shapeList |
the shape list
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 file version