Isis 3 Programmer Reference
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

◆ QnetFixedPointDialog()

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 36 of file QnetFixedPointDialog.cpp.

References enableOkButton().

◆ ~QnetFixedPointDialog()

Isis::QnetFixedPointDialog::~QnetFixedPointDialog ( )

Definition at line 103 of file QnetFixedPointDialog.cpp.

Member Function Documentation

◆ enableOkButton

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 178 of file QnetFixedPointDialog.cpp.

Referenced by QnetFixedPointDialog().

◆ isConstrained()

bool Isis::QnetFixedPointDialog::isConstrained ( ) const

Definition at line 114 of file QnetFixedPointDialog.cpp.

◆ isFixed()

bool Isis::QnetFixedPointDialog::isFixed ( ) const

Definition at line 109 of file QnetFixedPointDialog.cpp.

◆ pointId()

QString Isis::QnetFixedPointDialog::pointId ( ) const

Definition at line 119 of file QnetFixedPointDialog.cpp.

◆ selectedFiles()

QStringList Isis::QnetFixedPointDialog::selectedFiles ( ) const

Definition at line 124 of file QnetFixedPointDialog.cpp.

◆ setFiles()

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 144 of file QnetFixedPointDialog.cpp.

References Isis::SerialNumberList::fileName().

Member Data Documentation

◆ m_avg

QRadioButton* Isis::QnetFixedPointDialog::m_avg
private

Definition at line 55 of file QnetFixedPointDialog.h.

◆ m_constrained

QRadioButton* Isis::QnetFixedPointDialog::m_constrained
private

Definition at line 52 of file QnetFixedPointDialog.h.

◆ m_fileList

QListWidget* Isis::QnetFixedPointDialog::m_fileList
private

Definition at line 53 of file QnetFixedPointDialog.h.

◆ m_fixed

QRadioButton* Isis::QnetFixedPointDialog::m_fixed
private

Definition at line 51 of file QnetFixedPointDialog.h.

◆ m_okButton

QPushButton* Isis::QnetFixedPointDialog::m_okButton
private

Definition at line 59 of file QnetFixedPointDialog.h.

◆ m_pointFiles

QStringList* Isis::QnetFixedPointDialog::m_pointFiles
private

Definition at line 61 of file QnetFixedPointDialog.h.

◆ m_ptIdLabel

QLabel* Isis::QnetFixedPointDialog::m_ptIdLabel
private

Definition at line 58 of file QnetFixedPointDialog.h.

◆ m_ptIdValue

QLineEdit* Isis::QnetFixedPointDialog::m_ptIdValue
private

Definition at line 50 of file QnetFixedPointDialog.h.

◆ m_qnetTool

QnetTool* Isis::QnetFixedPointDialog::m_qnetTool
private

Definition at line 63 of file QnetFixedPointDialog.h.

◆ m_select

QRadioButton* Isis::QnetFixedPointDialog::m_select
private

Definition at line 56 of file QnetFixedPointDialog.h.


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