Internal: the state of a Canvas5Parser. More...
Public Member Functions | |
State () | |
constructor More... | |
Public Attributes | |
bool | m_isWindowsFile |
true if this is a windows file More... | |
std::shared_ptr < Canvas5Structure::Stream > | m_stream |
the current stream More... | |
int | m_type |
the document type 1: graphic, 2: list of pages, 3: slides More... | |
int | m_fileFlags |
the file flags More... | |
int | m_documentSetup |
the document setup: 0 full page, 1: two page bottom/down, 2: four page More... | |
bool | m_facingPages |
true if the document uses facing page More... | |
int | m_numSlides |
the number of slides More... | |
std::vector< int > | m_slideIds |
the slides id More... | |
std::map< int, Slide > | m_idToSlide |
the slide data More... | |
int | m_numLayers |
the number of layer More... | |
std::map< int, Layer > | m_idToLayer |
the layer data More... | |
std::set< int > | m_layerIdInMasterSet |
the list of layer present in the master page More... | |
int | m_numShapes |
the number of shapes More... | |
std::map< int, librevenge::RVNGString > | m_idToTextLink |
the id the text link map More... | |
librevenge::RVNGPropertyList | m_metaData |
the meta data More... | |
Internal: the state of a Canvas5Parser.
|
inline |
constructor
int Canvas5ParserInternal::State::m_documentSetup |
the document setup: 0 full page, 1: two page bottom/down, 2: four page
bool Canvas5ParserInternal::State::m_facingPages |
true if the document uses facing page
int Canvas5ParserInternal::State::m_fileFlags |
the file flags
std::map<int, Layer> Canvas5ParserInternal::State::m_idToLayer |
the layer data
std::map<int, Slide> Canvas5ParserInternal::State::m_idToSlide |
the slide data
std::map<int, librevenge::RVNGString> Canvas5ParserInternal::State::m_idToTextLink |
the id the text link map
bool Canvas5ParserInternal::State::m_isWindowsFile |
true if this is a windows file
std::set<int> Canvas5ParserInternal::State::m_layerIdInMasterSet |
the list of layer present in the master page
librevenge::RVNGPropertyList Canvas5ParserInternal::State::m_metaData |
the meta data
int Canvas5ParserInternal::State::m_numLayers |
the number of layer
int Canvas5ParserInternal::State::m_numShapes |
the number of shapes
int Canvas5ParserInternal::State::m_numSlides |
the number of slides
std::vector<int> Canvas5ParserInternal::State::m_slideIds |
the slides id
std::shared_ptr<Canvas5Structure::Stream> Canvas5ParserInternal::State::m_stream |
the current stream
int Canvas5ParserInternal::State::m_type |
the document type 1: graphic, 2: list of pages, 3: slides