The DocLinkedWord
Class Reference
Node representing a word that can be linked to something. More...
Declaration
class DocLinkedWord { ... }
Base class
Public Constructors Index
| DocLinkedWord (DocParser *parser, DocNodeVariant *parent, const QCString &word, const QCString &ref, const QCString &file, const QCString &anchor, const QCString &tooltip) |
|
|
|
Public Member Functions Index
Private Member Attributes Index
Description
Node representing a word that can be linked to something.
Definition at line 164 of file docnode.h.
Public Constructors
DocLinkedWord()
Declaration at line 167 of file docnode.h, definition at line 192 of file docnode.cpp.
198{
199
200
202 {
203 Doxygen::searchIndex.addWord(word,false);
204 }
205}
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.
Public Member Functions
anchor()
QCString DocLinkedWord::anchor () |
|
inline
|
file()
QCString DocLinkedWord::file () |
|
inline
|
ref()
QCString DocLinkedWord::ref () |
|
inline
|
relPath()
QCString DocLinkedWord::relPath () |
|
inline
|
tooltip()
QCString DocLinkedWord::tooltip () |
|
inline
|
word()
QCString DocLinkedWord::word () |
|
inline
|
Private Member Attributes
m_anchor
QCString DocLinkedWord::m_anchor |
|
m_file
QCString DocLinkedWord::m_file |
|
m_ref
QCString DocLinkedWord::m_ref |
|
m_relPath
QCString DocLinkedWord::m_relPath |
|
m_tooltip
QCString DocLinkedWord::m_tooltip |
|
m_word
QCString DocLinkedWord::m_word |
|
The documentation for this class was generated from the following files:
Generated via doxygen2docusaurus by Doxygen 1.14.0.