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

Helper class representing a namespace member in the navigation menu. More...

Collaboration diagram for NmhlInfo:

Public Member Functions

 NmhlInfo (const char *fn, const QCString &t)

Public Attributes

const char * fname
QCString title

Detailed Description

Helper class representing a namespace member in the navigation menu.

Definition at line 3473 of file index.cpp.

Constructor & Destructor Documentation

◆ NmhlInfo()

NmhlInfo::NmhlInfo ( const char * fn,
const QCString & t )
inline

Definition at line 3475 of file index.cpp.

3475: fname(fn), title(t) {}
const char * fname
Definition index.cpp:3476
QCString title
Definition index.cpp:3477

References fname, and title.

Member Data Documentation

◆ fname

const char* NmhlInfo::fname

Definition at line 3476 of file index.cpp.

Referenced by NmhlInfo(), and writeNamespaceMemberIndexFiltered().

◆ title

QCString NmhlInfo::title

Definition at line 3477 of file index.cpp.

Referenced by NmhlInfo().


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