Internal: the state of a MacDraftParser. More...
Public Member Functions | |
| State () | |
| constructor | |
| bool | getPattern (int id, MWAWGraphicStyle::Pattern &pat) |
| returns a pattern if posible | |
| void | initPatterns () |
| init the patterns list | |
Public Attributes | |
| int | m_version |
| the file version | |
| std::vector < MWAWGraphicStyle::Pattern > | m_patternList |
| the patterns list | |
| std::vector< Shape > | m_shapeList |
| the shapes list | |
| std::map< unsigned long, BitmapFileData > | m_idToBitmapMap |
| map id to bitmap file data | |
Internal: the state of a MacDraftParser.
| MacDraftParserInternal::State::State | ( | ) | [inline] |
constructor
| bool MacDraftParserInternal::State::getPattern | ( | int | id, |
| MWAWGraphicStyle::Pattern & | pat | ||
| ) | [inline] |
returns a pattern if posible
init the patterns list
Referenced by getPattern().
| std::map<unsigned long, BitmapFileData> MacDraftParserInternal::State::m_idToBitmapMap |
map id to bitmap file data
the patterns list
Referenced by getPattern(), and initPatterns().
| std::vector<Shape> MacDraftParserInternal::State::m_shapeList |
the shapes list
the file version