ISLEman
Public Member Functions | List of all members
MemberGroup Class Reference

A class representing a group of members. More...

#include <membergroup.h>

Public Member Functions

 MemberGroup (Definition *parent, int id, const char *header, const char *docs, const char *docFile, int docLine)
 
QCString header () const
 
int groupId () const
 
void insertMember (MemberDef *md)
 
void setAnchors ()
 
void writePlainDeclarations (OutputList &ol, ClassDef *cd, NamespaceDef *nd, FileDef *fd, GroupDef *gd, ClassDef *inheritedFrom, const char *inheritId)
 
void writeDeclarations (OutputList &ol, ClassDef *cd, NamespaceDef *nd, FileDef *fd, GroupDef *gd, bool showInline=FALSE)
 
void writeDocumentation (OutputList &ol, const char *scopeName, Definition *container, bool showEnumValues, bool showInline)
 
void writeDocumentationPage (OutputList &ol, const char *scopeName, Definition *container)
 
void writeTagFile (FTextStream &)
 
void addGroupedInheritedMembers (OutputList &ol, ClassDef *cd, MemberListType lt, ClassDef *inheritedFrom, const QCString &inheritId)
 
const QCStringdocumentation () const
 
bool allMembersInSameSection () const
 
void addToDeclarationSection ()
 
int countDecMembers (GroupDef *gd=0)
 
int countDocMembers ()
 
int countGroupedInheritedMembers (MemberListType lt)
 
void distributeMemberGroupDocumentation ()
 
void findSectionsInDocumentation ()
 
int varCount () const
 
int funcCount () const
 
int enumCount () const
 
int enumValueCount () const
 
int typedefCount () const
 
int protoCount () const
 
int defineCount () const
 
int friendCount () const
 
int numDecMembers () const
 
int numDocMembers () const
 
int countInheritableMembers (ClassDef *inheritedFrom) const
 
void setInGroup (bool b)
 
void addListReferences (Definition *d)
 
void setRefItems (const QList< ListItemInfo > *sli)
 
MemberListmembers () const
 
Definitionparent () const
 
QCString anchor () const
 
QCString docFile () const
 
int docLine () const
 
void marshal (StorageIntf *s)
 
void unmarshal (StorageIntf *s)
 

Detailed Description

A class representing a group of members.

Member Function Documentation

§ addToDeclarationSection()

void MemberGroup::addToDeclarationSection ( )

Add this group as a subsection of the declaration section, instead of rendering it in its own section


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