Doxygen
|
Class representing a field in the HTML help index. More...
Public Member Functions | |
IndexField (const QCString &k, const QCString &n, const QCString &u, const QCString &a, bool l, bool r) | |
Public Attributes | |
QCString | key |
QCString | name |
QCString | url |
QCString | anchor |
bool | link |
bool | reversed |
Class representing a field in the HTML help index.
Definition at line 98 of file htmlhelp.cpp.
|
inline |
Definition at line 100 of file htmlhelp.cpp.
QCString IndexField::anchor |
Definition at line 105 of file htmlhelp.cpp.
Referenced by field2URL(), and IndexField().
QCString IndexField::key |
Definition at line 102 of file htmlhelp.cpp.
Referenced by IndexField().
bool IndexField::link |
Definition at line 106 of file htmlhelp.cpp.
Referenced by IndexField().
QCString IndexField::name |
Definition at line 103 of file htmlhelp.cpp.
Referenced by IndexField().
bool IndexField::reversed |
Definition at line 107 of file htmlhelp.cpp.
Referenced by field2URL(), and IndexField().
QCString IndexField::url |
Definition at line 104 of file htmlhelp.cpp.
Referenced by field2URL(), and IndexField().