File failed to load: https://isis.astrogeology.usgs.gov/9.0.0/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
QnetPointGoodnessFilter.h
Go to the documentation of this file.
1#ifndef QnetPointGoodnessFilter_h
2#define QnetPointGoodnessFilter_h
3
4#include "QnetFilter.h"
5
6class QCheckBox;
7class QLineEdit;
8
9namespace Isis {
34
36 Q_OBJECT
37
38 public:
39 QnetPointGoodnessFilter (QnetNavTool *navTool, QWidget *parent = 0);
40 virtual void filter();
41
42 public slots:
43
44 private:
45 QCheckBox *m_lessThanCB;
46 QCheckBox *m_greaterThanCB;
47 QLineEdit *m_maxValueEdit;
48 QLineEdit *m_minValueEdit;
49
50 private slots:
51 void clearEdit();
52 };
53};
54
55#endif
QnetFilter(QnetNavTool *navTool, QWidget *parent)
Definition QnetFilter.cpp:9
Qnet Navigation Tool.
Definition QnetNavTool.h:121
QnetPointGoodnessFilter(QnetNavTool *navTool, QWidget *parent=0)
Contructor for the Point Goodness of Fit filter.
Definition QnetPointGoodnessFilter.cpp:34
virtual void filter()
Method overwrites parent method.
Definition QnetPointGoodnessFilter.cpp:82
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16