#include <streamgrid.h>
Inherits Ui::StreamGrid.
Inheritance diagram for StreamGridDlg:
Public Slots | |
void | inputBrowse () |
void | outputBrowse () |
void | run () |
void | help () |
Public Member Functions | |
StreamGridDlg (QWidget *parent=0) | |
void | setApplicationPointer (QgisApp *) |
Public Attributes | |
QgisApp * | applicationPointer |
Definition at line 7 of file streamgrid.h.
StreamGridDlg::StreamGridDlg | ( | QWidget * | parent = 0 |
) |
Definition at line 16 of file streamgrid.cpp.
References Ui_StreamGrid::closeButton, help(), Ui_StreamGrid::helpButton, inputBrowse(), Ui_StreamGrid::inputBrowseButton, outputBrowse(), Ui_StreamGrid::outputBrowseButton, run(), Ui_StreamGrid::runButton, and Ui_StreamGrid::setupUi().
Here is the call graph for this function:
void StreamGridDlg::setApplicationPointer | ( | QgisApp * | ) |
Definition at line 142 of file streamgrid.cpp.
References applicationPointer.
Referenced by PIHMgis::runStreamGrid().
void StreamGridDlg::inputBrowse | ( | ) | [slot] |
Definition at line 26 of file streamgrid.cpp.
References Ui_StreamGrid::inputFileLineEdit.
Referenced by StreamGridDlg().
void StreamGridDlg::outputBrowse | ( | ) | [slot] |
Definition at line 33 of file streamgrid.cpp.
References Ui_StreamGrid::outputFileLineEdit, and tmp.
Referenced by StreamGridDlg().
void StreamGridDlg::run | ( | ) | [slot] |
Definition at line 46 of file streamgrid.cpp.
References applicationPointer, Ui_StreamGrid::inputFileLineEdit, Ui_StreamGrid::inputThreshLineEdit, Ui_StreamGrid::messageLog, NULL, Ui_StreamGrid::outputFileLineEdit, Ui_StreamGrid::showSG_DFrame, streamDefinition(), and TRUE.
Referenced by StreamGridDlg().
void StreamGridDlg::help | ( | ) | [slot] |
QgisApp* StreamGridDlg::applicationPointer |