![]()  | 
  
    Isis 3 Programmer Reference
    
   | 
 
#include <QnetFixedPointDialog.h>


Public Member Functions | |
| QnetFixedPointDialog (QnetTool *qnetTool, QString defaultPointId, QWidget *parent=0) | |
| QnetNewPointDialog constructor.   | |
| bool | isFixed () const | 
| bool | isConstrained () const | 
| QString | pointId () const | 
| QStringList | selectedFiles () const | 
| void | setFiles (QStringList pointFiles) | 
| Set files found containing selected point.   | |
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().
| Isis::QnetFixedPointDialog::~QnetFixedPointDialog | ( | ) | 
Definition at line 103 of file QnetFixedPointDialog.cpp.
      
  | 
  privateslot | 
| text | 
Definition at line 178 of file QnetFixedPointDialog.cpp.
Referenced by QnetFixedPointDialog().
| bool Isis::QnetFixedPointDialog::isConstrained | ( | ) | const | 
Definition at line 114 of file QnetFixedPointDialog.cpp.
| bool Isis::QnetFixedPointDialog::isFixed | ( | ) | const | 
Definition at line 109 of file QnetFixedPointDialog.cpp.
| QString Isis::QnetFixedPointDialog::pointId | ( | ) | const | 
Definition at line 119 of file QnetFixedPointDialog.cpp.
| QStringList Isis::QnetFixedPointDialog::selectedFiles | ( | ) | const | 
Definition at line 124 of file QnetFixedPointDialog.cpp.
| void Isis::QnetFixedPointDialog::setFiles | ( | QStringList | pointFiles | ) | 
Set files found containing selected point.
Definition at line 144 of file QnetFixedPointDialog.cpp.
References Isis::SerialNumberList::fileName().
      
  | 
  private | 
Definition at line 55 of file QnetFixedPointDialog.h.
      
  | 
  private | 
Definition at line 52 of file QnetFixedPointDialog.h.
      
  | 
  private | 
Definition at line 53 of file QnetFixedPointDialog.h.
      
  | 
  private | 
Definition at line 51 of file QnetFixedPointDialog.h.
      
  | 
  private | 
Definition at line 59 of file QnetFixedPointDialog.h.
      
  | 
  private | 
Definition at line 61 of file QnetFixedPointDialog.h.
      
  | 
  private | 
Definition at line 58 of file QnetFixedPointDialog.h.
      
  | 
  private | 
Definition at line 50 of file QnetFixedPointDialog.h.
      
  | 
  private | 
Definition at line 63 of file QnetFixedPointDialog.h.
      
  | 
  private | 
Definition at line 56 of file QnetFixedPointDialog.h.