|
ISLEman
|
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 QCString & | documentation () 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) |
| MemberList * | members () const |
| Definition * | parent () const |
| QCString | anchor () const |
| QCString | docFile () const |
| int | docLine () const |
| void | marshal (StorageIntf *s) |
| void | unmarshal (StorageIntf *s) |
A class representing a group of members.
| void MemberGroup::addToDeclarationSection | ( | ) |
Add this group as a subsection of the declaration section, instead of rendering it in its own section
1.8.12