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< Shape > | m_shapeList | 
| the shapes list  More... | |
| std::map< unsigned long, BitmapFileData > | m_idToBitmapMap | 
| map id to bitmap file data  More... | |
Internal: the state of a MacDraftParser.
| 
 | inline | 
constructor
| 
 | inline | 
returns a pattern if posible
| void MacDraftParserInternal::State::initPatterns | ( | ) | 
init the patterns list
Referenced by getPattern().
| 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