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