USGS

Isis 3.0 Application Source Code Reference

Home

QnetCubeNameFilter Class Reference

#include <QnetCubeNameFilter.h>

Inherits QnetFilter.

List of all members.


Detailed Description

Defines the Name filter for the QnetNavTool's Cubes section.

The user must enter a string. This class is designed to remove cubes from the current filtered list whose filename does not contain the string.

Definition at line 27 of file QnetCubeNameFilter.h.

Public Member Functions

 QnetCubeNameFilter (QWidget *parent=0)
 Contructor for the Cube Image filter.
virtual void filter ()
 Filters a list of images looking for cube names using the regular expression entered.


Constructor & Destructor Documentation

QnetCubeNameFilter ( QWidget parent = 0  ) 

Contructor for the Cube Image filter.

It creates the Cube Name filter window found in the navtool

Parameters:
parent The parent widget for the cube points filter

Definition at line 22 of file QnetCubeNameFilter.cpp.


Member Function Documentation

void filter (  )  [virtual]

Filters a list of images looking for cube names using the regular expression entered.

The filtered list will appear in the navtools cube list display.

Reimplemented from QnetFilter.

Definition at line 46 of file QnetCubeNameFilter.cpp.


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