Represents of a member declaration list with configurable title and subtitle. More...
#include <layout.h>
Public Member Functions | |
LayoutDocEntryMemberDecl (MemberListType tp, const QCString &tl, const QCString &ss) | |
Kind | kind () const |
QCString | title (SrcLangExt lang) const |
QCString | subtitle (SrcLangExt lang) const |
Public Member Functions inherited from LayoutDocEntry | |
virtual | ~LayoutDocEntry () |
Public Attributes | |
MemberListType | type |
Private Attributes | |
QCString | m_title |
QCString | m_subscript |
Represents of a member declaration list with configurable title and subtitle.
|
inline |
|
inlinevirtual |
QCString LayoutDocEntryMemberDecl::subtitle | ( | SrcLangExt | lang | ) | const |
Definition at line 1452 of file layout.cpp.
QCString LayoutDocEntryMemberDecl::title | ( | SrcLangExt | lang | ) | const |
Definition at line 1447 of file layout.cpp.
MemberListType LayoutDocEntryMemberDecl::type |