Isis 3 Programmer Reference
QnetPointRangeFilter.h
1 #ifndef QnetPointRangeFilter_h
2 #define QnetPointRangeFilter_h
3 
4 #include "QnetFilter.h"
5 
6 class QLineEdit;
7 
8 namespace Isis {
28  Q_OBJECT
29 
30  public:
31  QnetPointRangeFilter(QnetNavTool *navTool, QWidget *parent = 0);
32  virtual void filter();
33 
34  private:
35  QLineEdit *m_minlat;
36  QLineEdit *m_maxlat;
37  QLineEdit *m_minlon;
38  QLineEdit *m_maxlon;
39  };
40 };
41 
42 #endif
Defines the Range filter for the QnetNavTool's Points section.
QnetPointRangeFilter(QnetNavTool *navTool, QWidget *parent=0)
Contructor for the Point Range filter.
virtual void filter()
Filters a list of points for points that are of the selected Range or in the given range...
Qnet Navigation Tool.
Definition: QnetNavTool.h:132
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31