#include <spatialplot.h>
Inherits Ui::spatialPlotDialog.
Inheritance diagram for spatialPlotDlg:
Public Slots | |
void | browseEleShapeFile () |
void | browseRivShapeFile () |
void | browseModelFile () |
void | generate () |
void | help () |
Public Member Functions | |
spatialPlotDlg (QDialog *parent=0) | |
void | setApplicationPointer (QgisApp *) |
Public Attributes | |
QgisApp * | applicationPointer |
Definition at line 7 of file spatialplot.h.
spatialPlotDlg::spatialPlotDlg | ( | QDialog * | parent = 0 |
) |
Definition at line 14 of file spatialplot.cpp.
References browseEleShapeFile(), browseModelFile(), browseRivShapeFile(), generate(), help(), Ui_spatialPlotDialog::pushButtonEleShape, Ui_spatialPlotDialog::pushButtonFileName, Ui_spatialPlotDialog::pushButtonGenerate, Ui_spatialPlotDialog::pushButtonHelp, Ui_spatialPlotDialog::pushButtonRivShape, and Ui_spatialPlotDialog::setupUi().
Here is the call graph for this function:
void spatialPlotDlg::setApplicationPointer | ( | QgisApp * | ) |
Definition at line 260 of file spatialplot.cpp.
References applicationPointer.
Referenced by PIHMgis::runSpatialPlots().
void spatialPlotDlg::browseEleShapeFile | ( | ) | [slot] |
Definition at line 25 of file spatialplot.cpp.
References Ui_spatialPlotDialog::lineEditEleShape.
Referenced by spatialPlotDlg().
void spatialPlotDlg::browseRivShapeFile | ( | ) | [slot] |
Definition at line 31 of file spatialplot.cpp.
References Ui_spatialPlotDialog::lineEditRivShape.
Referenced by spatialPlotDlg().
void spatialPlotDlg::browseModelFile | ( | ) | [slot] |
Definition at line 37 of file spatialplot.cpp.
References Ui_spatialPlotDialog::lineEditFileName.
Referenced by spatialPlotDlg().
void spatialPlotDlg::generate | ( | ) | [slot] |
Definition at line 43 of file spatialplot.cpp.
References applicationPointer, Ui_spatialPlotDialog::comboBoxEleVariable, Ui_spatialPlotDialog::comboBoxRivVariable, ELEMENT_FEATURE, generateShape(), Ui_spatialPlotDialog::lineEditEleFinish, Ui_spatialPlotDialog::lineEditEleShape, Ui_spatialPlotDialog::lineEditEleStart, Ui_spatialPlotDialog::lineEditFileName, Ui_spatialPlotDialog::lineEditRivFinish, Ui_spatialPlotDialog::lineEditRivShape, Ui_spatialPlotDialog::lineEditRivStart, NULL, RIVER_FEATURE, and Ui_spatialPlotDialog::tabWidget.
Referenced by spatialPlotDlg().
void spatialPlotDlg::help | ( | ) | [slot] |
QgisApp* spatialPlotDlg::applicationPointer |