|
| MemberList (MemberListType lt, MemberListContainer container) |
|
MemberListType | listType () const |
|
MemberListContainer | container () const |
|
int | numDecMembers () const |
|
int | numDecEnumValues () const |
|
int | numDocMembers () const |
|
int | numDocEnumValues () const |
|
bool | needsSorting () const |
|
void | countDecMembers () |
|
void | countDocMembers () |
|
int | countInheritableMembers (const ClassDef *inheritedFrom) const |
|
void | writePlainDeclarations (OutputList &ol, bool inGroup, const ClassDef *cd, const NamespaceDef *nd, const FileDef *fd, const GroupDef *gd, int indentLevel, const ClassDef *inheritedFrom, const QCString &inheritId) const |
|
void | writeDeclarations (OutputList &ol, const ClassDef *cd, const NamespaceDef *nd, const FileDef *fd, const GroupDef *gd, const QCString &title, const QCString &subtitle, bool showEnumValues=FALSE, bool showInline=FALSE, const ClassDef *inheritedFrom=0, MemberListType lt=MemberListType_pubMethods) const |
| Writes the list of members to the output. More...
|
|
void | writeDocumentation (OutputList &ol, const QCString &scopeName, const Definition *container, const QCString &title, bool showEnumValues=FALSE, bool showInline=FALSE) const |
|
void | writeSimpleDocumentation (OutputList &ol, const Definition *container) const |
|
void | writeDocumentationPage (OutputList &ol, const QCString &scopeName, const DefinitionMutable *container) const |
|
void | writeTagFile (TextStream &) |
|
bool | declVisible () const |
|
void | addMemberGroup (MemberGroup *mg) |
|
void | addListReferences (Definition *def) |
|
void | findSectionsInDocumentation (const Definition *d) |
|
void | setNeedsSorting (bool b) |
|
const MemberGroupRefList & | getMemberGroupList () const |
|
void | setAnonymousEnumType () |
|
void | setAnchors () |
|
void | push_back (const MemberDef *md) |
|
iterator | begin () |
|
iterator | end () |
|
const_iterator | begin () const |
|
const_iterator | end () const |
|
bool | empty () const |
|
size_t | size () const |
|
const_reference | front () const |
|
const_reference | back () const |
|
const_reference | operator[] (int index) const |
|
const_reference | operator[] (size_t index) const |
|
void | sort () |
|
void | inSort (const MemberDef *md) |
|
void | remove (const MemberDef *md) |
|
bool | contains (const MemberDef *md) |
|
A list of MemberDef objects as shown in documentation sections.