Doxygen
Loading...
Searching...
No Matches
IndexField Struct Reference

Class representing a field in the HTML help index. More...

+ Collaboration diagram for IndexField:

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
 

Detailed Description

Class representing a field in the HTML help index.

Definition at line 98 of file htmlhelp.cpp.

Constructor & Destructor Documentation

◆ IndexField()

IndexField::IndexField ( const QCString & k,
const QCString & n,
const QCString & u,
const QCString & a,
bool l,
bool r )
inline

Definition at line 100 of file htmlhelp.cpp.

100 :
101 key(k), name(n), url(u), anchor(a), link(l), reversed(r) {}
bool reversed
Definition htmlhelp.cpp:107
QCString anchor
Definition htmlhelp.cpp:105
QCString url
Definition htmlhelp.cpp:104
QCString key
Definition htmlhelp.cpp:102
QCString name
Definition htmlhelp.cpp:103

References anchor, key, link, name, reversed, and url.

Member Data Documentation

◆ anchor

QCString IndexField::anchor

Definition at line 105 of file htmlhelp.cpp.

Referenced by field2URL(), and IndexField().

◆ key

QCString IndexField::key

Definition at line 102 of file htmlhelp.cpp.

Referenced by IndexField().

◆ link

bool IndexField::link

Definition at line 106 of file htmlhelp.cpp.

Referenced by IndexField().

◆ name

QCString IndexField::name

Definition at line 103 of file htmlhelp.cpp.

Referenced by IndexField().

◆ reversed

bool IndexField::reversed

Definition at line 107 of file htmlhelp.cpp.

Referenced by field2URL(), and IndexField().

◆ url

QCString IndexField::url

Definition at line 104 of file htmlhelp.cpp.

Referenced by field2URL(), and IndexField().


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