#include <docparser.h>
Public Member Functions | |
DocInternalRef (DocNode *parent, const QCString &target) | |
void | parse () |
Kind | kind () const |
QCString | file () const |
QCString | relPath () const |
QCString | anchor () const |
void | accept (DocVisitor *v) |
Public Member Functions inherited from CompAccept< DocInternalRef > | |
CompAccept () | |
virtual | ~CompAccept () |
void | accept (DocInternalRef *obj, DocVisitor *v) |
const QList< DocNode > & | children () const |
QList< DocNode > & | children () |
Public Member Functions inherited from DocNode | |
DocNode () | |
virtual | ~DocNode () |
DocNode * | parent () const |
void | setParent (DocNode *parent) |
bool | isPreformatted () const |
Private Attributes | |
QCString | m_file |
QCString | m_relPath |
QCString | m_anchor |
Node representing an internal reference to some item
Definition at line 851 of file docparser.h.
Definition at line 2380 of file docparser.cpp.
|
inlinevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
v | Abstract visitor. |
Implements DocNode.
Definition at line 860 of file docparser.h.
|
inline |
Definition at line 859 of file docparser.h.
|
inline |
Definition at line 857 of file docparser.h.
|
inlinevirtual |
Returns the kind of node. Provides runtime type information
Implements DocNode.
Definition at line 856 of file docparser.h.
void DocInternalRef::parse | ( | ) |
Definition at line 2396 of file docparser.cpp.
|
inline |
Definition at line 858 of file docparser.h.
|
private |
Definition at line 865 of file docparser.h.
|
private |
Definition at line 863 of file docparser.h.
|
private |
Definition at line 864 of file docparser.h.