USGS

Isis 3.0 Application Source Code Reference

Home

QnetPointCubeNameFilter Class Reference

Defines the Cube Name filter for the QnetNavTool's Points section. More...

#include <QnetPointCubeNameFilter.h>

List of all members.

Public Slots

void createCubeList ()
 Fills the list box with the cube name list.

Public Member Functions

 QnetPointCubeNameFilter (QWidget *parent=0)
 Contructor for the Point Cube Name filter.
virtual void filter ()
 Method overwrites parent method.

Detailed Description

Defines the Cube Name filter for the QnetNavTool's Points section.

The user must choose from a list of cubes. This class is designed to remove points from the current filtered list if no measures match the chosen image.

Author:
2009-01-26 Jeannie Walldren

Definition at line 48 of file QnetPointCubeNameFilter.h.


Constructor & Destructor Documentation

QnetPointCubeNameFilter ( QWidget parent = 0  ) 

Contructor for the Point Cube Name filter.

It creates the Cube Name filter window found in the navtool

Parameters:
parent The parent widget for the point type filter

Definition at line 25 of file QnetPointCubeNameFilter.cpp.


Member Function Documentation

void filter (  )  [virtual]

Method overwrites parent method.

This method keeps all points that contain at least one measure whose CubeName is within the range specified by the user.

Reimplemented from QnetFilter.

Definition at line 52 of file QnetPointCubeNameFilter.cpp.

void createCubeList (  )  [slot]

Fills the list box with the cube name list.

Definition at line 117 of file QnetPointCubeNameFilter.cpp.


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