Internal: a zone of a MSK3Parser ( main, header, footer ) More...
Public Types | |
enum | Type { MAIN, HEADER, FOOTER, NONE } |
the different type More... | |
Public Member Functions | |
Zone (Type type=NONE, int zoneId=-1) | |
the constructor | |
Public Attributes | |
Type | m_type |
the zone type | |
int | m_zoneId |
the parser zone id | |
int | m_textId |
the text internal id |
Internal: a zone of a MSK3Parser ( main, header, footer )
MSK3ParserInternal::Zone::Zone | ( | Type | type = NONE , |
int | zoneId = -1 |
||
) | [inline] |
the constructor
the text internal id
Referenced by MSK3Parser::createDocument(), MSK3Parser::createZones(), MSK3Parser::readGroupHeaderInfo(), and MSK3Parser::sendZone().
the zone type
the parser zone id
Referenced by MSK3Parser::createDocument(), MSK3Parser::createZones(), MSK3Parser::readGroup(), MSK3Parser::readZone(), and MSK3Parser::sendZone().