|
Isis 3.0
| Home |
#include <QnetNewPointDialog.h>
Inherits QDialog.
Public Member Functions | |
| QnetNewPointDialog (QnetTool *qnetTool, QString defaultPointId, QWidget *parent=0) | |
| QnetNewPointDialog constructor. More... | |
| QString | pointId () const |
| QStringList | selectedFiles () const |
| void | setFiles (QStringList pointFiles) |
| Isis::QnetNewPointDialog::QnetNewPointDialog | ( | QnetTool * | qnetTool, |
| QString | defaultPointId, | ||
| QWidget * | parent = 0 |
||
| ) |
QnetNewPointDialog constructor.
| parent | The parent widget for the cube points filter |
| QString Isis::QnetNewPointDialog::pointId | ( | ) | const |
Referenced by Isis::QnetTool::createPoint().
| QStringList Isis::QnetNewPointDialog::selectedFiles | ( | ) | const |
Referenced by Isis::QnetTool::createPoint().
| void Isis::QnetNewPointDialog::setFiles | ( | QStringList | pointFiles | ) |
References Isis::SerialNumberList::fileName(), Isis::QnetTool::serialNumberList(), and Isis::SerialNumberList::size().
Referenced by Isis::QnetTool::createPoint().