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;
a control network
Definition ControlNet.h:258
Definition NewControlPointDialog.h:49
void setFiles(QStringList pointFiles)
Definition NewControlPointDialog.cpp:252
QString pointId() const
Definition NewControlPointDialog.cpp:161
int pointType() const
Definition NewControlPointDialog.cpp:166
QString radiusSource() const
Definition NewControlPointDialog.cpp:199
bool subpixelRegisterPoint()
Definition NewControlPointDialog.cpp:189
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
void setRadiusSource(QStringList radiusFiles)
Definition NewControlPointDialog.cpp:235
void setGroundSource(QStringList groundFiles, int numberShapesWithPoint)
Definition NewControlPointDialog.cpp:212
QStringList selectedFiles() const
Definition NewControlPointDialog.cpp:178
QString groundSource() const
Definition NewControlPointDialog.cpp:194
Serial Number list generator.
Definition SerialNumberList.h:64
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16