Inheritance diagram for TextGeneratorXMLImpl:
Public Member Functions | |
TextGeneratorXMLImpl (QTextStream &t) | |
void | writeString (const char *s, bool) const |
void | writeBreak () const |
void | writeLink (const char *extRef, const char *file, const char *anchor, const char *text) const |
Definition at line 198 of file xmlgen.cpp.
TextGeneratorXMLImpl::TextGeneratorXMLImpl | ( | QTextStream & | t | ) | [inline] |
Definition at line 201 of file xmlgen.cpp.
void TextGeneratorXMLImpl::writeString | ( | const char * | s, | |
bool | ||||
) | const [inline, virtual] |
Implements TextGeneratorIntf.
Definition at line 202 of file xmlgen.cpp.
References writeXMLString().
void TextGeneratorXMLImpl::writeBreak | ( | ) | const [inline, virtual] |
void TextGeneratorXMLImpl::writeLink | ( | const char * | extRef, | |
const char * | file, | |||
const char * | anchor, | |||
const char * | text | |||
) | const [inline, virtual] |