Public Member Functions | Public Attributes | Private Attributes | List of all members
LayoutDocEntryMemberDecl Struct Reference

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

#include <layout.h>

Inheritance diagram for LayoutDocEntryMemberDecl:
LayoutDocEntry

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
 

Additional Inherited Members

- Public Types inherited from LayoutDocEntry
enum  Kind {
  MemberGroups, MemberDeclStart, MemberDeclEnd, MemberDecl,
  MemberDefStart, MemberDefEnd, MemberDef, BriefDesc,
  DetailedDesc, AuthorSection, ClassIncludes, ClassInlineClasses,
  ClassInheritanceGraph, ClassNestedClasses, ClassCollaborationGraph, ClassAllMembersLink,
  ClassUsedFiles, NamespaceNestedNamespaces, NamespaceNestedConstantGroups, NamespaceClasses,
  NamespaceInlineClasses, FileClasses, FileNamespaces, FileConstantGroups,
  FileIncludes, FileIncludeGraph, FileIncludedByGraph, FileSourceLink,
  FileInlineClasses, GroupClasses, GroupInlineClasses, GroupNamespaces,
  GroupDirs, GroupNestedGroups, GroupFiles, GroupGraph,
  GroupPageDocs, DirSubDirs, DirFiles, DirGraph
}
 

Detailed Description

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

Definition at line 89 of file layout.h.

Constructor & Destructor Documentation

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

Definition at line 91 of file layout.h.

93  : type(tp), m_title(tl), m_subscript(ss) {}
MemberListType type
Definition: layout.h:96

Member Function Documentation

Kind LayoutDocEntryMemberDecl::kind ( ) const
inlinevirtual

Implements LayoutDocEntry.

Definition at line 95 of file layout.h.

QCString LayoutDocEntryMemberDecl::subtitle ( SrcLangExt  lang) const

Definition at line 1452 of file layout.cpp.

1453 {
1455 }
QCString extractLanguageSpecificTitle(const QCString &input, SrcLangExt lang)
Definition: layout.cpp:1417
QCString LayoutDocEntryMemberDecl::title ( SrcLangExt  lang) const

Definition at line 1447 of file layout.cpp.

1448 {
1450 }
QCString extractLanguageSpecificTitle(const QCString &input, SrcLangExt lang)
Definition: layout.cpp:1417

Member Data Documentation

QCString LayoutDocEntryMemberDecl::m_subscript
private

Definition at line 101 of file layout.h.

QCString LayoutDocEntryMemberDecl::m_title
private

Definition at line 100 of file layout.h.

MemberListType LayoutDocEntryMemberDecl::type

Definition at line 96 of file layout.h.


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