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 More... | |
bool | empty () const |
small function to know if a zone is empty More... | |
Public Attributes | |
Type | m_type |
the zone type More... | |
int | m_id |
the zone id More... | |
bool | m_hasTitlePage |
true if the document has a title page More... | |
long | m_beginPos |
the zone beginning in the file More... | |
long | m_numCharacter |
the number of character More... | |
int | m_numParagraph |
the number of paragraph More... | |
int | m_numPicture |
the number of picture More... | |
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().