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 3397 of file index.cpp.

Constructor & Destructor Documentation

◆ NmhlInfo()

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

Definition at line 3399 of file index.cpp.

3399: fname(fn), title(t) {}
const char * fname
Definition index.cpp:3400
QCString title
Definition index.cpp:3401

References fname, and title.

Member Data Documentation

◆ fname

const char* NmhlInfo::fname

Definition at line 3400 of file index.cpp.

Referenced by NmhlInfo(), and writeNamespaceMemberIndexFiltered().

◆ title

QCString NmhlInfo::title

Definition at line 3401 of file index.cpp.

Referenced by NmhlInfo().


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