Internal: a basic sone of StarObjectTextInternal. More...
#include <StarObjectText.hxx>
Public Member Functions | |
| 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 | |
Internal: a basic sone of StarObjectTextInternal.
| StarObjectTextInternal::Zone::Zone | ( | ) | [inline] |
constructor
| StarObjectTextInternal::Zone::~Zone | ( | ) | [virtual] |
destructor
| virtual void StarObjectTextInternal::Zone::inventoryPage | ( | StarState & | ) | const [inline, virtual] |
try to inventory the different pages
Reimplemented in StarObjectTextInternal::TextZone.
| virtual bool StarObjectTextInternal::Zone::send | ( | STOFFListenerPtr | listener, |
| StarState & | state | ||
| ) | const [pure virtual] |
try to send the data to a listener
Implemented in StarObjectTextInternal::Table, StarObjectTextInternal::TextZone, StarObjectTextInternal::SectionZone, StarObjectTextInternal::GraphZone, and StarObjectTextInternal::FormatZone.