The DocXRefItem
Class Reference
Node representing an item of a cross-referenced list. More...
Declaration
class DocXRefItem { ... }
Base class
Public Constructors Index
| DocXRefItem (DocParser *parser, DocNodeVariant *parent, int id, const QCString &key) |
|
|
|
Public Member Functions Index
Private Member Attributes Index
Description
Node representing an item of a cross-referenced list.
Definition at line 620 of file docnode.h.
Public Constructors
DocXRefItem()
Public Member Functions
anchor()
QCString DocXRefItem::anchor () |
|
inline
|
file()
QCString DocXRefItem::file () |
|
inline
|
key()
QCString DocXRefItem::key () |
|
inline
|
parse()
bool DocXRefItem::parse () |
|
Declaration at line 629 of file docnode.h, definition at line 478 of file docnode.cpp.
479{
482 {
485 if (item)
486 {
487 if (parser()->context.memberDef && parser()->context.memberDef->name().at(0)=='@')
488 {
491 }
492 else
493 {
496 }
498
499
500
502 {
506 }
507 }
509 }
511}
References RefItem::anchor, ASSERT, DocCompoundNode::children, FALSE, RefList::fileName, LinkedMap< T, Hash, KeyEqual, Map >::find, RefList::find, RefListManager::instance, DocParser::internalValidatingParseDoc, QCString::isEmpty, RefList::isEnabled, m_anchor, m_file, m_id, m_key, m_title, DocNode::parser, DocParser::popContext, DocParser::pushContext, RefList::sectionTitle, RefItem::text, DocNode::thisVariant and TRUE.
relPath()
QCString DocXRefItem::relPath () |
|
inline
|
title()
QCString DocXRefItem::title () |
|
inline
|
Private Member Attributes
m_anchor
QCString DocXRefItem::m_anchor |
|
m_file
QCString DocXRefItem::m_file |
|
m_id
int DocXRefItem::m_id = 0 |
|
m_key
QCString DocXRefItem::m_key |
|
m_relPath
QCString DocXRefItem::m_relPath |
|
m_title
QCString DocXRefItem::m_title |
|
The documentation for this class was generated from the following files:
Generated via doxygen2docusaurus by Doxygen 1.14.0.