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