Isis 3 Programmer Reference
QnetPointIdFilter.h
1 #ifndef QnetPointIdFilter_h
2 #define QnetPointIdFilter_h
3 
4 #include "QnetFilter.h"
5 
6 class QLineEdit;
7 
8 namespace Isis {
27  class QnetPointIdFilter : public QnetFilter {
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
QnetPointIdFilter(QnetNavTool *navTool, QWidget *parent=0)
Contructor for the Cube Image filter.
Defines the Point ID filter for the QnetNavTool's Points section.
Qnet Navigation Tool.
Definition: QnetNavTool.h:132
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
virtual void filter()
Filters a list of images looking for cube names using the regular expression entered.