doxygen
|
This struct represents an item in the list of references. More...
#include <reflist.h>
Public Member Functions | |
RefItem (int id, RefList *list) | |
void | setText (const QCString &text) |
void | setAnchor (const QCString &anchor) |
void | setPrefix (const QCString &prefix) |
void | setName (const QCString &name) |
void | setTitle (const QCString &title) |
void | setArgs (const QCString &args) |
void | setGroup (const QCString &group) |
void | setScope (const Definition *scope) |
QCString | text () const |
QCString | anchor () const |
QCString | prefix () const |
QCString | name () const |
QCString | title () const |
QCString | args () const |
QCString | group () const |
int | id () const |
RefList * | list () const |
const Definition * | scope () const |
This struct represents an item in the list of references.