Isis Developer Reference
QnetPointRangeFilter.h
Go to the documentation of this file.
1#ifndef QnetPointRangeFilter_h
2#define QnetPointRangeFilter_h
3
4#include "QnetFilter.h"
5
6class QLineEdit;
7
8namespace 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
Definition QnetFilter.h:16
Qnet Navigation Tool.
Definition QnetNavTool.h:121
Defines the Range filter for the QnetNavTool's Points section.
Definition QnetPointRangeFilter.h:27
virtual void filter()
Filters a list of points for points that are of the selected Range or in the given range.
Definition QnetPointRangeFilter.cpp:84
QnetPointRangeFilter(QnetNavTool *navTool, QWidget *parent=0)
Contructor for the Point Range filter.
Definition QnetPointRangeFilter.cpp:29
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16