Skip to main content

The DocLinkedWord Class Reference

Node representing a word that can be linked to something. More...

Declaration

class DocLinkedWord { ... }

Included Headers

#include <src/docnode.h>

Base class

classDocNode

Abstract node interface with type information. More...

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

QCStringword () const
QCStringfile () const
QCStringrelPath () const
QCStringref () const
QCStringanchor () const
QCStringtooltip () const

Private Member Attributes Index

QCStringm_word
QCStringm_ref
QCStringm_file
QCStringm_relPath
QCStringm_anchor
QCStringm_tooltip

Description

Node representing a word that can be linked to something.

Definition at line 164 of file docnode.h.

Public Constructors

DocLinkedWord()

DocLinkedWord::DocLinkedWord (DocParser * parser, DocNodeVariant * parent, const QCString & word, const QCString & ref, const QCString & file, const QCString & anchor, const QCString & tooltip)

Declaration at line 167 of file docnode.h, definition at line 192 of file docnode.cpp.

193 const QCString &ref,const QCString &file,
194 const QCString &anchor,const QCString &tooltip) :
198{
199 //printf("DocLinkedWord: new word %s url=%s tooltip='%s'\n",
200 // qPrint(word),qPrint(parser->context.searchUrl),qPrint(tooltip));
201 if (Doxygen::searchIndex.enabled() && !parser->context.searchUrl.isEmpty())
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()

file()

QCString DocLinkedWord::file ()
inline

ref()

QCString DocLinkedWord::ref ()
inline

relPath()

QCString DocLinkedWord::relPath ()
inline

Definition at line 172 of file docnode.h.

172 QCString relPath() const { return m_relPath; }

Reference m_relPath.

Referenced by DocLinkedWord and HtmlDocVisitor::operator().

tooltip()

QCString DocLinkedWord::tooltip ()
inline

Definition at line 175 of file docnode.h.

175 QCString tooltip() const { return m_tooltip; }

Reference m_tooltip.

Referenced by DocLinkedWord and HtmlDocVisitor::operator().

word()

Private Member Attributes

m_anchor

QCString DocLinkedWord::m_anchor

Definition at line 182 of file docnode.h.

Referenced by anchor and DocLinkedWord.

m_file

QCString DocLinkedWord::m_file

Definition at line 180 of file docnode.h.

Referenced by DocLinkedWord and file.

m_ref

QCString DocLinkedWord::m_ref

Definition at line 179 of file docnode.h.

Referenced by DocLinkedWord and ref.

m_relPath

QCString DocLinkedWord::m_relPath

Definition at line 181 of file docnode.h.

Referenced by DocLinkedWord and relPath.

m_tooltip

QCString DocLinkedWord::m_tooltip

Definition at line 183 of file docnode.h.

Referenced by DocLinkedWord and tooltip.

m_word

QCString DocLinkedWord::m_word

Definition at line 178 of file docnode.h.

Referenced by DocLinkedWord and word.


The documentation for this class was generated from the following files:


Generated via doxygen2docusaurus by Doxygen 1.14.0.