|
Isis Developer Reference
|
Go to the documentation of this file.
19 class QListWidgetItem;
31 class QnetSetAprioriDialog;
33 class SerialNumberList;
171 void load(QListWidgetItem *);
174 void editPoint(QListWidgetItem *ptItem);
177 void enableButtons();
180 void resetCubeList();
181 void updateActivityHistory(QString activityMessage);
182 void aprioriDialog();
183 void setAprioriDialogPoints();
197 void createNavigationDialog(
QWidget *parent);
198 void createFilters();
203 QPushButton *m_filter;
206 QPushButton *m_multiIgnore;
207 QPushButton *m_multiDelete;
208 QPushButton *m_setApriori;
209 QStackedWidget *m_filterStack;
211 QListWidget *m_listBox;
212 QLabel *m_filterCountLabel;
213 QVBoxLayout *m_historyLayout;
216 QString m_editPointId;
Defines the Points filter for the QnetNavTool's Cubes section.
Definition: QnetCubePointsFilter.h:32
int size() const
How many serial number / filename combos are in the list.
Definition: SerialNumberList.cpp:384
QString name() const
Returns the name of the file excluding the path and the attributes in the file name.
Definition: FileName.cpp:162
Defines the Measure Properties filter for the QnetNavTool's Points section.
Definition: QnetPointMeasureFilter.h:47
@ PointLocked
This is returned when the operation requires Edit Lock to be false but it is currently true.
Definition: ControlPoint.h:408
Status SetEditLock(bool editLock)
Set the EditLock state.
Definition: ControlPoint.cpp:522
File name manipulation and expansion.
Definition: FileName.h:100
Defines the Images filter for the QnetNavTool's Points section, i.e.
Definition: QnetPointImagesFilter.h:27
bool IsEditLocked() const
Definition: ControlPoint.cpp:1272
Definition: QnetSetAprioriDialog.h:42
Serial Number list generator.
Definition: SerialNumberList.h:64
Distance measurement, usually in meters.
Definition: Distance.h:34
Defines the Range filter for the QnetNavTool's Points section.
Definition: QnetPointRangeFilter.h:27
Defines the Registration Error filter for the QnetNavTool's Points section.
Definition: QnetPointRegistrationErrorFilter.h:43
Filter for control point type.
Definition: QnetPointTypeFilter.h:37
A single control point.
Definition: ControlPoint.h:354
QString expanded() const
Returns a QString of the full file name including the file path, excluding the attributes.
Definition: FileName.cpp:196
int GetNumPoints() const
Return the number of control points in the network.
Definition: ControlNet.cpp:1465
Defines the Distance filter for the QnetNavTool's Points section.
Definition: QnetPointDistanceFilter.h:31
a control network
Definition: ControlNet.h:257
Defines the Jigsaw Error filter for the QnetNavTool's Points section.
Definition: QnetPointJigsawErrorFilter.h:41
Defines the Name filter for the QnetNavTool's Cubes section.
Definition: QnetCubeNameFilter.h:26
Namespace for the standard library.
Defines the Point ID filter for the QnetNavTool's Points section.
Definition: QnetPointIdFilter.h:27
Defines the Cube Name filter for the QnetNavTool's Points section.
Definition: QnetPointCubeNameFilter.h:30
Defines the Goodness of Fit filter for the QnetNavTool's Points section.
Definition: QnetPointGoodnessFilter.h:35
virtual void filter()
Filters a list of points for points that have less than or greater than the entered bundle adjust err...
Definition: QnetPointJigsawErrorFilter.cpp:92
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
Defines the Distance filter for the QnetNavTool's Cubes section.
Definition: QnetCubeDistanceFilter.h:40