Internal: small structure used to store a zone of a WordMakerParser. More...
Public Types | |
enum | Type { Z_MAIN , Z_HEADER , Z_FOOTER } |
the zone type More... | |
Public Member Functions | |
Zone (Type type) | |
constructor | |
bool | empty () const |
small function to know if a zone is empty | |
Public Attributes | |
Type | m_type |
the zone type | |
int | m_id |
the zone id | |
bool | m_hasTitlePage |
true if the document has a title page | |
long | m_beginPos |
the zone beginning in the file | |
long | m_numCharacter |
the number of character | |
int | m_numParagraph |
the number of paragraph | |
int | m_numPicture |
the number of picture | |
Internal: small structure used to store a zone of a WordMakerParser.
|
inlineexplicit |
constructor
|
inline |
small function to know if a zone is empty
long WordMakerParserInternal::Zone::m_beginPos |
the zone beginning in the file
Referenced by WordMakerParser::createZones(), WordMakerParserInternal::SubDocument::operator!=(), and WordMakerParser::sendZone().
bool WordMakerParserInternal::Zone::m_hasTitlePage |
true if the document has a title page
Referenced by WordMakerParser::createZones().
int WordMakerParserInternal::Zone::m_id |
the zone id
Referenced by WordMakerParser::createZones().
long WordMakerParserInternal::Zone::m_numCharacter |
the number of character
Referenced by empty().
int WordMakerParserInternal::Zone::m_numParagraph |
the number of paragraph
Referenced by empty().
int WordMakerParserInternal::Zone::m_numPicture |
the number of picture
Referenced by empty().
Type WordMakerParserInternal::Zone::m_type |
the zone type
Referenced by WordMakerParser::createZones().