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

Represents of a member definition list with configurable title. More...

#include <src/layout.h>

+ Inheritance diagram for LayoutDocEntryMemberDef:
+ Collaboration diagram for LayoutDocEntryMemberDef:

Public Member Functions

 LayoutDocEntryMemberDef (MemberListType tp, const std::string &id, const QCString &tl, bool v)
 
Kind kind () const override
 
QCString title (SrcLangExt lang) const
 
bool visible () const override
 
std::string id () const override
 
- Public Member Functions inherited from LayoutDocEntry
std::string entryToString () const
 

Public Attributes

MemberListType type
 

Private Attributes

std::string m_id
 
QCString m_title
 
bool m_visible
 

Additional Inherited Members

- Public Types inherited from LayoutDocEntry
enum  Kind { ENTRY_SPECIFICATIONS }
 

Detailed Description

Represents of a member definition list with configurable title.

Definition at line 131 of file layout.h.

Constructor & Destructor Documentation

◆ LayoutDocEntryMemberDef()

LayoutDocEntryMemberDef::LayoutDocEntryMemberDef ( MemberListType tp,
const std::string & id,
const QCString & tl,
bool v )
inline

Definition at line 133 of file layout.h.

134 : type(tp), m_id(id), m_title(tl), m_visible(v) {}
QCString m_title
Definition layout.h:143
MemberListType type
Definition layout.h:137
bool m_visible
Definition layout.h:144
std::string m_id
Definition layout.h:142

References id(), m_id, m_title, m_visible, and type.

Member Function Documentation

◆ id()

std::string LayoutDocEntryMemberDef::id ( ) const
inlineoverridevirtual

Implements LayoutDocEntry.

Definition at line 140 of file layout.h.

140{ return m_id; }

References m_id.

Referenced by LayoutDocEntryMemberDef().

◆ kind()

Kind LayoutDocEntryMemberDef::kind ( ) const
inlineoverridevirtual

Implements LayoutDocEntry.

Definition at line 136 of file layout.h.

136{ return MemberDef; }

◆ title()

QCString LayoutDocEntryMemberDef::title ( SrcLangExt lang) const

◆ visible()

bool LayoutDocEntryMemberDef::visible ( ) const
inlineoverridevirtual

Implements LayoutDocEntry.

Definition at line 139 of file layout.h.

139{ return m_visible; }

References m_visible.

Member Data Documentation

◆ m_id

std::string LayoutDocEntryMemberDef::m_id
private

Definition at line 142 of file layout.h.

Referenced by id(), and LayoutDocEntryMemberDef().

◆ m_title

QCString LayoutDocEntryMemberDef::m_title
private

Definition at line 143 of file layout.h.

Referenced by LayoutDocEntryMemberDef(), and title().

◆ m_visible

bool LayoutDocEntryMemberDef::m_visible
private

Definition at line 144 of file layout.h.

Referenced by LayoutDocEntryMemberDef(), and visible().

◆ type


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