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