Internal: a set of zone. More...
#include <StarObjectText.hxx>
Public Member Functions | |
Content () | |
constructor | |
~Content () | |
destructor | |
bool | send (STOFFListenerPtr listener, StarState &state) const |
try to send the data to a listener | |
void | inventoryPages (StarState &state) const |
try to inventory the different pages | |
Public Attributes | |
librevenge::RVNGString | m_sectionName |
the section name | |
std::vector< shared_ptr< Zone > > | m_zoneList |
the list of text zone |
Internal: a set of zone.
StarObjectTextInternal::Content::Content | ( | ) | [inline] |
constructor
destructor
void StarObjectTextInternal::Content::inventoryPages | ( | StarState & | state | ) | const |
try to inventory the different pages
bool StarObjectTextInternal::Content::send | ( | STOFFListenerPtr | listener, |
StarState & | state | ||
) | const |
try to send the data to a listener
librevenge::RVNGString StarObjectTextInternal::Content::m_sectionName |
the section name
std::vector<shared_ptr<Zone> > StarObjectTextInternal::Content::m_zoneList |
the list of text zone
Referenced by inventoryPages(), and send().