
Public Member Functions | |
| OCompTreeNodeList () | |
| OCompTreeNode * | begin () const |
| OCompTreeNode * | end () const |
| OCompTreeNode * | at (uint index) const |
| void | append (OCompTreeNode *item) |
| void | prepend (OCompTreeNode *item) |
| void | insert (OCompTreeNode *after, OCompTreeNode *item) |
| OCompTreeNode * | remove (OCompTreeNode *item) |
| uint | count () const |
Private Attributes | |
| OCompTreeNode * | first |
| OCompTreeNode * | last |
| uint | m_count |
|
|
Definition at line 42 of file ocompletion.cpp. |
|
|
Definition at line 983 of file ocompletion.cpp. References first, last, m_count, and OCompTreeNode::next. Referenced by insert(), and OCompTreeNode::insert(). |
|
|
Definition at line 1047 of file ocompletion.cpp. References first, and OCompTreeNode::next. Referenced by OCompTreeNode::childAt(). |
|
|
Definition at line 43 of file ocompletion.cpp. References first. Referenced by OCompletion::extractStringsFromNode(), OCompTreeNode::find(), OCompTreeNode::firstChild(), OCompTreeNode::insert(), and OCompTreeNode::~OCompTreeNode(). |
|
|
Definition at line 51 of file ocompletion.cpp. References m_count. Referenced by OCompTreeNode::childrenCount(), and OCompTreeNode::remove(). |
|
|
Definition at line 44 of file ocompletion.cpp. References last. |
|
||||||||||||
|
Definition at line 1010 of file ocompletion.cpp. References append(), last, m_count, and OCompTreeNode::next. Referenced by OCompTreeNode::insert(). |
|
|
Definition at line 997 of file ocompletion.cpp. References first, last, m_count, and OCompTreeNode::next. Referenced by OCompTreeNode::insert(). |
|
|
Definition at line 1026 of file ocompletion.cpp. References first, last, m_count, and OCompTreeNode::next. Referenced by OCompTreeNode::remove(), and OCompTreeNode::~OCompTreeNode(). |
|
|
Definition at line 54 of file ocompletion.cpp. Referenced by append(), at(), begin(), prepend(), and remove(). |
|
|
Definition at line 54 of file ocompletion.cpp. Referenced by append(), end(), insert(), prepend(), and remove(). |
|
|
Definition at line 55 of file ocompletion.cpp. Referenced by append(), count(), insert(), prepend(), and remove(). |
1.4.2