|
Isis 3.0 Application Source Code Reference |
Home |
The root of a tree. More...
#include <RootItem.h>
Public Member Functions | |
| RootItem () | |
| virtual | ~RootItem () |
| void | setLastVisibleFilteredItem (AbstractTreeItem *item) |
| const AbstractTreeItem * | getLastVisibleFilteredItem () const |
The root of a tree.
This class represents the root of a tree in the tree model. It is different from other parent nodes because it knows of the last visible item in the tree that was filtered, which is needed during a partially-complete filter operation so that unfiltered items can be determined. The root item never contains any data.
Definition at line 32 of file RootItem.h.
| RootItem | ( | ) |
Definition at line 10 of file RootItem.cpp.
| ~RootItem | ( | ) | [virtual] |
Definition at line 17 of file RootItem.cpp.
| void setLastVisibleFilteredItem | ( | AbstractTreeItem * | item | ) |
Definition at line 23 of file RootItem.cpp.
| const AbstractTreeItem * getLastVisibleFilteredItem | ( | ) | const [virtual] |
Reimplemented from AbstractTreeItem.
Definition at line 29 of file RootItem.cpp.