|
Doxygen
|
Node representing an image 更多...
#include <docparser.h>
类 DocImage 继承关系图:
DocImage 的协作图:Public 成员函数 | |
| DocImage (DocParser &parser, DocNode *parent, const HtmlAttribList &attribs, const QCString &name, Type t, const QCString &url=QCString(), bool inlineImage=TRUE) | |
| Kind | kind () const override |
| Type | type () const |
| QCString | name () const |
| bool | hasCaption () const |
| QCString | width () const |
| QCString | height () const |
| QCString | relPath () const |
| QCString | url () const |
| bool | isInlineImage () const |
| bool | isSVG () const |
| const HtmlAttribList & | attribs () const |
| void | parse () |
Public 成员函数 继承自 CompAccept< DocImage > | |
| CompAccept (DocParser &parser) | |
| void | accept (DocVisitor *v) override |
| const DocNodeList & | children () const |
| DocNodeList & | children () |
Public 成员函数 继承自 DocNode | |
| DocNode (DocParser &parser) | |
| virtual | ~DocNode () |
| DocNode * | parent () const |
| void | setParent (DocNode *parent) |
| bool | isPreformatted () const |
Private 属性 | |
| HtmlAttribList | m_attribs |
| QCString | m_name |
| Type | m_type = Html |
| QCString | m_width |
| QCString | m_height |
| QCString | m_relPath |
| QCString | m_url |
| bool | m_inlineImage = false |
额外继承的成员函数 | |
Protected 类型 继承自 DocNode | |
| enum | RefType { Unknown, Anchor, Section, Table } |
Protected 成员函数 继承自 DocNode | |
| void | setInsidePreformatted (bool p) |
Protected 属性 继承自 CompAccept< DocImage > | |
| DocNodeList | m_children |
Protected 属性 继承自 DocNode | |
| DocNode * | m_parent = 0 |
| DocParser & | m_parser |
Node representing an image
在文件 docparser.h 第 771 行定义.
| enum DocImage::Type |
| DocImage::DocImage | ( | DocParser & | parser, |
| DocNode * | parent, | ||
| const HtmlAttribList & | attribs, | ||
| const QCString & | name, | ||
| Type | t, | ||
| const QCString & | url = QCString(), |
||
| bool | inlineImage = TRUE |
||
| ) |
|
inline |
在文件 docparser.h 第 787 行定义.
引用了 m_attribs.
被这些函数引用 HtmlDocVisitor::visitPre() , 以及 XmlDocVisitor::visitPre().
|
inline |
|
inline |
在文件 docparser.h 第 782 行定义.
引用了 m_height.
被这些函数引用 HtmlDocVisitor::visitPre(), DocbookDocVisitor::visitPre(), LatexDocVisitor::visitPre() , 以及 XmlDocVisitor::visitPre().
|
inline |
| bool DocImage::isSVG | ( | ) | const |
在文件 docparser.cpp 第 2868 行定义.
引用了 QCString::find(), QCString::isEmpty(), QCString::length(), m_name, m_url , 以及 QCString::mid().
被这些函数引用 HtmlDocVisitor::visitPre().
|
inlineoverridevirtual |
Returns the kind of node. Provides runtime type information
实现了 DocNode.
在文件 docparser.h 第 777 行定义.
引用了 DocNode::Kind_Image.
|
inline |
| void DocImage::parse | ( | ) |
在文件 docparser.cpp 第 2877 行定义.
引用了 CMD_IMAGE, DocParser::defaultHandleTitleAndSize(), CompAccept< DocImage >::m_children, m_height, DocNode::m_parser , 以及 m_width.
被这些函数引用 DocPara::handleImage().
|
inline |
在文件 docparser.h 第 783 行定义.
引用了 m_relPath.
被这些函数引用 HtmlDocVisitor::visitPre(), DocbookDocVisitor::visitPre() , 以及 XmlDocVisitor::visitPre().
|
inline |
在文件 docparser.h 第 778 行定义.
引用了 m_type.
被这些函数引用 HtmlDocVisitor::visitPost(), DocbookDocVisitor::visitPost(), LatexDocVisitor::visitPost(), RTFDocVisitor::visitPost(), PrintDocVisitor::visitPost(), HtmlDocVisitor::visitPre(), DocbookDocVisitor::visitPre(), LatexDocVisitor::visitPre(), RTFDocVisitor::visitPre() , 以及 XmlDocVisitor::visitPre().
|
inline |
在文件 docparser.h 第 784 行定义.
引用了 m_url.
被这些函数引用 HtmlDocVisitor::visitPre() , 以及 XmlDocVisitor::visitPre().
|
inline |
在文件 docparser.h 第 781 行定义.
引用了 m_width.
被这些函数引用 HtmlDocVisitor::visitPre(), DocbookDocVisitor::visitPre(), LatexDocVisitor::visitPre() , 以及 XmlDocVisitor::visitPre().
|
private |
在文件 docparser.h 第 791 行定义.
被这些函数引用 attribs().
|
private |
在文件 docparser.h 第 795 行定义.
|
private |
在文件 docparser.h 第 798 行定义.
被这些函数引用 isInlineImage().
|
private |
在文件 docparser.h 第 792 行定义.
|
private |
在文件 docparser.h 第 796 行定义.
被这些函数引用 relPath().
在文件 docparser.h 第 793 行定义.
被这些函数引用 type().
|
private |
在文件 docparser.h 第 797 行定义.
|
private |
在文件 docparser.h 第 794 行定义.