Skip to main content

The CmhlInfo Struct Reference

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

Declaration

struct CmhlInfo { ... }

Public Constructors Index

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

Public Member Attributes Index

const char *fname
QCStringtitle

Description

Helper class representing a class member in the navigation menu.

Definition at line 3075 of file index.cpp.

Public Constructors

CmhlInfo()

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

Definition at line 3077 of file index.cpp.

3077 CmhlInfo(const char *fn,const QCString &t) : fname(fn), title(t) {}

References fname and title.

Public Member Attributes

fname

const char* CmhlInfo::fname

Definition at line 3078 of file index.cpp.

3078 const char *fname;

Referenced by CmhlInfo and writeClassMemberIndexFiltered.

title

QCString CmhlInfo::title

Definition at line 3079 of file index.cpp.

Referenced by CmhlInfo and writeClassMemberIndexFiltered.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.