Skip to main content

The FmhlInfo Struct Reference

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

Declaration

struct FmhlInfo { ... }

Public Constructors Index

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

Public Member Attributes Index

const char *fname
QCStringtitle

Description

Helper class representing a file member in the navigation menu.

Definition at line 3263 of file index.cpp.

Public Constructors

FmhlInfo()

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

Definition at line 3265 of file index.cpp.

3265 FmhlInfo(const char *fn,const QCString &t) : fname(fn), title(t) {}

References fname and title.

Public Member Attributes

fname

const char* FmhlInfo::fname

Definition at line 3266 of file index.cpp.

3266 const char *fname;

Referenced by FmhlInfo and writeFileMemberIndexFiltered.

title

QCString FmhlInfo::title

Definition at line 3267 of file index.cpp.

Referenced by FmhlInfo.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.