The RefItem
Class Reference
This struct represents an item in the list of references. More...
Declaration
class RefItem { ... }
Public Constructors Index
Public Member Functions Index
Private Member Attributes Index
Description
This struct represents an item in the list of references.
Definition at line 31 of file reflist.h.
Public Constructors
RefItem()
RefItem::RefItem (int id, RefList * list) |
|
inline
|
Public Member Functions
anchor()
QCString RefItem::anchor () |
|
inline
|
args()
QCString RefItem::args () |
|
inline
|
group()
QCString RefItem::group () |
|
inline
|
id()
list()
RefList * RefItem::list () |
|
inline
|
name()
QCString RefItem::name () |
|
inline
|
prefix()
QCString RefItem::prefix () |
|
inline
|
scope()
const Definition * RefItem::scope () |
|
inline
|
setAnchor()
void RefItem::setAnchor (const QCString & anchor) |
|
inline
|
setArgs()
void RefItem::setArgs (const QCString & args) |
|
inline
|
setGroup()
void RefItem::setGroup (const QCString & group) |
|
inline
|
setName()
void RefItem::setName (const QCString & name) |
|
inline
|
setPrefix()
void RefItem::setPrefix (const QCString & prefix) |
|
inline
|
setScope()
setText()
void RefItem::setText (const QCString & text) |
|
inline
|
setTitle()
void RefItem::setTitle (const QCString & title) |
|
inline
|
text()
QCString RefItem::text () |
|
inline
|
title()
QCString RefItem::title () |
|
inline
|
Private Member Attributes
m_anchor
QCString RefItem::m_anchor |
|
m_args
optional arguments for the entity (if function)
Definition at line 64 of file reflist.h.
Referenced by args and setArgs.
m_group
QCString RefItem::m_group |
|
group id used to combine item under a single header
Definition at line 65 of file reflist.h.
Referenced by group and setGroup.
m_id
unique identifier for this item within its list
Definition at line 57 of file reflist.h.
Referenced by id and RefItem.
m_list
m_name
name of the entity containing the reference
Definition at line 62 of file reflist.h.
Referenced by name and setName.
m_prefix
QCString RefItem::m_prefix |
|
m_scope
const Definition* RefItem::m_scope = nullptr |
|
m_text
m_title
QCString RefItem::m_title |
|
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.