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 <MatchToolNewPointDialog.h>
Signals | |
void | measuresFinished () |
void | newPointCanceled () |
Public Member Functions | |
MatchToolNewPointDialog (const ControlNet &cnet, QString defaultPointId, QWidget *parent=0) | |
MatchToolNewPointDialog constructor. | |
QString | pointId () const |
void | setFiles (QStringList pointFiles) |
void | highlightFile (QString file) |
Public Attributes | |
QLineEdit * | ptIdLineEdit |
Isis::MatchToolNewPointDialog::MatchToolNewPointDialog | ( | const ControlNet & | cnet, |
QString | defaultPointId, | ||
QWidget * | parent = 0 ) |
MatchToolNewPointDialog constructor.
parent | The parent widget for the cube points filter |
References Isis::ControlNet::ContainsPoint(), measuresFinished(), newPointCanceled(), and ptIdLineEdit.
void Isis::MatchToolNewPointDialog::highlightFile | ( | QString | file | ) |
|
signal |
Referenced by MatchToolNewPointDialog().
|
signal |
Referenced by MatchToolNewPointDialog().
QString Isis::MatchToolNewPointDialog::pointId | ( | ) | const |
References ptIdLineEdit.
void Isis::MatchToolNewPointDialog::setFiles | ( | QStringList | pointFiles | ) |
QLineEdit* Isis::MatchToolNewPointDialog::ptIdLineEdit |
Referenced by MatchToolNewPointDialog(), and pointId().