Isis 3 Programmer Reference
QnetPointIdFilter.h
1#ifndef QnetPointIdFilter_h
2#define QnetPointIdFilter_h
3
4#include "QnetFilter.h"
5
6class QLineEdit;
7
8namespace Isis {
28 Q_OBJECT
29
30 public:
31 QnetPointIdFilter(QnetNavTool *navTool, QWidget *parent = 0);
32 virtual void filter();
33
34 private:
35 QLineEdit *m_pointIdEdit;
36 };
37};
38
39#endif
Qnet Navigation Tool.
Defines the Point ID filter for the QnetNavTool's Points section.
QnetPointIdFilter(QnetNavTool *navTool, 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.
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16