Doxygen
|
This struct represents an item in the list of references. 更多...
#include <reflist.h>
Public 成员函数 | |
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 |
Private 属性 | |
int | m_id = 0 |
unique identifier for this item within its list 更多... | |
RefList * | m_list |
list owning this item 更多... | |
QCString | m_text |
text of the item. 更多... | |
QCString | m_anchor |
anchor in the list 更多... | |
QCString | m_prefix |
type prefix for the name 更多... | |
QCString | m_name |
name of the entity containing the reference 更多... | |
QCString | m_title |
display name of the entity 更多... | |
QCString | m_args |
optional arguments for the entity (if function) 更多... | |
QCString | m_group |
group id used to combine item under a single header 更多... | |
const Definition * | m_scope = 0 |
scope to use for references. 更多... | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
group id used to combine item under a single header
被这些函数引用 group() , 以及 setGroup().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |