#include <context.h>
Classes | |
| class | Private |
Public Member Functions | |
| virtual int | count () const |
| virtual TemplateVariant | at (int index) const |
| virtual TemplateListIntf::ConstIterator * | createIterator () const |
| virtual int | addRef () |
| virtual int | release () |
| void | addModules (const GroupSDict &) |
| void | addModules (const GroupList &) |
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 ModuleListContext * | alloc () |
Private Member Functions | |
| ModuleListContext () | |
| ~ModuleListContext () | |
Private Attributes | |
| Private * | p |
|
private |
Definition at line 7471 of file context.cpp.
|
private |
Definition at line 7477 of file context.cpp.
| void ModuleListContext::addModules | ( | const GroupSDict & | ) |
| void ModuleListContext::addModules | ( | const GroupList & | ) |
|
inlinevirtual |
Increase object's reference count
Implements TemplateListIntf.
Definition at line 757 of file context.h.
|
inlinestatic |
|
virtual |
Returns the element at index position index.
Implements TemplateListIntf.
Definition at line 7488 of file context.cpp.
|
virtual |
Returns the number of elements in the list
Implements TemplateListIntf.
Definition at line 7483 of file context.cpp.
|
virtual |
Creates a new iterator for this list.
Implements TemplateListIntf.
Definition at line 7493 of file context.cpp.
|
inlinevirtual |
Decreases object's referenc count, destroy object if 0
Implements TemplateListIntf.
Definition at line 758 of file context.h.
1.8.11