USGS

Isis 3.0 Application Source Code Reference

Home

RootItem Class Reference

The root of a tree. More...

#include <RootItem.h>

List of all members.

Public Member Functions

 RootItem ()
virtual ~RootItem ()
void setLastVisibleFilteredItem (AbstractTreeItem *item)
const AbstractTreeItemgetLastVisibleFilteredItem () const

Detailed Description

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.

Author:
????-??-?? Eric Hyer

Definition at line 32 of file RootItem.h.


Constructor & Destructor Documentation

RootItem (  ) 

Definition at line 10 of file RootItem.cpp.

~RootItem (  )  [virtual]

Definition at line 17 of file RootItem.cpp.


Member Function Documentation

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.


The documentation for this class was generated from the following files: