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 DString &k, const DString &n, const DString &u, const DString &a, bool l, bool r)

Public Attributes

DString key
DString name
DString url
DString 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 DString & k,
const DString & n,
const DString & u,
const DString & 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) {}
DString url
Definition htmlhelp.cpp:104
DString key
Definition htmlhelp.cpp:102
DString anchor
Definition htmlhelp.cpp:105
bool reversed
Definition htmlhelp.cpp:107
DString name
Definition htmlhelp.cpp:103

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

Member Data Documentation

◆ anchor

DString IndexField::anchor

Definition at line 105 of file htmlhelp.cpp.

Referenced by field2URL(), and IndexField().

◆ key

DString 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

DString 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

DString 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: