USGS

Isis 3.0 Application Source Code Reference

Home

QnetPointCubeNameFilter Class Reference

#include <QnetPointCubeNameFilter.h>

Inherits QnetFilter.

List of all members.


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 46 of file QnetPointCubeNameFilter.h.

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.


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 20 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 45 of file QnetPointCubeNameFilter.cpp.

void createCubeList (  )  [slot]

Fills the list box with the cube name list.

Definition at line 109 of file QnetPointCubeNameFilter.cpp.


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