Internal: the state of a MacDrawParser. 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 shape list | |
Internal: the state of a MacDrawParser.
| MacDrawParserInternal::State::State | ( | ) | [inline] |
constructor
| bool MacDrawParserInternal::State::getPattern | ( | int | id, |
| MWAWGraphicStyle::Pattern & | pat | ||
| ) | [inline] |
returns a pattern if posible
init the patterns list
Referenced by getPattern().
the patterns list
Referenced by getPattern(), and initPatterns().
| std::vector<Shape> MacDrawParserInternal::State::m_shapeList |
the shape list
the file version
Referenced by initPatterns().