#include <plugingui.h>
Definition at line 21 of file plugingui.h.
Signals | |
| void | drawRasterLayer (QString) |
| void | drawVectorLayer (QString, QString, QString) |
Public Member Functions | |
| QgsGridMakerPluginGui (QWidget *parent=0, Qt::WFlags=0) | |
| ~QgsGridMakerPluginGui () | |
Private Slots | |
| void | on_pbnSelectOutputFile_clicked () |
| void | on_buttonBox_accepted () |
| void | on_buttonBox_rejected () |
| void | on_buttonBox_helpRequested () |
Private Attributes | |
| QAbstractButton * | pbnOK |
Static Private Attributes | |
| static const int | context_id = 0 |
| QgsGridMakerPluginGui::QgsGridMakerPluginGui | ( | QWidget * | parent = 0, |
|
| Qt::WFlags | = 0 | |||
| ) |
| QgsGridMakerPluginGui::~QgsGridMakerPluginGui | ( | ) |
Definition at line 33 of file plugingui.cpp.
| void QgsGridMakerPluginGui::on_pbnSelectOutputFile_clicked | ( | ) | [private, slot] |
| void QgsGridMakerPluginGui::on_buttonBox_accepted | ( | ) | [private, slot] |
| void QgsGridMakerPluginGui::on_buttonBox_rejected | ( | ) | [private, slot] |
Definition at line 135 of file plugingui.cpp.
| void QgsGridMakerPluginGui::on_buttonBox_helpRequested | ( | ) | [private, slot] |
| void QgsGridMakerPluginGui::drawRasterLayer | ( | QString | ) | [signal] |
| void QgsGridMakerPluginGui::drawVectorLayer | ( | QString | , | |
| QString | , | |||
| QString | ||||
| ) | [signal] |
Referenced by on_buttonBox_accepted().
QAbstractButton* QgsGridMakerPluginGui::pbnOK [private] |
Definition at line 40 of file plugingui.h.
Referenced by on_pbnSelectOutputFile_clicked(), and QgsGridMakerPluginGui().
const int QgsGridMakerPluginGui::context_id = 0 [static, private] |
1.5.1