MacDraft5ParserInternal::State Struct Reference

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
 

Detailed Description

Internal: the state of a MacDraft5Parser.

Constructor & Destructor Documentation

◆ State()

MacDraft5ParserInternal::State::State ( )
inline

constructor

Member Data Documentation

◆ m_imageList

std::vector<std::shared_ptr<Image> > MacDraft5ParserInternal::State::m_imageList

the image list

◆ m_isLibrary

bool MacDraft5ParserInternal::State::m_isLibrary

flag to know if we read a library

◆ m_layoutList

std::vector<std::shared_ptr<Layout> > MacDraft5ParserInternal::State::m_layoutList

the layer list

◆ m_origin

MWAWVec2f MacDraft5ParserInternal::State::m_origin

the origin of the picture

◆ m_version

int MacDraft5ParserInternal::State::m_version

the file version


The documentation for this struct was generated from the following file:

Generated on Wed May 3 2023 07:18:29 for libmwaw by doxygen 1.9.6