Internal: the state of a DrawTableParser. More...
Public Member Functions | |
State () | |
constructor More... | |
MWAWColor | getColor (int id) const |
try to return a color More... | |
bool | getPattern (int id, MWAWGraphicStyle::Pattern &pat) const |
try to init a patterns More... | |
void | initPatterns () |
init the patterns list More... | |
Public Attributes | |
int | m_openedGroup |
the number of opened groups More... | |
std::vector< MWAWGraphicStyle::Pattern > | m_patternList |
the patterns list More... | |
MWAWVec2f | m_maxDim |
the max dimensions More... | |
Internal: the state of a DrawTableParser.
|
inline |
constructor
MWAWColor DrawTableParserInternal::State::getColor | ( | int | id | ) | const |
try to return a color
bool DrawTableParserInternal::State::getPattern | ( | int | id, |
MWAWGraphicStyle::Pattern & | pat | ||
) | const |
try to init a patterns
void DrawTableParserInternal::State::initPatterns | ( | ) |
init the patterns list
MWAWVec2f DrawTableParserInternal::State::m_maxDim |
the max dimensions
int DrawTableParserInternal::State::m_openedGroup |
the number of opened groups
std::vector<MWAWGraphicStyle::Pattern> DrawTableParserInternal::State::m_patternList |
the patterns list
Referenced by getPattern(), and initPatterns().