|
Isis 3.0 Application Source Code Reference |
Home |
#include <QnetNavTool.h>
Inherits Tool.
Definition at line 95 of file QnetNavTool.h.
Public Types | |
| Points | |
| Cubes | |
| Errors | |
| Id | |
| NumberImages | |
| Type | |
| LatLonRange | |
| Distance | |
| MeasureType | |
| GoodnessOfFit | |
| CubeName | |
| Name | |
| NumberPoints | |
| PointDistance | |
| enum | FilterIndex { Points, Cubes } |
| enum | PointFilterIndex { Errors, Id, NumberImages, Type, LatLonRange, Distance, MeasureType, GoodnessOfFit, CubeName } |
| enum | CubeFilterIndex { Name, NumberPoints, PointDistance } |
Public Slots | |
| void | resetList () |
| Resets the list box with whatever is in the global lists. | |
| void | refreshList () |
| Slot to refresh the listBox. | |
| void | updateEditPoint (std::string pointId) |
Signals | |
| void | loadPoint (Isis::ControlPoint *) |
| void | loadImage (const QString &) |
| void | modifyPoint (Isis::ControlPoint *) |
| void | ignoredPoints () |
| void | deletedPoints () |
| void | netChanged () |
| void | serialListModified () |
Public Member Functions | |
| QnetNavTool (QWidget *parent) | |
| Consructs the Navigation Tool window. | |
| enum FilterIndex |
| enum PointFilterIndex |
Definition at line 105 of file QnetNavTool.h.
| enum CubeFilterIndex |
| QnetNavTool | ( | QWidget * | parent | ) |
Consructs the Navigation Tool window.
| parent | The parent widget for the navigation tool |
Definition at line 53 of file QnetNavTool.cpp.
| void resetList | ( | ) | [slot] |
Resets the list box with whatever is in the global lists.
Definition at line 362 of file QnetNavTool.cpp.
| void refreshList | ( | ) | [slot] |
| void updateEditPoint | ( | std::string | pointId | ) | [slot] |
| void loadPoint | ( | Isis::ControlPoint * | ) | [signal] |
Definition at line 118 of file moc_QnetNavTool.cpp.
| void loadImage | ( | const QString & | ) | [signal] |
Definition at line 125 of file moc_QnetNavTool.cpp.
| void modifyPoint | ( | Isis::ControlPoint * | ) | [signal] |
Definition at line 132 of file moc_QnetNavTool.cpp.
| void ignoredPoints | ( | ) | [signal] |
Definition at line 139 of file moc_QnetNavTool.cpp.
| void deletedPoints | ( | ) | [signal] |
Definition at line 145 of file moc_QnetNavTool.cpp.
| void netChanged | ( | ) | [signal] |
Definition at line 151 of file moc_QnetNavTool.cpp.
| void serialListModified | ( | ) | [signal] |
Definition at line 157 of file moc_QnetNavTool.cpp.