Doxygen
|
Node representing a URL (or email address) 更多...
#include <docparser.h>
Public 成员函数 | |
DocURL (DocParser &parser, DocNode *parent, const QCString &url, bool isEmail) | |
QCString | url () const |
Kind | kind () const override |
void | accept (DocVisitor *v) override |
bool | isEmail () const |
Public 成员函数 继承自 DocNode | |
DocNode (DocParser &parser) | |
virtual | ~DocNode () |
DocNode * | parent () const |
void | setParent (DocNode *parent) |
bool | isPreformatted () const |
Private 属性 | |
QCString | m_url |
bool | m_isEmail = false |
Node representing a URL (or email address)
在文件 docparser.h 第 256 行定义.
在文件 docparser.h 第 259 行定义.
引用了 DocNode::m_parent , 以及 DocNode::parent().
|
inlineoverridevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
v | Abstract visitor. |
实现了 DocNode.
在文件 docparser.h 第 263 行定义.
引用了 DocVisitor::visit().
|
inline |
在文件 docparser.h 第 264 行定义.
引用了 m_isEmail.
被这些函数引用 HtmlDocVisitor::visit(), DocbookDocVisitor::visit(), LatexDocVisitor::visit(), RTFDocVisitor::visit() , 以及 XmlDocVisitor::visit().
|
inlineoverridevirtual |
Returns the kind of node. Provides runtime type information
实现了 DocNode.
在文件 docparser.h 第 262 行定义.
引用了 DocNode::Kind_URL.
|
inline |
|
private |
在文件 docparser.h 第 268 行定义.
被这些函数引用 isEmail().
|
private |
在文件 docparser.h 第 267 行定义.
被这些函数引用 url().