An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis Developer Reference
|
#include <QnetFixedPointDialog.h>
Public Member Functions | |
QnetFixedPointDialog (QnetTool *qnetTool, QString defaultPointId, QWidget *parent=0) | |
QnetNewPointDialog constructor. | |
~QnetFixedPointDialog () | |
bool | isFixed () const |
bool | isConstrained () const |
QString | pointId () const |
QStringList | selectedFiles () const |
void | setFiles (QStringList pointFiles) |
Set files found containing selected point. | |
Isis::QnetFixedPointDialog::QnetFixedPointDialog | ( | QnetTool * | qnetTool, |
QString | defaultPointId, | ||
QWidget * | parent = 0 ) |
QnetNewPointDialog constructor.
parent | The parent widget for the cube points filter |
Isis::QnetFixedPointDialog::~QnetFixedPointDialog | ( | ) |
bool Isis::QnetFixedPointDialog::isConstrained | ( | ) | const |
bool Isis::QnetFixedPointDialog::isFixed | ( | ) | const |
Referenced by Isis::QnetTool::createFixedPoint().
QString Isis::QnetFixedPointDialog::pointId | ( | ) | const |
Referenced by Isis::QnetTool::createFixedPoint().
QStringList Isis::QnetFixedPointDialog::selectedFiles | ( | ) | const |
Referenced by Isis::QnetTool::createFixedPoint().
void Isis::QnetFixedPointDialog::setFiles | ( | QStringList | pointFiles | ) |
Set files found containing selected point.
References Isis::SerialNumberList::fileName(), and Isis::SerialNumberList::size().
Referenced by Isis::QnetTool::createFixedPoint().