doxygen
|
Concrete visitor implementation for HTML output. More...
#include <htmldocvisitor.h>
Public Member Functions | |
HtmlDocVisitor (TextStream &t, OutputCodeList &ci, const Definition *ctx) | |
void | operator() (const DocWord &) |
void | operator() (const DocLinkedWord &) |
void | operator() (const DocWhiteSpace &) |
void | operator() (const DocSymbol &) |
void | operator() (const DocEmoji &) |
void | operator() (const DocURL &) |
void | operator() (const DocLineBreak &) |
void | operator() (const DocHorRuler &) |
void | operator() (const DocStyleChange &) |
void | operator() (const DocVerbatim &) |
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 &) |
void | operator() (const DocAutoList &) |
void | operator() (const DocAutoListItem &) |
void | operator() (const DocPara &) |
void | operator() (const DocRoot &) |
void | operator() (const DocSimpleSect &) |
void | operator() (const DocTitle &) |
void | operator() (const DocSimpleList &) |
void | operator() (const DocSimpleListItem &) |
void | operator() (const DocSection &) |
void | operator() (const DocHtmlList &) |
void | operator() (const DocHtmlListItem &) |
void | operator() (const DocHtmlDescList &) |
void | operator() (const DocHtmlDescTitle &) |
void | operator() (const DocHtmlDescData &) |
void | operator() (const DocHtmlTable &) |
void | operator() (const DocHtmlRow &) |
void | operator() (const DocHtmlCell &) |
void | operator() (const DocHtmlCaption &) |
void | operator() (const DocInternal &) |
void | operator() (const DocHRef &) |
void | operator() (const DocHtmlSummary &) |
void | operator() (const DocHtmlDetails &) |
void | operator() (const DocHtmlHeader &) |
void | operator() (const DocImage &) |
void | operator() (const DocDotFile &) |
void | operator() (const DocMscFile &) |
void | operator() (const DocDiaFile &) |
void | operator() (const DocLink &) |
void | operator() (const DocRef &) |
void | operator() (const DocSecRefItem &) |
void | operator() (const DocSecRefList &) |
void | operator() (const DocParamSect &) |
void | operator() (const DocParamList &) |
void | operator() (const DocXRefItem &) |
void | operator() (const DocInternalRef &) |
void | operator() (const DocText &) |
void | operator() (const DocHtmlBlockQuote &) |
void | operator() (const DocVhdlFlow &) |
void | operator() (const DocParBlock &) |
template<class Node > | |
void | forceEndParagraph (const Node &n) |
Used for items found inside a paragraph, which due to XHTML restrictions have to be outside of the paragraph. More... | |
template<class Node > | |
void | forceStartParagraph (const Node &n) |
Used for items found inside a paragraph, which due to XHTML restrictions have to be outside of the paragraph. More... | |
![]() | |
CodeParserInterface & | getCodeParser (const QCString &langExt) |
void | pushHidden (bool hide) |
bool | popHidden () |
Concrete visitor implementation for HTML output.
void HtmlDocVisitor::forceEndParagraph | ( | const Node & | n | ) |
Used for items found inside a paragraph, which due to XHTML restrictions have to be outside of the paragraph.
This method will forcefully end the current paragraph and forceStartParagraph() will restart it.
void HtmlDocVisitor::forceStartParagraph | ( | const Node & | n | ) |
Used for items found inside a paragraph, which due to XHTML restrictions have to be outside of the paragraph.
This method will forcefully start the paragraph, that was previously ended by forceEndParagraph().