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

Represents of a member declaration list with configurable title and subtitle. More...

#include <src/layout.h>

+ Inheritance diagram for LayoutDocEntryMemberDecl:
+ Collaboration diagram for LayoutDocEntryMemberDecl:

Public Member Functions

 LayoutDocEntryMemberDecl (MemberListType tp, const QCString &tl, const QCString &ss)
 
Kind kind () const override
 
QCString title (SrcLangExt lang) const
 
QCString subtitle (SrcLangExt lang) const
 
- Public Member Functions inherited from LayoutDocEntry
std::string entryToString ()
 

Public Attributes

MemberListType type
 

Private Attributes

QCString m_title
 
QCString m_subscript
 

Additional Inherited Members

- Public Types inherited from LayoutDocEntry
enum  Kind { ENTRY_SPECIFICATIONS }
 

Detailed Description

Represents of a member declaration list with configurable title and subtitle.

Definition at line 108 of file layout.h.

Constructor & Destructor Documentation

◆ LayoutDocEntryMemberDecl()

LayoutDocEntryMemberDecl::LayoutDocEntryMemberDecl ( MemberListType tp,
const QCString & tl,
const QCString & ss )
inline

Definition at line 110 of file layout.h.

112 : type(tp), m_title(tl), m_subscript(ss) {}
MemberListType type
Definition layout.h:115
QCString m_subscript
Definition layout.h:120
QCString m_title
Definition layout.h:119

References m_subscript, m_title, and type.

Member Function Documentation

◆ kind()

Kind LayoutDocEntryMemberDecl::kind ( ) const
inlineoverridevirtual

Implements LayoutDocEntry.

Definition at line 114 of file layout.h.

114{ return MemberDecl; }

◆ subtitle()

QCString LayoutDocEntryMemberDecl::subtitle ( SrcLangExt lang) const

Definition at line 1538 of file layout.cpp.

1539{
1541}
QCString extractLanguageSpecificTitle(const QCString &input, SrcLangExt lang)
Definition layout.cpp:1503

References extractLanguageSpecificTitle(), and m_subscript.

Referenced by ClassDefImpl::getTitleForMemberListType(), ClassDefImpl::writeDocumentationContents(), and ClassDefImpl::writeInlineDocumentation().

◆ title()

Member Data Documentation

◆ m_subscript

QCString LayoutDocEntryMemberDecl::m_subscript
private

Definition at line 120 of file layout.h.

Referenced by LayoutDocEntryMemberDecl(), and subtitle().

◆ m_title

QCString LayoutDocEntryMemberDecl::m_title
private

Definition at line 119 of file layout.h.

Referenced by LayoutDocEntryMemberDecl(), and title().

◆ type


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