Skip to main content

The LayoutDocEntryMemberDecl Struct Reference

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

Declaration

struct LayoutDocEntryMemberDecl { ... }

Included Headers

#include <src/layout.h>

Base struct

structLayoutDocEntry

Base class representing a piece of a documentation page. More...

Public Constructors Index

LayoutDocEntryMemberDecl (MemberListType tp, const std::string &id, const QCString &tl, const QCString &ss, bool v)

Public Member Functions Index

Kindkind () const override
QCStringtitle (SrcLangExt lang) const
QCStringsubtitle (SrcLangExt lang) const
boolvisible () const override
std::stringid () const override

Public Member Attributes Index

MemberListTypetype

Private Member Attributes Index

std::stringm_id
QCStringm_title
QCStringm_subscript
boolm_visible

Description

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

Definition at line 111 of file layout.h.

Public Constructors

LayoutDocEntryMemberDecl()

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

Definition at line 113 of file layout.h.

113 LayoutDocEntryMemberDecl(MemberListType tp,const std::string &id,
114 const QCString &tl,const QCString &ss, bool v)
115 : type(tp), m_id(id), m_title(tl), m_subscript(ss), m_visible(v) {}

References id, m_id, m_subscript, m_title, m_visible and type.

Public Member Functions

id()

std::string LayoutDocEntryMemberDecl::id ()
inline virtual

Definition at line 122 of file layout.h.

122 std::string id() const override { return m_id; }

Reference m_id.

Referenced by LayoutDocEntryMemberDecl.

kind()

Kind LayoutDocEntryMemberDecl::kind ()
inline virtual

Definition at line 117 of file layout.h.

117 Kind kind() const override { return MemberDecl; }

subtitle()

QCString LayoutDocEntryMemberDecl::subtitle (SrcLangExt lang)

title()

visible()

bool LayoutDocEntryMemberDecl::visible ()
inline virtual

Definition at line 121 of file layout.h.

121 bool visible() const override { return m_visible; }

Reference m_visible.

Referenced by ModuleDefImpl::writeTagFile.

Private Member Attributes

m_id

std::string LayoutDocEntryMemberDecl::m_id

Definition at line 124 of file layout.h.

124 std::string m_id;

Referenced by id and LayoutDocEntryMemberDecl.

m_subscript

QCString LayoutDocEntryMemberDecl::m_subscript

Definition at line 126 of file layout.h.

Referenced by LayoutDocEntryMemberDecl and subtitle.

m_title

QCString LayoutDocEntryMemberDecl::m_title

Definition at line 125 of file layout.h.

Referenced by LayoutDocEntryMemberDecl and title.

m_visible

bool LayoutDocEntryMemberDecl::m_visible

Definition at line 127 of file layout.h.

Referenced by LayoutDocEntryMemberDecl and visible.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.