Isis 3 Programmer Reference
QnetPointImagesFilter.h
1#ifndef QnetPointImagesFilter_h
2#define QnetPointImagesFilter_h
3
4#include "QnetFilter.h"
5
6class QLineEdit;
7class QRadioButton;
8
9namespace 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
Qnet Navigation Tool.
Defines the Images filter for the QnetNavTool's Points section, i.e.
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.
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16