Internal: the state of a CanvasParser. More...
Public Member Functions | |
| State () | |
| constructor More... | |
Public Attributes | |
| bool | m_isWindowsFile |
| true if this is a windows file More... | |
| std::vector< unsigned long > | m_lengths |
| the file header first 4+1 lengths More... | |
| std::vector< unsigned long > | m_brushLengths |
| the brush lengths More... | |
| long | m_bitmapSize |
| the file bitmap size (Windows v3) More... | |
| MWAWInputStreamPtr | m_input |
| the uncompressed input More... | |
| Decoder | m_decoder |
| the main decoder More... | |
| int | m_numLayers |
| the number of layer More... | |
| int | m_numShapes |
| the number of shapes More... | |
| int | m_numViews |
| the number of views More... | |
| int | m_numColors |
| the number of colors More... | |
| int | m_numPatterns |
| the number of patterns More... | |
| std::vector< unsigned long > | m_sprayLengths |
| the list of spray size More... | |
| MWAWVec2i | m_numPages |
| the number of pages More... | |
| MWAWVec2i | m_pageDimension |
| the page dimension More... | |
| std::vector< Layer > | m_layers |
| the layer More... | |
| librevenge::RVNGPropertyList | m_metaData |
| the meta data More... | |
Internal: the state of a CanvasParser.
|
inline |
constructor
| long CanvasParserInternal::State::m_bitmapSize |
the file bitmap size (Windows v3)
| std::vector<unsigned long> CanvasParserInternal::State::m_brushLengths |
the brush lengths
| Decoder CanvasParserInternal::State::m_decoder |
the main decoder
| MWAWInputStreamPtr CanvasParserInternal::State::m_input |
the uncompressed input
| bool CanvasParserInternal::State::m_isWindowsFile |
true if this is a windows file
| std::vector<Layer> CanvasParserInternal::State::m_layers |
the layer
| std::vector<unsigned long> CanvasParserInternal::State::m_lengths |
the file header first 4+1 lengths
| librevenge::RVNGPropertyList CanvasParserInternal::State::m_metaData |
the meta data
| int CanvasParserInternal::State::m_numColors |
the number of colors
| int CanvasParserInternal::State::m_numLayers |
the number of layer
| MWAWVec2i CanvasParserInternal::State::m_numPages |
the number of pages
| int CanvasParserInternal::State::m_numPatterns |
the number of patterns
| int CanvasParserInternal::State::m_numShapes |
the number of shapes
| int CanvasParserInternal::State::m_numViews |
the number of views
| MWAWVec2i CanvasParserInternal::State::m_pageDimension |
the page dimension
| std::vector<unsigned long> CanvasParserInternal::State::m_sprayLengths |
the list of spray size