71 RefItem *getRefItem(
int todoItemId);
80 const char *pageTitle,
const char *secTitle
83 void insertIntoList(
const char *key,
RefItem *item);
QCString listAnchor
anchor in the list
Definition: reflist.h:33
QCString prefix
type prefix for the name
Definition: reflist.h:35
QCString title
display name of the entity
Definition: reflist.h:38
List of cross-referenced items.
Definition: reflist.h:67
The common base class of all entity definitions found in the sources.
Definition: definition.h:92
QCString text
text of the item.
Definition: reflist.h:32
List of items sorted by title.
Definition: reflist.h:45
This struct represents an item in the list of references.
Definition: reflist.h:29
Ordered dictionary of elements of type T.
Definition: sortdict.h:73
QCString name
name of the entity containing the reference
Definition: reflist.h:37
Definition * scope
scope to use for references.
Definition: reflist.h:36
This is an alternative implementation of QCString.
Definition: qcstring.h:131
QCString args
optional arguments for the entity (if function)
Definition: reflist.h:39
QList< RefItem > extraItems
more items belonging to the same entity
Definition: reflist.h:41