My Project
|
Public Attributes | |
QCString | name |
QCString | url |
QCString | anchor |
bool | link |
bool | reversed |
Class representing a field in the HTML help index.
Definition at line 43 of file htmlhelp.cpp.
QCString IndexField::anchor |
Definition at line 47 of file htmlhelp.cpp.
Referenced by HtmlHelpIndex::addItem(), and field2URL().
bool IndexField::link |
Definition at line 48 of file htmlhelp.cpp.
Referenced by HtmlHelpIndex::addItem(), and HtmlHelpIndex::writeFields().
QCString IndexField::name |
Definition at line 45 of file htmlhelp.cpp.
Referenced by HtmlHelpIndex::addItem(), IndexFieldSDict::compareValues(), and HtmlHelpIndex::writeFields().
bool IndexField::reversed |
Definition at line 49 of file htmlhelp.cpp.
Referenced by HtmlHelpIndex::addItem(), and field2URL().
QCString IndexField::url |
Definition at line 46 of file htmlhelp.cpp.
Referenced by HtmlHelpIndex::addItem(), and field2URL().