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
QCString prefix
type prefix for the name
QCString title
display name of the entity
SortedRefItems(int size=17)
QCString text
text of the item.
static QCString sectionTitle
int compareValues(const RefItem *r1, const RefItem *r2) const
decltype(auto) constexpr size(T &&obj)
ADL-aware version of std::size.
QIntDictIterator< RefItem > * m_dictIterator
int qstricmp(const char *str1, const char *str2)
virtual ~SortedRefItems()
QCString name
name of the entity containing the reference
SortedRefItems * m_itemList
Definition * scope
scope to use for references.
void addRefItem(const QList< ListItemInfo > *sli, const char *key, const char *prefix, const char *name, const char *title, const char *args, Definition *scope)
QCString args
optional arguments for the entity (if function)
QList< RefItem > extraItems
more items belonging to the same entity
QIntDict< RefItem > * m_dict