Skip to main content

The IndexField Struct Reference

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

Declaration

struct IndexField { ... }

Public Constructors Index

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

Public Member Attributes Index

QCStringkey
QCStringname
QCStringurl
QCStringanchor
boollink
boolreversed

Description

Class representing a field in the HTML help index.

Definition at line 98 of file htmlhelp.cpp.

Public Constructors

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 IndexField(const QCString &k,const QCString &n,const QCString &u,const QCString &a,bool l,bool r) :
101 key(k), name(n), url(u), anchor(a), link(l), reversed(r) {}

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

Public Member Attributes

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.

106 bool link;

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:


Generated via doxygen2docusaurus by Doxygen 1.14.0.