My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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.

: type(tp), m_title(tl), m_subscript(ss) {}

Member Function Documentation

Kind LayoutDocEntryMemberDecl::kind ( ) const
inlinevirtual

Implements LayoutDocEntry.

Definition at line 95 of file layout.h.

References LayoutDocEntry::MemberDecl.

{ return MemberDecl; }
QCString LayoutDocEntryMemberDecl::subtitle ( SrcLangExt  lang) const
QCString LayoutDocEntryMemberDecl::title ( SrcLangExt  lang) const

Member Data Documentation

QCString LayoutDocEntryMemberDecl::m_subscript
private

Definition at line 101 of file layout.h.

Referenced by subtitle().

QCString LayoutDocEntryMemberDecl::m_title
private

Definition at line 100 of file layout.h.

Referenced by title().

MemberListType LayoutDocEntryMemberDecl::type

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