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