USGS

Isis 3.0 Object Programmers' Reference

Home

Isis::QnetFixedPointDialog Class Reference

#include <QnetFixedPointDialog.h>

Inheritance diagram for Isis::QnetFixedPointDialog:
Inheritance graph
Collaboration diagram for Isis::QnetFixedPointDialog:
Collaboration graph

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
 
QStringListm_pointFiles
 
QnetToolm_qnetTool
 

Detailed Description

Author
????-??-?? Unknown
History:

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.

Constructor & Destructor Documentation

Isis::QnetFixedPointDialog::QnetFixedPointDialog ( QnetTool qnetTool,
QString  defaultPointId,
QWidget parent = 0 
)

QnetNewPointDialog constructor.

Parameters
parentThe parent widget for the cube points filter
History:

2008-11-26 Jeannie Walldren - Set lastPointIdValue

2010-06-03 Jeannie Walldren - Initialized pointers to null.

Definition at line 26 of file QnetFixedPointDialog.cpp.

References enableOkButton().

Member Function Documentation

void Isis::QnetFixedPointDialog::enableOkButton ( const QString &  text)
privateslot
Parameters
text
History:
2008-11-26 Jeannie Walldren - Set lastPointIdValue to the m_ptIdValue

Definition at line 168 of file QnetFixedPointDialog.cpp.

Referenced by QnetFixedPointDialog().

void Isis::QnetFixedPointDialog::setFiles ( QStringList  pointFiles)

Set files found containing selected point.

Author
2010-11-10 Tracie Sucharski
History:
2011-09-16 Tracie Sucharski - List images that insersect point at the top of the list.

Definition at line 134 of file QnetFixedPointDialog.cpp.

References Isis::SerialNumberList::FileName(), and Isis::SerialNumberList::Size().

Referenced by Isis::QnetTool::createFixedPoint().


The documentation for this class was generated from the following files: