Isis 3 Programmer Reference
|
#include <MatchToolNewPointDialog.h>
Signals | |
void | measuresFinished () |
void | newPointCanceled () |
Public Member Functions | |
MatchToolNewPointDialog (const ControlNet &cnet, QString defaultPointId, QWidget *parent=0) | |
MatchToolNewPointDialog constructor. More... | |
QString | pointId () const |
void | setFiles (QStringList pointFiles) |
void | highlightFile (QString file) |
Public Attributes | |
QLineEdit * | ptIdLineEdit |
Private Slots | |
void | enableDoneButton (const QString &text) |
Private Attributes | |
QListWidget * | m_fileList |
QPushButton * | m_doneButton |
QStringList * | m_pointFiles |
Definition at line 22 of file MatchToolNewPointDialog.h.
Isis::MatchToolNewPointDialog::MatchToolNewPointDialog | ( | const ControlNet & | cnet, |
QString | defaultPointId, | ||
QWidget * | parent = 0 |
||
) |
MatchToolNewPointDialog constructor.
parent | The parent widget for the cube points filter |
2008-11-26 Jeannie Walldren - Set lastPointIdValue
2010-06-03 Jeannie Walldren - Initialized pointers to null.
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.
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().
|
privateslot |
text |
Definition at line 144 of file MatchToolNewPointDialog.cpp.
Referenced by MatchToolNewPointDialog().
void Isis::MatchToolNewPointDialog::setFiles | ( | QStringList | pointFiles | ) |
2010-06-03 Jeannie Walldren - Removed "std::" since "using namespace std"
2010-10-29 Tracie Sucharski - Changed std::vector<std::string> to QSringList
Definition at line 111 of file MatchToolNewPointDialog.cpp.
Referenced by Isis::MatchTool::createPoint().