KDECore
KCompTreeNodeList Class Reference
#include <kcompletion_private.h>
Public Member Functions | |
| void | append (KCompTreeNode *item) |
| KCompTreeNode * | at (uint index) const |
| KCompTreeNode * | begin () const |
| uint | count () const |
| KCompTreeNode * | end () const |
| void | insert (KCompTreeNode *after, KCompTreeNode *item) |
| KCompTreeNodeList () | |
| void | prepend (KCompTreeNode *item) |
| KCompTreeNode * | remove (KCompTreeNode *item) |
Detailed Description
For internal use only.
Definition at line 34 of file kcompletion_private.h.
Constructor & Destructor Documentation
| KCompTreeNodeList::KCompTreeNodeList | ( | ) | [inline] |
Definition at line 37 of file kcompletion_private.h.
Member Function Documentation
| void KCompTreeNodeList::append | ( | KCompTreeNode * | item | ) |
Definition at line 813 of file kcompletion.cpp.
| KCompTreeNode * KCompTreeNodeList::at | ( | uint | index | ) | const |
Definition at line 877 of file kcompletion.cpp.
| KCompTreeNode* KCompTreeNodeList::begin | ( | ) | const [inline] |
Definition at line 38 of file kcompletion_private.h.
| uint KCompTreeNodeList::count | ( | ) | const [inline] |
Definition at line 46 of file kcompletion_private.h.
| KCompTreeNode* KCompTreeNodeList::end | ( | ) | const [inline] |
Definition at line 39 of file kcompletion_private.h.
| void KCompTreeNodeList::insert | ( | KCompTreeNode * | after, | |
| KCompTreeNode * | item | |||
| ) |
Definition at line 840 of file kcompletion.cpp.
| void KCompTreeNodeList::prepend | ( | KCompTreeNode * | item | ) |
Definition at line 827 of file kcompletion.cpp.
| KCompTreeNode * KCompTreeNodeList::remove | ( | KCompTreeNode * | item | ) |
Definition at line 856 of file kcompletion.cpp.
The documentation for this class was generated from the following files:
KDE 3.5 API Reference