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

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

+ Collaboration diagram for MmhlInfo:

Public Member Functions

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

Public Attributes

const char * fname
 
QCString title
 

Detailed Description

Helper class representing a module member in the navigation menu.

Definition at line 3562 of file index.cpp.

Constructor & Destructor Documentation

◆ MmhlInfo()

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

Definition at line 3564 of file index.cpp.

3564: fname(fn), title(t) {}
QCString title
Definition index.cpp:3566
const char * fname
Definition index.cpp:3565

References fname, and title.

Member Data Documentation

◆ fname

const char* MmhlInfo::fname

Definition at line 3565 of file index.cpp.

Referenced by MmhlInfo(), and writeModuleMemberIndexFiltered().

◆ title

QCString MmhlInfo::title

Definition at line 3566 of file index.cpp.

Referenced by MmhlInfo().


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