Isis 3 Programmer Reference
QnetPointImagesFilter.h
1 #ifndef QnetPointImagesFilter_h
2 #define QnetPointImagesFilter_h
3 
4 #include "QnetFilter.h"
5 
6 class QLineEdit;
7 class QRadioButton;
8 
9 namespace Isis {
28  Q_OBJECT
29 
30  public:
31  QnetPointImagesFilter(QnetNavTool *navTool, QWidget *parent = 0);
32  virtual void filter();
33 
34  private:
35  QRadioButton *m_lessThanRB;
36  QRadioButton *m_greaterThanRB;
37  QLineEdit *m_imageEdit;
38  };
39 };
40 
41 #endif
virtual void filter()
Filters a list of points for points that have less than or greater than the entered number of images...
QnetPointImagesFilter(QnetNavTool *navTool, QWidget *parent=0)
Contructor for the Point Images filter.
Defines the Images filter for the QnetNavTool's Points section, i.e.
Qnet Navigation Tool.
Definition: QnetNavTool.h:132
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31