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;
Definition QnetFixedPointDialog.h:31
~QnetFixedPointDialog()
Definition QnetFixedPointDialog.cpp:103
QString pointId() const
Definition QnetFixedPointDialog.cpp:119
void setFiles(QStringList pointFiles)
Set files found containing selected point.
Definition QnetFixedPointDialog.cpp:144
QStringList selectedFiles() const
Definition QnetFixedPointDialog.cpp:124
bool isFixed() const
Definition QnetFixedPointDialog.cpp:109
bool isConstrained() const
Definition QnetFixedPointDialog.cpp:114
QnetFixedPointDialog(QnetTool *qnetTool, QString defaultPointId, QWidget *parent=0)
QnetNewPointDialog constructor.
Definition QnetFixedPointDialog.cpp:36
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16