Isis Developer Reference
QnetFixedPointDialog.h
Go to the documentation of this file.
1 #ifndef QnetFixedPointDialog_h
2 #define QnetFixedPointDialog_h
3 
4 #include <QDialog>
5 
6 class QLabel;
7 class QLineEdit;
8 class QListWidget;
9 class QRadioButton;
10 class QPushButton;
11 class QString;
12 class QStringList;
13 
14 namespace Isis {
15  class ControlPoint;
16  class QnetTool;
17 
31  class QnetFixedPointDialog : public QDialog {
32  Q_OBJECT
33 
34  public:
36  QString defaultPointId, QWidget *parent = 0);
38 
39  bool isFixed() const;
40  bool isConstrained() const;
41  QString pointId() const;
42  QStringList selectedFiles() const;
43  void setFiles (QStringList pointFiles);
44 
45 
46  private slots:
47  void enableOkButton(const QString &text);
48 
49  private:
50  QLineEdit *m_ptIdValue;
51  QRadioButton *m_fixed;
52  QRadioButton *m_constrained;
53  QListWidget *m_fileList;
54 
55  QRadioButton *m_avg;
56  QRadioButton *m_select;
57 
58  QLabel *m_ptIdLabel;
59  QPushButton *m_okButton;
60 
61  QStringList *m_pointFiles;
62 
63  QnetTool *m_qnetTool;
64  };
65 };
66 
67 #endif
68 
Isis::QnetTool::serialNumberList
SerialNumberList * serialNumberList()
Definition: QnetTool.cpp:2589
QWidget
Isis::QnetFixedPointDialog::setFiles
void setFiles(QStringList pointFiles)
Set files found containing selected point.
Definition: QnetFixedPointDialog.cpp:144
Isis::QnetFixedPointDialog::~QnetFixedPointDialog
~QnetFixedPointDialog()
Definition: QnetFixedPointDialog.cpp:103
Isis::SerialNumberList::size
int size() const
How many serial number / filename combos are in the list.
Definition: SerialNumberList.cpp:384
Isis::QnetFixedPointDialog::isFixed
bool isFixed() const
Definition: QnetFixedPointDialog.cpp:109
Isis::QnetFixedPointDialog::pointId
QString pointId() const
Definition: QnetFixedPointDialog.cpp:119
Isis::QnetFixedPointDialog
Definition: QnetFixedPointDialog.h:31
QStringList
Isis::SerialNumberList
Serial Number list generator.
Definition: SerialNumberList.h:64
Isis::QnetFixedPointDialog::QnetFixedPointDialog
QnetFixedPointDialog(QnetTool *qnetTool, QString defaultPointId, QWidget *parent=0)
QnetNewPointDialog constructor.
Definition: QnetFixedPointDialog.cpp:36
SerialNumberList.h
QnetTool.h
Isis::QnetTool
Qnet tool operations.
Definition: QnetTool.h:256
ControlPoint.h
Isis::QnetFixedPointDialog::isConstrained
bool isConstrained() const
Definition: QnetFixedPointDialog.cpp:114
Camera.h
std
Namespace for the standard library.
Isis::QnetFixedPointDialog::selectedFiles
QStringList selectedFiles() const
Definition: QnetFixedPointDialog.cpp:124
QnetFixedPointDialog.h
QDialog
Isis::SerialNumberList::fileName
QString fileName(const QString &sn)
Return a filename given a serial number.
Definition: SerialNumberList.cpp:399
Isis
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16