Doxygen
|
Node representing a word that can be linked to something. More...
#include <src/docnode.h>
Public Member Functions | |
DocLinkedWord (DocParser *parser, DocNodeVariant *parent, const QCString &word, const QCString &ref, const QCString &file, const QCString &anchor, const QCString &tooltip) | |
QCString | word () const |
QCString | file () const |
QCString | relPath () const |
QCString | ref () const |
QCString | anchor () const |
QCString | tooltip () const |
Public Member Functions inherited from DocNode | |
DocNode (DocParser *parser, DocNodeVariant *parent) | |
~DocNode ()=default | |
DocNodeVariant * | parent () |
const DocNodeVariant * | parent () const |
DocNodeVariant * | thisVariant () |
const DocNodeVariant * | thisVariant () const |
void | setThisVariant (DocNodeVariant *thisVariant) |
DocParser * | parser () |
const DocParser * | parser () const |
void | setParent (DocNodeVariant *parent) |
bool | isPreformatted () const |
Private Attributes | |
QCString | m_word |
QCString | m_ref |
QCString | m_file |
QCString | m_relPath |
QCString | m_anchor |
QCString | m_tooltip |
Additional Inherited Members | |
Protected Types inherited from DocNode | |
enum | RefType { Unknown , Anchor , Section , Table } |
Protected Member Functions inherited from DocNode | |
void | setInsidePreformatted (bool p) |
DocLinkedWord::DocLinkedWord | ( | DocParser * | parser, |
DocNodeVariant * | parent, | ||
const QCString & | word, | ||
const QCString & | ref, | ||
const QCString & | file, | ||
const QCString & | anchor, | ||
const QCString & | tooltip ) |
Definition at line 191 of file docnode.cpp.
References anchor(), DocNode::DocNode(), file(), m_anchor, m_file, m_ref, m_relPath, m_tooltip, m_word, DocNode::parent(), DocNode::parser(), ref(), relPath(), Doxygen::searchIndex, tooltip(), and word().
|
inline |
Definition at line 173 of file docnode.h.
References m_anchor.
Referenced by DocLinkedWord(), DocbookDocVisitor::operator()(), HtmlDocVisitor::operator()(), LatexDocVisitor::operator()(), PerlModDocVisitor::operator()(), RTFDocVisitor::operator()(), and XmlDocVisitor::operator()().
|
inline |
Definition at line 170 of file docnode.h.
References m_file.
Referenced by DocLinkedWord(), DocbookDocVisitor::operator()(), HtmlDocVisitor::operator()(), LatexDocVisitor::operator()(), PerlModDocVisitor::operator()(), RTFDocVisitor::operator()(), and XmlDocVisitor::operator()().
|
inline |
Definition at line 172 of file docnode.h.
References m_ref.
Referenced by DocLinkedWord(), HtmlDocVisitor::operator()(), LatexDocVisitor::operator()(), PerlModDocVisitor::operator()(), RTFDocVisitor::operator()(), and XmlDocVisitor::operator()().
|
inline |
Definition at line 171 of file docnode.h.
References m_relPath.
Referenced by DocLinkedWord(), and HtmlDocVisitor::operator()().
|
inline |
Definition at line 174 of file docnode.h.
References m_tooltip.
Referenced by DocLinkedWord(), and HtmlDocVisitor::operator()().
|
inline |
Definition at line 169 of file docnode.h.
References m_word.
Referenced by DocLinkedWord(), DocbookDocVisitor::operator()(), HtmlDocVisitor::operator()(), LatexDocVisitor::operator()(), ManDocVisitor::operator()(), PerlModDocVisitor::operator()(), PerlModDocVisitor::operator()(), PrintDocVisitor::operator()(), RTFDocVisitor::operator()(), TextDocVisitor::operator()(), and XmlDocVisitor::operator()().
|
private |
Definition at line 181 of file docnode.h.
Referenced by anchor(), and DocLinkedWord().
|
private |
Definition at line 179 of file docnode.h.
Referenced by DocLinkedWord(), and file().
|
private |
Definition at line 178 of file docnode.h.
Referenced by DocLinkedWord(), and ref().
|
private |
Definition at line 180 of file docnode.h.
Referenced by DocLinkedWord(), and relPath().
|
private |
Definition at line 182 of file docnode.h.
Referenced by DocLinkedWord(), and tooltip().
|
private |
Definition at line 177 of file docnode.h.
Referenced by DocLinkedWord(), and word().