|
|
| MemberList (MemberListType lt) |
| |
|
MemberListType | listType () const |
| |
|
void | inSort (const MemberDef *md) |
| |
|
void | append (const MemberDef *md) |
| |
|
void | remove (const MemberDef *md) |
| |
|
void | sort () |
| |
| uint | count () const |
| |
|
int | findRef (const MemberDef *md) const |
| |
|
MemberDef * | getFirst () const |
| |
|
MemberDef * | take (uint index) |
| |
|
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 |
| |
|
bool | needsSorting () const |
| |
| void | countDecMembers (bool countEnumValues=FALSE, GroupDef *gd=0) |
| |
|
void | countDocMembers (bool countEnumValues=FALSE) |
| |
|
int | countInheritableMembers (ClassDef *inheritedFrom) const |
| |
|
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, const char *title, const char *subtitle, bool showEnumValues=FALSE, bool showInline=FALSE, ClassDef *inheritedFrom=0, MemberListType lt=MemberListType_pubMethods) |
| | Writes the list of members to the output. More...
|
| |
|
void | writeDocumentation (OutputList &ol, const char *scopeName, Definition *container, const char *title, bool showEnumValues=FALSE, bool showInline=FALSE) |
| |
|
void | writeSimpleDocumentation (OutputList &ol, Definition *container) |
| |
|
void | writeDocumentationPage (OutputList &ol, const char *scopeName, Definition *container) |
| |
|
void | writeTagFile (FTextStream &) |
| |
|
bool | declVisible () const |
| |
|
void | addMemberGroup (MemberGroup *mg) |
| |
|
void | setInGroup (bool inGroup) |
| |
|
void | setInFile (bool inFile) |
| |
|
void | addListReferences (Definition *def) |
| |
|
void | findSectionsInDocumentation () |
| |
|
void | setNeedsSorting (bool b) |
| |
|
MemberGroupList * | getMemberGroupList () const |
| |
|
void | marshal (StorageIntf *s) |
| |
|
void | unmarshal (StorageIntf *s) |
| |
A list of MemberDef objects.