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