Internal: the state of a ClarisDrawParser. More...
Public Member Functions | |
| State () | |
| constructor | |
Public Attributes | |
| int | m_version |
| the file version | |
| bool | m_isLibrary |
| flag to know if the file is a library or not | |
| int | m_numDSET |
| the number of DSET+FNTM | |
| long | m_EOF |
| the last data zone size | |
| int | m_actualLayer |
| the actual layer | |
| int | m_numLayers |
| the number of layer | |
| bool | m_createMasterPage |
| flag to know if we need or not to create a master | |
| bool | m_displayAsSlide |
| flag to know if we need to display data as slide | |
| std::vector< Layer > | m_layerList |
| the layer list | |
| bool | m_pageSpanSet |
| flag to know if the page has been set | |
| int | m_headerId |
| header id | |
| int | m_footerId |
| footer id | |
| MWAWVec2i | m_pages |
| the number of pages | |
| std::map< int, shared_ptr < ClarisWksStruct::DSET > > | m_zonesMap |
| the map of zone | |
| std::map< int, int > | m_zoneIdToFileTypeMap |
| map zone id to file type | |
Internal: the state of a ClarisDrawParser.
| ClarisDrawParserInternal::State::State | ( | ) | [inline] |
constructor
the actual layer
flag to know if we need or not to create a master
flag to know if we need to display data as slide
the last data zone size
footer id
header id
flag to know if the file is a library or not
| std::vector<Layer> ClarisDrawParserInternal::State::m_layerList |
the layer list
the number of DSET+FNTM
the number of layer
the number of pages
flag to know if the page has been set
the file version
| std::map<int, int> ClarisDrawParserInternal::State::m_zoneIdToFileTypeMap |
map zone id to file type
| std::map<int, shared_ptr<ClarisWksStruct::DSET> > ClarisDrawParserInternal::State::m_zonesMap |
the map of zone