Isis 3 Programmer Reference
|
Dialog used by ControlPointEditWidget to select a new location for ground source files. More...
#include <NewGroundSourceLocationDialog.h>
Public Member Functions | |
NewGroundSourceLocationDialog (QString title, QString &directory, QWidget *parent=0) | |
Dialog to determine new ground source location. More... | |
bool | changeAllGroundSourceLocation () |
Indicates whether all subsequent ground source files should be found in new source directory. More... | |
bool | changeControlNet () |
Indicates whether the control network should be changed to reflect new ground source location. More... | |
Private Attributes | |
QPointer< QCheckBox > | m_changeAllGround |
Change location of all subsequent ground control points. More... | |
QPointer< QCheckBox > | m_changeControlNet |
Change location of ground source in the control network. More... | |
Dialog used by ControlPointEditWidget to select a new location for ground source files.
Gives option of using new location for all subsequent ground points and whether to update the control net to reflect the new location.
Definition at line 44 of file NewGroundSourceLocationDialog.h.
Isis::NewGroundSourceLocationDialog::NewGroundSourceLocationDialog | ( | QString | title, |
QString & | directory, | ||
QWidget * | parent = 0 |
||
) |
Dialog to determine new ground source location.
title | - Dialog Title |
filterList | - Dialog Filter list |
dir | - Current Directory |
parent | - Parent widget |
Definition at line 21 of file NewGroundSourceLocationDialog.cpp.
References m_changeAllGround, and m_changeControlNet.
bool Isis::NewGroundSourceLocationDialog::changeAllGroundSourceLocation | ( | ) |
Indicates whether all subsequent ground source files should be found in new source directory.
Definition at line 68 of file NewGroundSourceLocationDialog.cpp.
References m_changeAllGround.
Referenced by Isis::ControlPointEditWidget::checkGroundFileLocation().
bool Isis::NewGroundSourceLocationDialog::changeControlNet | ( | ) |
Indicates whether the control network should be changed to reflect new ground source location.
Definition at line 78 of file NewGroundSourceLocationDialog.cpp.
References m_changeControlNet.
Referenced by Isis::ControlPointEditWidget::checkGroundFileLocation().
|
private |
Change location of all subsequent ground control points.
Definition at line 54 of file NewGroundSourceLocationDialog.h.
Referenced by changeAllGroundSourceLocation(), and NewGroundSourceLocationDialog().
|
private |
Change location of ground source in the control network.
Definition at line 55 of file NewGroundSourceLocationDialog.h.
Referenced by changeControlNet(), and NewGroundSourceLocationDialog().