My Project
|
#include <context.h>
Classes | |
class | Private |
Public Member Functions | |
void | addMemberList (ClassDef *cd, MemberListType lt, const QCString &title, bool additionalList=TRUE) |
virtual int | count () const |
virtual TemplateVariant | at (int index) const |
virtual TemplateListIntf::ConstIterator * | createIterator () const |
virtual int | addRef () |
virtual int | release () |
Public Member Functions inherited from RefCountedContext | |
RefCountedContext (const char *) | |
virtual | ~RefCountedContext () |
int | addRef () |
int | release () |
Public Member Functions inherited from TemplateListIntf | |
virtual | ~TemplateListIntf () |
Static Public Member Functions | |
static InheritedMemberInfoListContext * | alloc () |
Private Member Functions | |
InheritedMemberInfoListContext () | |
~InheritedMemberInfoListContext () | |
Private Attributes | |
Private * | p |
|
private |
Definition at line 9219 of file context.cpp.
Referenced by alloc().
|
private |
void InheritedMemberInfoListContext::addMemberList | ( | ClassDef * | cd, |
MemberListType | lt, | ||
const QCString & | title, | ||
bool | additionalList = TRUE |
||
) |
Definition at line 9224 of file context.cpp.
References ClassDef::countMembersIncludingGrouped(), InheritedMemberInfoListContext::Private::findInheritedMembers(), and p.
Referenced by ClassContext::Private::additionalInheritedMembers(), and MemberListInfoContext::Private::inherited().
|
inlinevirtual |
Increase object's reference count
Implements TemplateListIntf.
Definition at line 1101 of file context.h.
References RefCountedContext::addRef().
|
inlinestatic |
Definition at line 1094 of file context.h.
References InheritedMemberInfoListContext().
Referenced by ClassContext::Private::additionalInheritedMembers(), and MemberListInfoContext::Private::inherited().
|
virtual |
Returns the element at index position index.
Implements TemplateListIntf.
Definition at line 9249 of file context.cpp.
References GenericNodeListContext::at(), and p.
|
virtual |
Returns the number of elements in the list
Implements TemplateListIntf.
Definition at line 9244 of file context.cpp.
References GenericNodeListContext::count(), and p.
|
virtual |
Creates a new iterator for this list.
Implements TemplateListIntf.
Definition at line 9254 of file context.cpp.
References GenericNodeListContext::createIterator(), and p.
|
inlinevirtual |
Decreases object's referenc count, destroy object if 0
Implements TemplateListIntf.
Definition at line 1102 of file context.h.
References RefCountedContext::release().
|
private |
Definition at line 1107 of file context.h.
Referenced by addMemberList(), at(), count(), createIterator(), InheritedMemberInfoListContext(), and ~InheritedMemberInfoListContext().