DrawTableParserInternal::State Struct Reference

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::Patternm_patternList
 the patterns list More...
 
MWAWVec2f m_maxDim
 the max dimensions More...
 

Detailed Description

Internal: the state of a DrawTableParser.

Constructor & Destructor Documentation

◆ State()

DrawTableParserInternal::State::State ( )
inline

constructor

Member Function Documentation

◆ getColor()

MWAWColor DrawTableParserInternal::State::getColor ( int  id) const

try to return a color

◆ getPattern()

bool DrawTableParserInternal::State::getPattern ( int  id,
MWAWGraphicStyle::Pattern pat 
) const

try to init a patterns

◆ initPatterns()

void DrawTableParserInternal::State::initPatterns ( )

init the patterns list

Member Data Documentation

◆ m_maxDim

MWAWVec2f DrawTableParserInternal::State::m_maxDim

the max dimensions

◆ m_openedGroup

int DrawTableParserInternal::State::m_openedGroup

the number of opened groups

◆ m_patternList

std::vector<MWAWGraphicStyle::Pattern> DrawTableParserInternal::State::m_patternList

the patterns list

Referenced by getPattern(), and initPatterns().


The documentation for this struct was generated from the following file:

Generated for libmwaw by doxygen 1.8.14