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 | |
|  Public Member Functions inherited from StarObjectTextInternal::Zone | |
| Zone () | |
| constructor | |
| virtual | ~Zone () | 
| destructor | |
| 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
Referenced by SectionZone().
| std::shared_ptr<Content> StarObjectTextInternal::SectionZone::m_content | 
the content
Referenced by SectionZone(), and send().
| int StarObjectTextInternal::SectionZone::m_flags | 
the section flag
Referenced by SectionZone().
| std::shared_ptr<StarFormatManagerInternal::FormatDef> StarObjectTextInternal::SectionZone::m_format | 
the format
Referenced by SectionZone().
| librevenge::RVNGString StarObjectTextInternal::SectionZone::m_linkName | 
the section link name
Referenced by SectionZone().
| librevenge::RVNGString StarObjectTextInternal::SectionZone::m_name | 
the section name
Referenced by SectionZone().
| int StarObjectTextInternal::SectionZone::m_type | 
the section type
Referenced by SectionZone().