|
Isis 3.0 Application Source Code Reference |
Home |
#include <QnetNewPointDialog.h>
Inherits QDialog.
Definition at line 21 of file QnetNewPointDialog.h.
Public Member Functions | |
| QnetNewPointDialog (QWidget *parent=0) | |
| QnetNewPointDialog constructor. | |
| void | SetFiles (std::vector< std::string > &pointFiles) |
Public Attributes | |
| QLineEdit * | ptIdValue |
| QListWidget * | fileList |
Static Public Attributes | |
| static QString | lastPtIdValue = "" |
| QnetNewPointDialog | ( | QWidget * | parent = 0 |
) |
| void SetFiles | ( | std::vector< std::string > & | pointFiles | ) |
Definition at line 65 of file QnetNewPointDialog.cpp.
QString lastPtIdValue = "" [static] |
Definition at line 26 of file QnetNewPointDialog.h.
| QLineEdit* ptIdValue |
Definition at line 30 of file QnetNewPointDialog.h.
| QListWidget* fileList |
Definition at line 33 of file QnetNewPointDialog.h.