|
Doxygen
|
Node representing a n emoji 更多...
#include <docparser.h>
类 DocEmoji 继承关系图:
DocEmoji 的协作图:Public 成员函数 | |
| DocEmoji (DocParser &parser, DocNode *parent, const QCString &symName) | |
| QCString | name () const |
| int | index () const |
| Kind | kind () const override |
| void | accept (DocVisitor *v) override |
Public 成员函数 继承自 DocNode | |
| DocNode (DocParser &parser) | |
| virtual | ~DocNode () |
| DocNode * | parent () const |
| void | setParent (DocNode *parent) |
| bool | isPreformatted () const |
Private 属性 | |
| QCString | m_symName |
| int | m_index = 0 |
Node representing a n emoji
在文件 docparser.h 第 469 行定义.
在文件 docparser.cpp 第 1721 行定义.
引用了 QCString::append(), QCString::at(), DocParser::context, DocParserContext::fileName, DocTokenizer::getLineNr(), EmojiEntityMapper::instance(), QCString::length(), m_index, DocNode::m_parent, m_symName, DocNode::parent(), QCString::prepend(), qPrint(), QCString::str(), EmojiEntityMapper::symbol2index(), DocParser::tokenizer , 以及 warn_doc_error().
|
inlineoverridevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
| v | Abstract visitor. |
实现了 DocNode.
在文件 docparser.h 第 476 行定义.
引用了 DocVisitor::visit().
|
inline |
|
inlineoverridevirtual |
Returns the kind of node. Provides runtime type information
实现了 DocNode.
在文件 docparser.h 第 475 行定义.
引用了 DocNode::Kind_Emoji.
|
inline |
|
private |
在文件 docparser.h 第 480 行定义.
被这些函数引用 DocEmoji() , 以及 index().
|
private |
在文件 docparser.h 第 479 行定义.
被这些函数引用 DocEmoji() , 以及 name().