Isis 3 Programmer Reference
|
#include <QnetFixedPointDialog.h>
Public Member Functions | |
QnetFixedPointDialog (QnetTool *qnetTool, QString defaultPointId, QWidget *parent=0) | |
QnetNewPointDialog constructor. More... | |
bool | isFixed () const |
bool | isConstrained () const |
QString | pointId () const |
QStringList | selectedFiles () const |
void | setFiles (QStringList pointFiles) |
Set files found containing selected point. More... | |
Private Slots | |
void | enableOkButton (const QString &text) |
Private Attributes | |
QLineEdit * | m_ptIdValue |
QRadioButton * | m_fixed |
QRadioButton * | m_constrained |
QListWidget * | m_fileList |
QRadioButton * | m_avg |
QRadioButton * | m_select |
QLabel * | m_ptIdLabel |
QPushButton * | m_okButton |
QStringList * | m_pointFiles |
QnetTool * | m_qnetTool |
2008-11-26 Jeannie Walldren - Added functionality to show the last Point ID entered into a new point dialog box.
2010-06-03 Jeannie Walldren - Initialized pointers in constructor. Removed "std::" in header and .cpp files.
2011-06-08 Tracie Sucharski - Point type Ground renamed to Fixed, so class renamed from QnetGroundPointDialog to QnetFixedPointDialog.
Definition at line 31 of file QnetFixedPointDialog.h.
Isis::QnetFixedPointDialog::QnetFixedPointDialog | ( | QnetTool * | qnetTool, |
QString | defaultPointId, | ||
QWidget * | parent = 0 |
||
) |
QnetNewPointDialog constructor.
parent | The parent widget for the cube points filter |
2008-11-26 Jeannie Walldren - Set lastPointIdValue
2010-06-03 Jeannie Walldren - Initialized pointers to null.
Definition at line 36 of file QnetFixedPointDialog.cpp.
References enableOkButton().
|
privateslot |
text |
Definition at line 178 of file QnetFixedPointDialog.cpp.
Referenced by QnetFixedPointDialog().
void Isis::QnetFixedPointDialog::setFiles | ( | QStringList | pointFiles | ) |
Set files found containing selected point.
Definition at line 144 of file QnetFixedPointDialog.cpp.
References Isis::SerialNumberList::fileName(), and Isis::SerialNumberList::size().
Referenced by Isis::QnetTool::createFixedPoint().