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