doxygen
|
Concrete visitor implementation for TEXT output. More...
#include <textdocvisitor.h>
Public Member Functions | |
TextDocVisitor (TextStream &t) | |
void | operator() (const DocWord &w) |
void | operator() (const DocLinkedWord &w) |
void | operator() (const DocWhiteSpace &) |
void | operator() (const DocSymbol &) |
void | operator() (const DocEmoji &) |
void | operator() (const DocURL &u) |
void | operator() (const DocLineBreak &) |
void | operator() (const DocHorRuler &) |
void | operator() (const DocStyleChange &) |
void | operator() (const DocVerbatim &s) |
void | operator() (const DocAnchor &) |
void | operator() (const DocInclude &) |
void | operator() (const DocIncOperator &) |
void | operator() (const DocFormula &) |
void | operator() (const DocIndexEntry &) |
void | operator() (const DocSimpleSectSep &) |
void | operator() (const DocCite &) |
void | operator() (const DocSeparator &) |
template<class T > | |
void | visitChildren (const T &t) |
void | operator() (const DocAutoList &l) |
void | operator() (const DocAutoListItem &li) |
void | operator() (const DocPara &p) |
void | operator() (const DocRoot &r) |
void | operator() (const DocSimpleSect &s) |
void | operator() (const DocTitle &t) |
void | operator() (const DocSimpleList &l) |
void | operator() (const DocSimpleListItem &) |
void | operator() (const DocSection &s) |
void | operator() (const DocHtmlList &l) |
void | operator() (const DocHtmlListItem &li) |
void | operator() (const DocHtmlDescList &dl) |
void | operator() (const DocHtmlDescTitle &dt) |
void | operator() (const DocHtmlDescData &dd) |
void | operator() (const DocHtmlTable &t) |
void | operator() (const DocHtmlRow &r) |
void | operator() (const DocHtmlCell &c) |
void | operator() (const DocHtmlCaption &c) |
void | operator() (const DocInternal &i) |
void | operator() (const DocHRef &h) |
void | operator() (const DocHtmlSummary &s) |
void | operator() (const DocHtmlDetails &d) |
void | operator() (const DocHtmlHeader &h) |
void | operator() (const DocImage &i) |
void | operator() (const DocDotFile &df) |
void | operator() (const DocMscFile &df) |
void | operator() (const DocDiaFile &df) |
void | operator() (const DocLink &l) |
void | operator() (const DocRef &r) |
void | operator() (const DocSecRefItem &s) |
void | operator() (const DocSecRefList &l) |
void | operator() (const DocParamSect &s) |
void | operator() (const DocParamList &) |
void | operator() (const DocXRefItem &x) |
void | operator() (const DocInternalRef &r) |
void | operator() (const DocText &t) |
void | operator() (const DocHtmlBlockQuote &q) |
void | operator() (const DocVhdlFlow &) |
void | operator() (const DocParBlock &pb) |
![]() | |
CodeParserInterface & | getCodeParser (const QCString &langExt) |
void | pushHidden (bool hide) |
bool | popHidden () |
Concrete visitor implementation for TEXT output.