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