1 #ifndef NewGroundSourceLocationDialog_h     2 #define NewGroundSourceLocationDialog_h    25 #include <QFileDialog>    54       QPointer<QCheckBox> m_changeAllGround;   
    55       QPointer<QCheckBox> m_changeControlNet;  
 bool changeAllGroundSourceLocation()
Indicates whether all subsequent ground source files should be found in new source directory...
Definition: NewGroundSourceLocationDialog.cpp:68
 
NewGroundSourceLocationDialog(QString title, QString &directory, QWidget *parent=0)
Dialog to determine new ground source location. 
Definition: NewGroundSourceLocationDialog.cpp:21
 
bool changeControlNet()
Indicates whether the control network should be changed to reflect new ground source location...
Definition: NewGroundSourceLocationDialog.cpp:78
 
Namespace for ISIS/Bullet specific routines. 
Definition: Apollo.h:31
 
Dialog used by ControlPointEditWidget to select a new location for ground source files. 
Definition: NewGroundSourceLocationDialog.h:44