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.
|
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