My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
RefItem Struct Reference

#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
 
Definitionscope
 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< RefItemextraItems
 more items belonging to the same entity
 

Detailed Description

This struct represents an item in the list of references.

Definition at line 29 of file reflist.h.

Constructor & Destructor Documentation

RefItem::RefItem ( )
inline

Definition at line 31 of file reflist.h.

: scope(0) {}

Member Data Documentation

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().


The documentation for this struct was generated from the following file: