Isis Developer Reference
QnetPointImagesFilter.h
Go to the documentation of this file.
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
Definition QnetFilter.h:16
Qnet Navigation Tool.
Definition QnetNavTool.h:121
Defines the Images filter for the QnetNavTool's Points section, i.e.
Definition QnetPointImagesFilter.h:27
virtual void filter()
Filters a list of points for points that have less than or greater than the entered number of images.
Definition QnetPointImagesFilter.cpp:66
QnetPointImagesFilter(QnetNavTool *navTool, QWidget *parent=0)
Contructor for the Point Images filter.
Definition QnetPointImagesFilter.cpp:27
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16