1 #include "NewGroundSourceLocationDialog.h" 5 #include <QButtonGroup> 21 NewGroundSourceLocationDialog::NewGroundSourceLocationDialog(QString title, QString &directory,
25 setFileMode(QFileDialog::Directory);
35 QVBoxLayout *vertBoxLayout =
new QVBoxLayout;
43 m_changeAllGround =
new QCheckBox(
"Change location of all subsequent ground points loaded",
48 " Note: If above box is checked, all locations will" 49 " be changed.",
this);
58 QLayout *dialogLayout = layout();
59 dialogLayout->addItem(vertBoxLayout);
bool changeAllGroundSourceLocation()
Indicates whether all subsequent ground source files should be found in new source directory...
Namespace for the standard library.
QPointer< QCheckBox > m_changeAllGround
Change location of all subsequent ground control points.
bool changeControlNet()
Indicates whether the control network should be changed to reflect new ground source location...
QPointer< QCheckBox > m_changeControlNet
Change location of ground source in the control network.
Namespace for ISIS/Bullet specific routines.