#include <MatchToolNewPointDialog.h>
|
void | measuresFinished () |
|
void | newPointCanceled () |
|
|
QListWidget * | m_fileList |
|
QPushButton * | m_doneButton |
|
QStringList * | m_pointFiles |
|
- Author
- 2012-05-04 Tracie Sucharski - Adapted from QnetMatchToolNewPointDialog
- History:
- 2012-10-03 Tracie Sucharski - Remove static pointId value. Instead, pass into costructor from location of instantiation.
Definition at line 22 of file MatchToolNewPointDialog.h.
◆ MatchToolNewPointDialog()
Isis::MatchToolNewPointDialog::MatchToolNewPointDialog |
( |
const ControlNet & |
cnet, |
|
|
QString |
defaultPointId, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
MatchToolNewPointDialog constructor.
- Parameters
-
parent | The parent widget for the cube points filter |
- History:
- 2008-11-26 Jeannie Walldren - Set lastPointIdValue
- History:
- 2010-06-03 Jeannie Walldren - Initialized pointers to null.
- History:
- 2011-03-08 Tracie Sucharski - If there is a saved ID and there is no point in the network with that id, do not disable "ok" button. This allows user to use the same id from a previous point creation if the point was never saved.
- History:
- 2012-10-03 Tracie Sucharski - Corrected help which said to left instead of right click to create measures.
Definition at line 40 of file MatchToolNewPointDialog.cpp.
References Isis::ControlNet::ContainsPoint(), and enableDoneButton().
◆ enableDoneButton
void Isis::MatchToolNewPointDialog::enableDoneButton |
( |
const QString & |
text | ) |
|
|
privateslot |
◆ setFiles()
void Isis::MatchToolNewPointDialog::setFiles |
( |
QStringList |
pointFiles | ) |
|
The documentation for this class was generated from the following files: