![]()  | 
  
    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 | 
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 | 
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().