Public Member Functions | |
RVNGHTMLTextStream (RVNGHTMLTextZone *zone) | |
constructor More... | |
~RVNGHTMLTextStream () | |
destructor More... | |
void | addLabel (std::ostream &output) |
add a label called on main and a label in this ( delayed to allow openParagraph to be called ) More... | |
void | flush () |
flush delayed label, ... More... | |
std::ostream & | stream () |
return the stream More... | |
void | send () |
send the data to the zone More... | |
void | sendMain (std::ostream &output) |
send the data to the zone More... | |
Protected Member Functions | |
std::string | label () const |
return the stream label More... | |
Protected Attributes | |
RVNGHTMLTextZone * | m_zone |
a zone More... | |
int | m_zoneId |
the zone id More... | |
std::ostringstream | m_stream |
the stream More... | |
std::string | m_delayedLabel |
the label More... | |
Private Member Functions | |
RVNGHTMLTextStream (RVNGHTMLTextStream const &orig) | |
RVNGHTMLTextStream | operator= (RVNGHTMLTextStream const &orig) |
|
inline |
constructor
|
inline |
destructor
|
private |
|
inline |
add a label called on main and a label in this ( delayed to allow openParagraph to be called )
Referenced by librevenge::RVNGHTMLTextGenerator::openComment(), librevenge::RVNGHTMLTextGenerator::openEndnote(), librevenge::RVNGHTMLTextGenerator::openFootnote(), and librevenge::RVNGHTMLTextGenerator::openTextBox().
|
inline |
flush delayed label, ...
Referenced by addLabel(), librevenge::RVNGHTMLTextGeneratorImpl::output(), send(), and sendMain().
|
inlineprotected |
return the stream label
Referenced by addLabel().
|
private |
|
inline |
send the data to the zone
Referenced by librevenge::RVNGHTMLTextGeneratorImpl::pop().
|
inline |
send the data to the zone
Referenced by librevenge::RVNGHTMLTextGeneratorImpl::flushUnsent().
|
inline |
return the stream
Referenced by librevenge::RVNGHTMLTextGeneratorImpl::output().
|
protected |
the label
Referenced by addLabel(), and flush().
|
protected |
the stream
Referenced by flush(), send(), sendMain(), and stream().
|
protected |
a zone
Referenced by label(), RVNGHTMLTextStream(), and send().
|
protected |
the zone id
Referenced by label(), RVNGHTMLTextStream(), and send().