My Project
|
#include <reflist.h>
Public Member Functions | |
RefItem () | |
Public Attributes | |
QCString | text |
text of the item. | |
QCString | listAnchor |
anchor in the list | |
QCString | prefix |
type prefix for the name | |
Definition * | scope |
scope to use for references. | |
QCString | name |
name of the entity containing the reference | |
QCString | title |
display name of the entity | |
QCString | args |
optional arguments for the entity (if function) | |
QList< RefItem > | extraItems |
more items belonging to the same entity | |
QCString RefItem::args |
optional arguments for the entity (if function)
Definition at line 39 of file reflist.h.
Referenced by addRefItem(), and RefList::generatePage().
QList<RefItem> RefItem::extraItems |
more items belonging to the same entity
Definition at line 41 of file reflist.h.
Referenced by RefList::generatePage(), and RefList::insertIntoList().
QCString RefItem::listAnchor |
anchor in the list
Definition at line 33 of file reflist.h.
Referenced by RefList::generatePage(), and DocXRefItem::parse().
QCString RefItem::name |
name of the entity containing the reference
Definition at line 37 of file reflist.h.
Referenced by addRefItem(), and RefList::generatePage().
QCString RefItem::prefix |
type prefix for the name
Definition at line 35 of file reflist.h.
Referenced by addRefItem(), and RefList::generatePage().
Definition* RefItem::scope |
scope to use for references.
Definition at line 36 of file reflist.h.
Referenced by addRefItem(), and RefList::generatePage().
QCString RefItem::text |
text of the item.
Definition at line 32 of file reflist.h.
Referenced by RefList::generatePage(), and DocXRefItem::parse().
QCString RefItem::title |
display name of the entity
Definition at line 38 of file reflist.h.
Referenced by addRefItem(), SortedRefItems::compareValues(), and RefList::generatePage().