#include <catchmentpolygon.h>
Inherits Ui::CatchmentPolygon.
Inheritance diagram for CatchmentPolygonDlg:
Public Slots | |
void | inputBrowse () |
void | outputBrowse () |
void | run () |
void | help () |
Public Member Functions | |
CatchmentPolygonDlg (QWidget *parent=0) | |
void | setApplicationPointer (QgisApp *) |
Public Attributes | |
QgisApp * | applicationPointer |
Definition at line 7 of file catchmentpolygon.h.
CatchmentPolygonDlg::CatchmentPolygonDlg | ( | QWidget * | parent = 0 |
) |
Definition at line 11 of file catchmentpolygon.cpp.
References Ui_CatchmentPolygon::closeButton, help(), Ui_CatchmentPolygon::helpButton, inputBrowse(), Ui_CatchmentPolygon::inputBrowseButton, outputBrowse(), Ui_CatchmentPolygon::outputBrowseButton, run(), Ui_CatchmentPolygon::runButton, and Ui_CatchmentPolygon::setupUi().
Here is the call graph for this function:
void CatchmentPolygonDlg::setApplicationPointer | ( | QgisApp * | ) |
Definition at line 133 of file catchmentpolygon.cpp.
References applicationPointer.
Referenced by PIHMgis::runCatchmentPolygon().
void CatchmentPolygonDlg::inputBrowse | ( | ) | [slot] |
Definition at line 21 of file catchmentpolygon.cpp.
References Ui_CatchmentPolygon::inputFileLineEdit.
Referenced by CatchmentPolygonDlg().
void CatchmentPolygonDlg::outputBrowse | ( | ) | [slot] |
Definition at line 28 of file catchmentpolygon.cpp.
References Ui_CatchmentPolygon::outputFileLineEdit, and tmp.
Referenced by CatchmentPolygonDlg().
void CatchmentPolygonDlg::run | ( | ) | [slot] |
Definition at line 41 of file catchmentpolygon.cpp.
References applicationPointer, catchmentPoly(), Ui_CatchmentPolygon::inputFileLineEdit, Ui_CatchmentPolygon::messageLog, NULL, Ui_CatchmentPolygon::outputFileLineEdit, Ui_CatchmentPolygon::showSG_DFrame, and TRUE.
Referenced by CatchmentPolygonDlg().
void CatchmentPolygonDlg::help | ( | ) | [slot] |