1 #ifndef NewControlPointDialog_h
2 #define NewControlPointDialog_h
18 class SerialNumberList;
43 QString defaultPointId,
QWidget *parent = 0);
54 void pointTypeChanged(
int pointType);
55 void enableOkButton(
const QString &text);
64 QHBoxLayout *m_groundSourceLayout;
65 QRadioButton *m_subpixelRegisterButton;
66 QPushButton *m_okButton;
67 QLineEdit *m_ptIdEdit;
68 QListWidget *m_fileList;
bool subpixelRegisterPoint()
Definition: NewControlPointDialog.cpp:144
Definition: NewControlPointDialog.h:37
QStringList selectedFiles() const
Definition: NewControlPointDialog.cpp:133
NewControlPointDialog(ControlNet *controlNet, SerialNumberList *serialNumberList, QString defaultPointId, QWidget *parent=0)
NewControlPointDialog constructor.
Definition: NewControlPointDialog.cpp:38
int pointType() const
Definition: NewControlPointDialog.cpp:128
a control network
Definition: ControlNet.h:207
QString groundSource() const
Definition: NewControlPointDialog.cpp:149
void setFiles(QStringList pointFiles)
Definition: NewControlPointDialog.cpp:177
Serial Number list generator.
Definition: SerialNumberList.h:78
QString pointId() const
Definition: NewControlPointDialog.cpp:123
void setGroundSource(QStringList groundFiles, int numberShapesWithPoint)
Definition: NewControlPointDialog.cpp:161