MacDraftParserInternal::State Struct Reference

Internal: the state of a MacDraftParser. More...

Public Member Functions

 State ()
 constructor More...
 
bool getPattern (int id, MWAWGraphicStyle::Pattern &pat)
 returns a pattern if posible More...
 
void initPatterns ()
 init the patterns list More...
 

Public Attributes

int m_version
 the file version More...
 
std::vector
< MWAWGraphicStyle::Pattern
m_patternList
 the patterns list More...
 
std::vector< Shapem_shapeList
 the shapes list More...
 
std::map< unsigned long,
BitmapFileData
m_idToBitmapMap
 map id to bitmap file data More...
 

Detailed Description

Internal: the state of a MacDraftParser.

Constructor & Destructor Documentation

MacDraftParserInternal::State::State ( )
inline

constructor

Member Function Documentation

bool MacDraftParserInternal::State::getPattern ( int  id,
MWAWGraphicStyle::Pattern pat 
)
inline

returns a pattern if posible

void MacDraftParserInternal::State::initPatterns ( )

init the patterns list

Referenced by getPattern().

Member Data Documentation

std::map<unsigned long, BitmapFileData> MacDraftParserInternal::State::m_idToBitmapMap

map id to bitmap file data

std::vector<MWAWGraphicStyle::Pattern> MacDraftParserInternal::State::m_patternList

the patterns list

Referenced by getPattern(), and initPatterns().

std::vector<Shape> MacDraftParserInternal::State::m_shapeList

the shapes list

int MacDraftParserInternal::State::m_version

the file version


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

Generated on Thu Jul 9 2015 20:26:41 for libmwaw by doxygen 1.8.8