|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef QnetFixedPointDialog_h
2 #define QnetFixedPointDialog_h
36 QString defaultPointId,
QWidget *parent = 0);
47 void enableOkButton(
const QString &text);
50 QLineEdit *m_ptIdValue;
51 QRadioButton *m_fixed;
52 QRadioButton *m_constrained;
53 QListWidget *m_fileList;
56 QRadioButton *m_select;
59 QPushButton *m_okButton;
void setFiles(QStringList pointFiles)
Set files found containing selected point.
Definition: QnetFixedPointDialog.cpp:144
~QnetFixedPointDialog()
Definition: QnetFixedPointDialog.cpp:103
int size() const
How many serial number / filename combos are in the list.
Definition: SerialNumberList.cpp:384
bool isFixed() const
Definition: QnetFixedPointDialog.cpp:109
QString pointId() const
Definition: QnetFixedPointDialog.cpp:119
Definition: QnetFixedPointDialog.h:31
Serial Number list generator.
Definition: SerialNumberList.h:64
QnetFixedPointDialog(QnetTool *qnetTool, QString defaultPointId, QWidget *parent=0)
QnetNewPointDialog constructor.
Definition: QnetFixedPointDialog.cpp:36
bool isConstrained() const
Definition: QnetFixedPointDialog.cpp:114
Namespace for the standard library.
QStringList selectedFiles() const
Definition: QnetFixedPointDialog.cpp:124
QString fileName(const QString &sn)
Return a filename given a serial number.
Definition: SerialNumberList.cpp:399
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16