|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef NewControlPointDialog_h
2 #define NewControlPointDialog_h
18 class SerialNumberList;
56 QString defaultPointId,
60 bool subpixelRegisterMeasures =
false);
74 void enableOkButton(
const QString &text);
84 QRadioButton *m_subpixelRegisterButton;
85 QPushButton *m_okButton;
86 QLineEdit *m_ptIdEdit;
87 QListWidget *m_fileList;
bool subpixelRegisterPoint()
Definition: NewControlPointDialog.cpp:189
void setGroundSource(QStringList groundFiles, int numberShapesWithPoint)
Definition: NewControlPointDialog.cpp:212
static QString PointTypeToString(PointType type)
Obtain a string representation of a given PointType.
Definition: ControlPoint.cpp:1333
int size() const
How many serial number / filename combos are in the list.
Definition: SerialNumberList.cpp:384
QString radiusSource() const
Definition: NewControlPointDialog.cpp:199
PointType
These are the valid 'types' of point.
Definition: ControlPoint.h:364
NewControlPointDialog(ControlNet *controlNet, SerialNumberList *serialNumberList, QString defaultPointId, QWidget *parent=0, bool pointType=false, bool groundSource=false, bool subpixelRegisterMeasures=false)
@description Create dialog for creating a new Control Point
Definition: NewControlPointDialog.cpp:44
QString groundSource() const
Definition: NewControlPointDialog.cpp:194
QStringList selectedFiles() const
Definition: NewControlPointDialog.cpp:178
Serial Number list generator.
Definition: SerialNumberList.h:64
@ Fixed
A Fixed point is a Control Point whose lat/lon is well established and should not be changed.
Definition: ControlPoint.h:371
static const int PointTypeCount
Definition: ControlPoint.h:386
@ Constrained
A Constrained point is a Control Point whose lat/lon/radius is somewhat established and should not be...
Definition: ControlPoint.h:376
QString pointId() const
Definition: NewControlPointDialog.cpp:161
a control network
Definition: ControlNet.h:257
Definition: NewControlPointDialog.h:49
bool ContainsPoint(QString pointId) const
Definition: ControlNet.cpp:951
int pointType() const
Definition: NewControlPointDialog.cpp:166
void setFiles(QStringList pointFiles)
Definition: NewControlPointDialog.cpp:252
@ Free
A Free point is a Control Point that identifies common measurements between two or more cubes.
Definition: ControlPoint.h:384
QString fileName(const QString &sn)
Return a filename given a serial number.
Definition: SerialNumberList.cpp:399
void setRadiusSource(QStringList radiusFiles)
Definition: NewControlPointDialog.cpp:235
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16