Skip to main content

The MmhlInfo Struct Reference

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

Declaration

struct MmhlInfo { ... }

Public Constructors Index

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

Public Member Attributes Index

const char *fname
QCStringtitle

Description

Helper class representing a module member in the navigation menu.

Definition at line 3630 of file index.cpp.

Public Constructors

MmhlInfo()

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

Definition at line 3632 of file index.cpp.

3632 MmhlInfo(const char *fn,const QCString &t) : fname(fn), title(t) {}

References fname and title.

Public Member Attributes

fname

const char* MmhlInfo::fname

Definition at line 3633 of file index.cpp.

3633 const char *fname;

Referenced by MmhlInfo and writeModuleMemberIndexFiltered.

title

QCString MmhlInfo::title

Definition at line 3634 of file index.cpp.

Referenced by MmhlInfo.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.