1#ifndef QnetPointMeasureFilter_h
2#define QnetPointMeasureFilter_h
55 bool MeasureTypeMatched(
int cmType);
57 QGroupBox *m_measureType;
58 QCheckBox *m_candidate;
60 QCheckBox *m_registeredPixel;
61 QCheckBox *m_registeredSubPixel;
63 QGroupBox *m_ignoreStatus;
64 QRadioButton *m_ignored;
65 QRadioButton *m_notIgnored;
67 QGroupBox *m_editLockStatus;
68 QRadioButton *m_editLocked;
69 QRadioButton *m_notEditLocked;
Definition QnetFilter.h:16
Defines the Measure Properties filter for the QnetNavTool's Points section.
Definition QnetPointMeasureFilter.h:47
virtual void filter()
Filters a list of points for points that have at least one measure of the selected type(s).
Definition QnetPointMeasureFilter.cpp:114
QnetPointMeasureFilter(QnetNavTool *navTool, QWidget *parent=0)
Contructor for the Point Measure filter.
Definition QnetPointMeasureFilter.cpp:31
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16