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;
 bool isConstrained() const
Definition: QnetFixedPointDialog.cpp:114
 
Definition: QnetFixedPointDialog.h:31
 
bool isFixed() const
Definition: QnetFixedPointDialog.cpp:109
 
~QnetFixedPointDialog()
Definition: QnetFixedPointDialog.cpp:103
 
QStringList selectedFiles() const
Definition: QnetFixedPointDialog.cpp:124
 
QString pointId() const
Definition: QnetFixedPointDialog.cpp:119
 
void setFiles(QStringList pointFiles)
Set files found containing selected point. 
Definition: QnetFixedPointDialog.cpp:144
 
Namespace for ISIS/Bullet specific routines. 
Definition: Apollo.h:31
 
QnetFixedPointDialog(QnetTool *qnetTool, QString defaultPointId, QWidget *parent=0)
QnetNewPointDialog constructor. 
Definition: QnetFixedPointDialog.cpp:36