浏览该文件的文档.
16 #ifndef HTMLDOCVISITOR_H
17 #define HTMLDOCVISITOR_H
149 const QCString &srcFile,
int srcLine);
151 const QCString &srcFile,
int srcLine);
153 const QCString &srcFile,
int srcLine);
155 const QCString &srcFile,
int srcLine);
Node representing an HTML blockquote
Node representing an item of a auto list
Node representing a Hypertext reference
Node representing a style change
Node representing a verbatim, unparsed text fragment
Node representing a simple section title
Node representing a paragraph in the documentation tree
Node representing a dot file
Node representing a HTML table
void writeDiaFile(const QCString &fileName, const QCString &relPath, const QCString &context, const QCString &srcFile, int srcLine)
void startLink(const QCString &ref, const QCString &file, const QCString &relPath, const QCString &anchor, const QCString &tooltip="")
The common base class of all entity definitions found in the sources.
Root node of documentation tree
void visitPre(DocAutoList *)
Node representing a HTML list item
void forceStartParagraph(DocNode *n)
Used for items found inside a paragraph, which due to XHTML restrictions have to be outside of the pa...
Node representing a VHDL flow chart
Abstract node interface with type information.
Node representing a HTML description data
Node representing a Html description item
void filterQuotedCdataAttr(const QCString &str)
Escape basic entities to produce a valid CDATA attribute value, assume that the outer quoting will be...
Node representing a n emoji
Node representing a msc file
CodeOutputInterface & m_ci
Node representing a reference to a section
Node representing an anchor
Text streaming class that buffers data.
Root node of a text fragment
Abstract visitor that participates in the visitor pattern.
Concrete visitor implementation for HTML output.
Node representing a Html description list
Node representing a include/dontinclude operator block
void writeDotFile(const QCString &fileName, const QCString &relPath, const QCString &context, const QCString &srcFile, int srcLine)
Node representing an entry in the index.
Node representing a list of section references
Node representing a line break
Node representing a special symbol
A model of a class/file/namespace member symbol.
Node representing an item of a cross-referenced list
Node representing an image
Node representing a URL (or email address)
void visitPost(DocAutoList *)
Node representing a HTML table caption
void writeMscFile(const QCString &fileName, const QCString &relPath, const QCString &context, const QCString &srcFile, int srcLine)
Node representing a parameter list.
Node representing an block of paragraphs
Node representing a separator between two simple sections of the same type.
Node representing a citation of some bibliographic reference
Node representing a reference to some item
Node representing a parameter section
Node representing a Html list
Node representing a simple section
Node representing a normal section
Node representing a horizontal ruler
Node representing an included text block from file
Node representing an auto List
Node representing an internal section of documentation
Node representing a word that can be linked to something
Output interface for code parser.
void writePlantUMLFile(const QCString &fileName, const QCString &relPath, const QCString &context, const QCString &srcFile, int srcLine)
Node representing a link to some item
Node representing a dia file
Node representing a simple list
Node representing a simple list item
Node representing some amount of white space
Node representing a HTML table cell
void filter(const QCString &str)
Node representing an internal reference to some item
void writeObfuscatedMailAddress(const QCString &url)
HtmlDocVisitor(TextStream &t, CodeOutputInterface &ci, const Definition *ctx)
void forceEndParagraph(DocNode *n)
Used for items found inside a paragraph, which due to XHTML restrictions have to be outside of the pa...
Node representing a HTML table row
This is an alternative implementation of QCString.