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