File failed to load: https://isis.astrogeology.usgs.gov/8.2.0/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
NewGroundSourceLocationDialog.h
Go to the documentation of this file.
1#ifndef NewGroundSourceLocationDialog_h
2#define NewGroundSourceLocationDialog_h
3
10/* SPDX-License-Identifier: CC0-1.0 */
11
12
13#include <QCheckBox>
14#include <QDir>
15#include <QFileDialog>
16#include <QPointer>
17#include <QString>
18#include <QWidget>
19
20namespace Isis {
21
35 Q_OBJECT
36 public:
37 NewGroundSourceLocationDialog(QString title, QString &directory, QWidget *parent = 0);
38
39// QDir newGroundSourceLocation();
41 bool changeControlNet();
42
43 private:
44 QPointer<QCheckBox> m_changeAllGround;
45 QPointer<QCheckBox> m_changeControlNet;
46 };
47};
48
49#endif
Dialog used by ControlPointEditWidget to select a new location for ground source files.
Definition NewGroundSourceLocationDialog.h:34
NewGroundSourceLocationDialog(QString title, QString &directory, QWidget *parent=0)
Dialog to determine new ground source location.
Definition NewGroundSourceLocationDialog.cpp:29
bool changeControlNet()
Indicates whether the control network should be changed to reflect new ground source location.
Definition NewGroundSourceLocationDialog.cpp:86
bool changeAllGroundSourceLocation()
Indicates whether all subsequent ground source files should be found in new source directory.
Definition NewGroundSourceLocationDialog.cpp:76
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 08/22/2024 20:27:32