浏览该文件的文档.
16 #ifndef DOCBOOKDOCVISITOR_H
17 #define DOCBOOKDOCVISITOR_H
148 const QCString &srcFile,
int srcLine);
153 const QCString &srcFile,
int srcLine);
158 const QCString &srcFile,
int srcLine);
168 bool inlineImage =
FALSE);
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 visitPost(DocAutoList *)
Root node of documentation tree
void startMscFile(const QCString &fileName, const QCString &width, const QCString &height, bool hasCaption, const DocNodeList &children, const QCString &srcFile, int srcLine)
void visitPostEnd(TextStream &t, bool hasCaption, bool inlineImage=FALSE)
Node representing a HTML list item
Node representing a VHDL flow chart
Node representing a HTML description data
Node representing a Html description item
Node representing a n emoji
Node representing a msc file
void writePlantUMLFile(const QCString &fileName, DocVerbatim *s)
Node representing a reference to a section
Node representing an anchor
DocbookDocVisitor(TextStream &t, CodeOutputInterface &ci, const QCString &langExt)
void filter(const QCString &str)
Text streaming class that buffers data.
Root node of a text fragment
void endDiaFile(bool hasCaption)
Abstract visitor that participates in the visitor pattern.
Concrete visitor implementation for Docbook output.
Node representing a Html description list
Node representing a include/dontinclude operator block
Node representing an entry in the index.
Node representing a list of section references
CodeOutputInterface & m_ci
Node representing a line break
Node representing a special symbol
Node representing an item of a cross-referenced list
Node representing an image
void startLink(const QCString &file, const QCString &anchor)
std::vector< std::unique_ptr< DocNode > > DocNodeList
Node representing a URL (or email address)
Node representing a HTML table caption
Node representing a parameter list.
void visitPre(DocAutoList *)
Node representing an block of paragraphs
Node representing a separator between two simple sections of the same type.
void startDiaFile(const QCString &fileName, const QCString &width, const QCString &height, bool hasCaption, const DocNodeList &children, const QCString &srcFile, int srcLine)
Node representing a citation of some bibliographic reference
Node representing a reference to some item
void writeMscFile(const QCString &fileName, DocVerbatim *s)
Node representing a parameter section
void writeDotFile(const QCString &fileName, DocVerbatim *s)
void writeDiaFile(const QCString &fileName, DocVerbatim *s)
Node representing a Html list
Node representing a simple section
void endDotFile(bool hasCaption)
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.
Node representing a link to some item
Node representing a dia file
Node representing a simple list
Node representing a simple list item
void visitPreStart(TextStream &t, const DocNodeList &children, bool hasCaption, const QCString &name, const QCString &width, const QCString &height, bool inlineImage=FALSE)
Node representing some amount of white space
Node representing a HTML table cell
Node representing an internal reference to some item
std::stack< bool > BoolStack
void startDotFile(const QCString &fileName, const QCString &width, const QCString &height, bool hasCaption, const DocNodeList &children, const QCString &srcFile, int srcLine)
void visitCaption(const DocNodeList &children)
Node representing a HTML table row
void endMscFile(bool hasCaption)
This is an alternative implementation of QCString.