Internal: structure used to store the content structure. More...
Public Member Functions | |
ContentZones () | |
bool | hasPageColumnBreak () const |
returns true if the entry corresponds to a page/column break | |
int | getNumberOfZonesWithType (int type) const |
Public Attributes | |
WNEntry | m_entry |
the general zone | |
int | m_id |
the zone id | |
int | m_type |
the zone type : 0 : main, 1 header/footer, 2 footnote, | |
std::vector< ContentZone > | m_zonesList |
the list of zone | |
std::vector< int > | m_textCalledTypesList |
the list of type of text zone called by this zone | |
std::vector< shared_ptr < ContentZones > > | m_footnoteList |
a list to retrieve the footnote content | |
bool | m_sent |
true if this zone was sent to the listener |
Internal: structure used to store the content structure.
WNTextInternal::ContentZones::ContentZones | ( | ) | [inline] |
int WNTextInternal::ContentZones::getNumberOfZonesWithType | ( | int | type | ) | const [inline] |
bool WNTextInternal::ContentZones::hasPageColumnBreak | ( | ) | const [inline] |
returns true if the entry corresponds to a page/column break
the general zone
Referenced by hasPageColumnBreak().
std::vector<shared_ptr<ContentZones> > WNTextInternal::ContentZones::m_footnoteList |
a list to retrieve the footnote content
the zone id
bool WNTextInternal::ContentZones::m_sent [mutable] |
true if this zone was sent to the listener
std::vector<int> WNTextInternal::ContentZones::m_textCalledTypesList |
the list of type of text zone called by this zone
the zone type : 0 : main, 1 header/footer, 2 footnote,
Referenced by getNumberOfZonesWithType(), and hasPageColumnBreak().
std::vector<ContentZone> WNTextInternal::ContentZones::m_zonesList |
the list of zone
Referenced by getNumberOfZonesWithType().