#include <createtins.h>
Inherits Ui::CreateTINsDialog.
Inheritance diagram for createTINsDlg:
Public Slots | |
void | eleBrowse () |
void | nodeBrowse () |
void | shpBrowse () |
void | run () |
void | help () |
Public Member Functions | |
createTINsDlg (QWidget *parent=0) |
Definition at line 6 of file createtins.h.
createTINsDlg::createTINsDlg | ( | QWidget * | parent = 0 |
) |
Definition at line 10 of file createtins.cpp.
References Ui_CreateTINsDialog::cancelButton, eleBrowse(), Ui_CreateTINsDialog::eleFileButton, help(), Ui_CreateTINsDialog::helpButton, nodeBrowse(), Ui_CreateTINsDialog::nodeFileButton, run(), Ui_CreateTINsDialog::runButton, Ui_CreateTINsDialog::setupUi(), shpBrowse(), and Ui_CreateTINsDialog::shpFileButton.
Here is the call graph for this function:
void createTINsDlg::eleBrowse | ( | ) | [slot] |
Definition at line 21 of file createtins.cpp.
References Ui_CreateTINsDialog::eleFileLineEdit.
Referenced by createTINsDlg().
void createTINsDlg::nodeBrowse | ( | ) | [slot] |
Definition at line 27 of file createtins.cpp.
References Ui_CreateTINsDialog::nodeFileLineEdit.
Referenced by createTINsDlg().
void createTINsDlg::shpBrowse | ( | ) | [slot] |
Definition at line 33 of file createtins.cpp.
References Ui_CreateTINsDialog::shpFileLineEdit, and tmp.
Referenced by createTINsDlg().
void createTINsDlg::run | ( | ) | [slot] |
Definition at line 46 of file createtins.cpp.
References createTinShapeFile(), Ui_CreateTINsDialog::eleFileLineEdit, Ui_CreateTINsDialog::MessageLog, Ui_CreateTINsDialog::nodeFileLineEdit, NULL, Ui_CreateTINsDialog::shpFileLineEdit, and TRUE.
Referenced by createTINsDlg().
void createTINsDlg::help | ( | ) | [slot] |