Internal: the state of a MacDraft5Parser. More...
Public Member Functions | |
State () | |
constructor More... | |
Public Attributes | |
int | m_version |
the file version More... | |
bool | m_isLibrary |
flag to know if we read a library More... | |
MWAWVec2f | m_origin |
the origin of the picture More... | |
std::vector< std::shared_ptr < Layout > > | m_layoutList |
the layer list More... | |
std::vector< std::shared_ptr < Image > > | m_imageList |
the image list More... | |
Internal: the state of a MacDraft5Parser.
|
inline |
constructor
std::vector<std::shared_ptr<Image> > MacDraft5ParserInternal::State::m_imageList |
the image list
bool MacDraft5ParserInternal::State::m_isLibrary |
flag to know if we read a library
std::vector<std::shared_ptr<Layout> > MacDraft5ParserInternal::State::m_layoutList |
the layer list
MWAWVec2f MacDraft5ParserInternal::State::m_origin |
the origin of the picture
int MacDraft5ParserInternal::State::m_version |
the file version