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. More...
 
QCString listAnchor
 anchor in the list More...
 
QCString prefix
 type prefix for the name More...
 
Definitionscope
 scope to use for references. More...
 
QCString name
 name of the entity containing the reference More...
 
QCString title
 display name of the entity More...
 
QCString args
 optional arguments for the entity (if function) More...
 
QList< RefItemextraItems
 more items belonging to the same entity More...
 

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.

31 : scope(0) {}
Definition * scope
scope to use for references.
Definition: reflist.h:36

Member Data Documentation

QCString RefItem::args

optional arguments for the entity (if function)

Definition at line 39 of file reflist.h.

QList<RefItem> RefItem::extraItems

more items belonging to the same entity

Definition at line 41 of file reflist.h.

QCString RefItem::listAnchor

anchor in the list

Definition at line 33 of file reflist.h.

QCString RefItem::name

name of the entity containing the reference

Definition at line 37 of file reflist.h.

QCString RefItem::prefix

type prefix for the name

Definition at line 35 of file reflist.h.

Definition* RefItem::scope

scope to use for references.

Definition at line 36 of file reflist.h.

QCString RefItem::text

text of the item.

Definition at line 32 of file reflist.h.

QCString RefItem::title

display name of the entity

Definition at line 38 of file reflist.h.


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