1#ifndef QnetPointTypeFilter_h
2#define QnetPointTypeFilter_h
45 bool PointTypeMatched(
int pointType);
47 QGroupBox *m_pointType;
49 QCheckBox *m_constrained;
52 QGroupBox *m_ignoreStatus;
53 QRadioButton *m_ignored;
54 QRadioButton *m_notIgnored;
56 QGroupBox *m_editLockStatus;
57 QRadioButton *m_editLocked;
58 QRadioButton *m_notEditLocked;
Definition QnetFilter.h:16
Filter for control point type.
Definition QnetPointTypeFilter.h:37
virtual void filter()
Filters a list of points and keeps points that have the selected property or in the given range.
Definition QnetPointTypeFilter.cpp:131
QnetPointTypeFilter(QnetNavTool *navTool, QWidget *parent=0)
Contructor for the Point Type filter.
Definition QnetPointTypeFilter.cpp:34
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16