Internal: a sectionZone of StarObjectTextInteral. More...
Public Member Functions | |
SectionZone () | |
constructor | |
bool | send (STOFFListenerPtr &listener, StarState &state) const final |
try to send the data to a listener | |
![]() | |
Zone () | |
constructor | |
virtual | ~Zone () |
destructor | |
virtual bool | send (STOFFListenerPtr &listener, StarState &state) const =0 |
try to send the data to a listener | |
virtual void | inventoryPage (StarState &) const |
try to inventory the different pages | |
Public Attributes | |
librevenge::RVNGString | m_name |
the section name | |
librevenge::RVNGString | m_condition |
the section condition | |
librevenge::RVNGString | m_linkName |
the section link name | |
int | m_type |
the section type | |
int | m_flags |
the section flag | |
std::shared_ptr< StarFormatManagerInternal::FormatDef > | m_format |
the format | |
std::shared_ptr< Content > | m_content |
the content | |
Internal: a sectionZone of StarObjectTextInteral.
|
inline |
constructor
|
finalvirtual |
try to send the data to a listener
Implements StarObjectTextInternal::Zone.
librevenge::RVNGString StarObjectTextInternal::SectionZone::m_condition |
the section condition
std::shared_ptr<Content> StarObjectTextInternal::SectionZone::m_content |
the content
Referenced by send().
int StarObjectTextInternal::SectionZone::m_flags |
the section flag
std::shared_ptr<StarFormatManagerInternal::FormatDef> StarObjectTextInternal::SectionZone::m_format |
the format
librevenge::RVNGString StarObjectTextInternal::SectionZone::m_linkName |
the section link name
librevenge::RVNGString StarObjectTextInternal::SectionZone::m_name |
the section name
int StarObjectTextInternal::SectionZone::m_type |
the section type