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

Constructor & Destructor Documentation

◆ MmhlInfo()

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

Definition at line 3606 of file index.cpp.

3606: fname(fn), title(t) {}
QCString title
Definition index.cpp:3608
const char * fname
Definition index.cpp:3607

References fname, and title.

Member Data Documentation

◆ fname

const char* MmhlInfo::fname

Definition at line 3607 of file index.cpp.

Referenced by MmhlInfo(), and writeModuleMemberIndexFiltered().

◆ title

QCString MmhlInfo::title

Definition at line 3608 of file index.cpp.

Referenced by MmhlInfo().


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