1 #ifndef NewControlPointDialog_h 2 #define NewControlPointDialog_h 18 class SerialNumberList;
56 QString defaultPointId,
58 bool pointType =
false,
59 bool groundSource =
false,
60 bool subpixelRegisterMeasures =
false);
62 QString pointId()
const;
63 int pointType()
const;
64 void setGroundSource(
QStringList groundFiles,
int numberShapesWithPoint);
66 QString groundSource()
const;
67 QString radiusSource()
const;
70 bool subpixelRegisterPoint();
73 void pointTypeChanged(QString pointType);
84 QRadioButton *m_subpixelRegisterButton;
85 QPushButton *m_okButton;
86 QLineEdit *m_ptIdEdit;
87 QListWidget *m_fileList;
NewControlPointDialog(ControlNet *controlNet, SerialNumberList *serialNumberList, QString defaultPointId, QWidget *parent=0, bool pointType=false, bool groundSource=false, bool subpixelRegisterMeasures=false)
Create dialog for creating a new Control Point
void enableOkButton(const QString &text)
Namespace for ISIS/Bullet specific routines.
void setFiles(QStringList pointFiles)
Serial Number list generator.