Isis 3 Programmer Reference
QnetPointRangeFilter.h
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
Qnet Navigation Tool.
Defines the Range filter for the QnetNavTool's Points section.
virtual void filter()
Filters a list of points for points that are of the selected Range or in the given range.
QnetPointRangeFilter(QnetNavTool *navTool, QWidget *parent=0)
Contructor for the Point Range filter.
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16