#include <catchmentgrid.h>
Inherits Ui::CatchmentGrid.
Inheritance diagram for CatchmentGridDlg:
Public Slots | |
void | inputLNKBrowse () |
void | inputFDRBrowse () |
void | outputBrowse () |
void | run () |
void | help () |
Public Member Functions | |
CatchmentGridDlg (QWidget *parent=0) | |
void | setApplicationPointer (QgisApp *) |
Public Attributes | |
QgisApp * | applicationPointer |
Definition at line 7 of file catchmentgrid.h.
CatchmentGridDlg::CatchmentGridDlg | ( | QWidget * | parent = 0 |
) |
Definition at line 14 of file catchmentgrid.cpp.
References Ui_CatchmentGrid::closeButton, help(), Ui_CatchmentGrid::helpButton, inputFDRBrowse(), Ui_CatchmentGrid::inputFDRBrowseButton, inputLNKBrowse(), Ui_CatchmentGrid::inputLNKBrowseButton, outputBrowse(), Ui_CatchmentGrid::outputBrowseButton, run(), Ui_CatchmentGrid::runButton, and Ui_CatchmentGrid::setupUi().
Here is the call graph for this function:
void CatchmentGridDlg::setApplicationPointer | ( | QgisApp * | ) |
Definition at line 159 of file catchmentgrid.cpp.
References applicationPointer.
Referenced by PIHMgis::runCatchmentGrid().
void CatchmentGridDlg::inputLNKBrowse | ( | ) | [slot] |
Definition at line 25 of file catchmentgrid.cpp.
References Ui_CatchmentGrid::inputLNKFileLineEdit.
Referenced by CatchmentGridDlg().
void CatchmentGridDlg::inputFDRBrowse | ( | ) | [slot] |
Definition at line 31 of file catchmentgrid.cpp.
References Ui_CatchmentGrid::inputFDRFileLineEdit.
Referenced by CatchmentGridDlg().
void CatchmentGridDlg::outputBrowse | ( | ) | [slot] |
Definition at line 37 of file catchmentgrid.cpp.
References Ui_CatchmentGrid::outputFileLineEdit, and tmp.
Referenced by CatchmentGridDlg().
void CatchmentGridDlg::run | ( | ) | [slot] |
Definition at line 50 of file catchmentgrid.cpp.
References applicationPointer, catchmentGrid(), Ui_CatchmentGrid::inputFDRFileLineEdit, Ui_CatchmentGrid::inputLNKFileLineEdit, Ui_CatchmentGrid::messageLog, NULL, Ui_CatchmentGrid::outputFileLineEdit, Ui_CatchmentGrid::showSG_DFrame, and TRUE.
Referenced by CatchmentGridDlg().
void CatchmentGridDlg::help | ( | ) | [slot] |
QgisApp* CatchmentGridDlg::applicationPointer |