Internal: the state of a StudentWritingCParser.
More...
Internal: the state of a StudentWritingCParser.
◆ State()
StudentWritingCParserInternal::State::State |
( |
| ) |
|
|
inline |
◆ checkIfZone()
bool StudentWritingCParserInternal::State::checkIfZone |
( |
int |
id, |
|
|
int |
type |
|
) |
| const |
|
inline |
small function to know if a zone with given type exists
◆ getColor()
bool StudentWritingCParserInternal::State::getColor |
( |
int |
id, |
|
|
MWAWColor & |
color |
|
) |
| const |
|
inline |
try to return a color corresponding to a color id
◆ m_actPage
int StudentWritingCParserInternal::State::m_actPage |
◆ m_ids
ZoneEntry StudentWritingCParserInternal::State::m_ids[2] |
the main zone id and the font id
◆ m_idToFontNameMap
std::map<int,std::string> StudentWritingCParserInternal::State::m_idToFontNameMap |
◆ m_idToFontNameUsed
std::set<int> StudentWritingCParserInternal::State::m_idToFontNameUsed |
a set to store the font name used
◆ m_idToZoneMap
std::map<int,std::shared_ptr<Zone> > StudentWritingCParserInternal::State::m_idToZoneMap |
◆ m_isUncompressed
bool StudentWritingCParserInternal::State::m_isUncompressed |
a flag to know if we have uncompress the data
◆ m_numPages
int StudentWritingCParserInternal::State::m_numPages |
the number of page of the final document
◆ m_sendBoxesStack
std::stack<MWAWBox2f> StudentWritingCParserInternal::State::m_sendBoxesStack |
a stack of send bounding box (use to send background picture)
◆ m_sendZoneSet
std::set<int> StudentWritingCParserInternal::State::m_sendZoneSet |
a set to keep the list of send zone (to avoid loop)
◆ m_zones
std::vector<std::shared_ptr<Zone> > StudentWritingCParserInternal::State::m_zones |
The documentation for this struct was generated from the following file: