31 const char *pageTitle,
147 doc +=
"<dl class=\"reflist\">";
148 for (it.toFirst();(item=it.current());++it)
156 if (item->
scope->
name() !=
"<globalScope>")
158 doc +=
"\\_setscope ";
164 doc +=
" \\_internalref ";
180 doc +=
"<p>" + extraItem->
text;
QCString listAnchor
anchor in the list
QCString prefix
type prefix for the name
QCString title
display name of the entity
QCString text
text of the item.
void append(const type *d)
QCString sectionTitle() const
QCString listName() const
RefList(const char *listName, const char *pageTitle, const char *secTitle)
RefItem * getNextRefItem()
RefItem * getRefItem(int todoItemId)
void append(const char *key, const T *d)
QCString pageTitle() const
QIntDictIterator< RefItem > * m_dictIterator
void insert(long k, const type *d)
const QCString & name() const
QCString fileName() const
A bunch of utility functions.
QCString name
name of the entity containing the reference
static void addRelatedPage(EntryNav *rootNav)
void setAutoDelete(bool enable)
RefItem * getFirstRefItem()
SortedRefItems * m_itemList
QCString convertNameToFile(const char *name, bool allowDots, bool allowUnderscore)
Definition * scope
scope to use for references.
T * find(const char *key)
QCString args
optional arguments for the entity (if function)
void insertIntoList(const char *key, RefItem *item)
QList< RefItem > extraItems
more items belonging to the same entity
type * find(long k) const
QIntDict< RefItem > * m_dict