|
Isis 3.0 Application Source Code Reference |
Home |
#include <QnetCubeNameFilter.h>
Inherits QnetFilter.
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. | |
| QnetCubeNameFilter | ( | QWidget * | parent = 0 |
) |
Contructor for the Cube Image filter.
It creates the Cube Name filter window found in the navtool
| parent | The parent widget for the cube points filter |
Definition at line 22 of file QnetCubeNameFilter.cpp.
| 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.