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


Public Member Functions | |
| NewControlPointDialog (ControlNet *controlNet, SerialNumberList *serialNumberList, QString defaultPointId, QWidget *parent=0, bool pointType=false, bool groundSource=false, bool subpixelRegisterMeasures=false) | |
| @description Create dialog for creating a new Control Point More... | |
| QString | pointId () const |
| int | pointType () const |
| void | setGroundSource (QStringList groundFiles, int numberShapesWithPoint) |
| void | setRadiusSource (QStringList radiusFiles) |
| QString | groundSource () const |
| QString | radiusSource () const |
| QStringList | selectedFiles () const |
| void | setFiles (QStringList pointFiles) |
| bool | subpixelRegisterPoint () |
Private Slots | |
| void | pointTypeChanged (QString pointType) |
| void | enableOkButton (const QString &text) |
Private Attributes | |
| ControlNet * | m_controlNet |
| SerialNumberList * | m_serialNumberList |
| QLabel * | m_ptIdLabel |
| QComboBox * | m_pointTypeCombo |
| QComboBox * | m_groundSourceCombo |
| QComboBox * | m_radiusSourceCombo |
| QRadioButton * | m_subpixelRegisterButton |
| QPushButton * | m_okButton |
| QLineEdit * | m_ptIdEdit |
| QListWidget * | m_fileList |
| QStringList * | m_pointFiles |
Definition at line 49 of file NewControlPointDialog.h.
| Isis::NewControlPointDialog::NewControlPointDialog | ( | ControlNet * | controlNet, |
| SerialNumberList * | serialNumberList, | ||
| QString | defaultPointId, | ||
| QWidget * | parent = 0, |
||
| bool | pointType = false, |
||
| bool | groundSource = false, |
||
| bool | subpixelRegisterMeasures = false |
||
| ) |
@description Create dialog for creating a new Control Point
| controlNet | The control net the new control point will be contained in |
| serialNumberList | The serial number list corresponding to the controlNet |
| defaultPointId | The default pointID, usually empty string |
| parent | Parent widget |
| pointType | Show the Point Type combo box, default = false |
| groundSource | Show the Ground Source list, default = false |
| subpixelRegisterMeasures | Show the check box for sub-pixel registration option, default = false |
Definition at line 44 of file NewControlPointDialog.cpp.
References enableOkButton(), and Isis::ControlPoint::PointTypeToString().
|
privateslot |
Definition at line 283 of file NewControlPointDialog.cpp.
References Isis::ControlNet::ContainsPoint().
Referenced by NewControlPointDialog().
| void Isis::NewControlPointDialog::setFiles | ( | QStringList | pointFiles | ) |
Definition at line 252 of file NewControlPointDialog.cpp.
References Isis::SerialNumberList::fileName(), and Isis::SerialNumberList::size().
Referenced by Isis::ControlPointEditWidget::createControlPoint(), and Isis::QnetTool::createPoint().