Doxygen
|
Node representing a citation of some bibliographic reference 更多...
#include <docparser.h>
Public 成员函数 | |
DocCite (DocParser &parser, DocNode *parent, const QCString &target, const QCString &context) | |
Kind | kind () const override |
QCString | file () const |
QCString | relPath () const |
QCString | ref () const |
QCString | anchor () const |
QCString | text () const |
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_file |
QCString | m_relPath |
QCString | m_ref |
QCString | m_anchor |
QCString | m_text |
Node representing a citation of some bibliographic reference
在文件 docparser.h 第 321 行定义.
DocCite::DocCite | ( | DocParser & | parser, |
DocNode * | parent, | ||
const QCString & | target, | ||
const QCString & | context | ||
) |
在文件 docparser.cpp 第 2540 行定义.
引用了 CitationManager::anchorPrefix(), ASSERT, Config_getList, DocParser::context, convertNameToFile(), FALSE, CitationManager::fileName(), DocParserContext::fileName, CitationManager::find(), DocTokenizer::getLineNr(), CitationManager::instance(), QCString::isEmpty(), CiteInfo::label(), m_anchor, m_file, DocNode::m_parent, m_ref, m_relPath, m_text, DocNode::parent(), qPrint(), DocParserContext::relPath, CiteInfo::text(), DocParser::tokenizer, TRUE , 以及 warn_doc_error().
|
inlineoverridevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
v | Abstract visitor. |
实现了 DocNode.
在文件 docparser.h 第 331 行定义.
引用了 DocVisitor::visit().
|
inline |
在文件 docparser.h 第 329 行定义.
引用了 m_anchor.
被这些函数引用 HtmlDocVisitor::visit(), DocbookDocVisitor::visit(), LatexDocVisitor::visit(), RTFDocVisitor::visit() , 以及 XmlDocVisitor::visit().
|
inline |
在文件 docparser.h 第 326 行定义.
引用了 m_file.
被这些函数引用 HtmlDocVisitor::visit(), DocbookDocVisitor::visit(), LatexDocVisitor::visit(), ManDocVisitor::visit(), RTFDocVisitor::visit() , 以及 XmlDocVisitor::visit().
|
inlineoverridevirtual |
Returns the kind of node. Provides runtime type information
实现了 DocNode.
在文件 docparser.h 第 325 行定义.
引用了 DocNode::Kind_Ref.
|
inline |
在文件 docparser.h 第 328 行定义.
引用了 m_ref.
被这些函数引用 HtmlDocVisitor::visit(), RTFDocVisitor::visit() , 以及 XmlDocVisitor::visit().
|
inline |
|
inline |
|
private |
在文件 docparser.h 第 337 行定义.
|
private |
在文件 docparser.h 第 334 行定义.
|
private |
在文件 docparser.h 第 336 行定义.
|
private |
在文件 docparser.h 第 335 行定义.
|
private |
在文件 docparser.h 第 338 行定义.