#include <plugingui.h>
Definition at line 21 of file plugingui.h.
Signals | |
| void | drawRasterLayer (QString) |
| void | drawVectorrLayer (QString, QString, QString) |
| void | changePlacement (int) |
| void | changePreferredSize (int) |
| void | changeSnapping (bool) |
| void | changeEnabled (bool) |
| void | changeStyle (int) |
| void | changeColour (QColor) |
| void | refreshCanvas () |
Public Member Functions | |
| QgsScaleBarPluginGui (QWidget *parent=0, Qt::WFlags fl=0) | |
| ~QgsScaleBarPluginGui () | |
| void | setPlacementLabels (QStringList &) |
| void | setPlacement (int) |
| void | setPreferredSize (int) |
| void | setSnapping (bool) |
| void | setEnabled (bool) |
| void | setStyleLabels (QStringList &) |
| void | setStyle (int) |
| void | setColour (QColor) |
| QSpinBox * | getSpinSize () |
Private Slots | |
| void | on_buttonBox_accepted () |
| void | on_buttonBox_rejected () |
| void | on_buttonBox_helpRequested () |
| void | on_pbnChangeColour_clicked () |
Static Private Attributes | |
| static const int | context_id = 0 |
| QgsScaleBarPluginGui::QgsScaleBarPluginGui | ( | QWidget * | parent = 0, |
|
| Qt::WFlags | fl = 0 | |||
| ) |
Definition at line 17 of file plugingui.cpp.
| QgsScaleBarPluginGui::~QgsScaleBarPluginGui | ( | ) |
Definition at line 23 of file plugingui.cpp.
| void QgsScaleBarPluginGui::setPlacementLabels | ( | QStringList & | ) |
| void QgsScaleBarPluginGui::setPlacement | ( | int | ) |
| void QgsScaleBarPluginGui::setPreferredSize | ( | int | ) |
| void QgsScaleBarPluginGui::setSnapping | ( | bool | ) |
| void QgsScaleBarPluginGui::setEnabled | ( | bool | ) |
| void QgsScaleBarPluginGui::setStyleLabels | ( | QStringList & | ) |
| void QgsScaleBarPluginGui::setStyle | ( | int | ) |
| void QgsScaleBarPluginGui::setColour | ( | QColor | ) |
Definition at line 94 of file plugingui.cpp.
Referenced by on_pbnChangeColour_clicked(), and QgsScaleBarPlugin::run().
| QSpinBox * QgsScaleBarPluginGui::getSpinSize | ( | ) |
| void QgsScaleBarPluginGui::on_buttonBox_accepted | ( | ) | [private, slot] |
Definition at line 32 of file plugingui.cpp.
References changeColour(), changeEnabled(), changePlacement(), changePreferredSize(), changeSnapping(), changeStyle(), and refreshCanvas().
| void QgsScaleBarPluginGui::on_buttonBox_rejected | ( | ) | [private, slot] |
Definition at line 53 of file plugingui.cpp.
| void QgsScaleBarPluginGui::on_buttonBox_helpRequested | ( | ) | [private, slot] |
| void QgsScaleBarPluginGui::on_pbnChangeColour_clicked | ( | ) | [private, slot] |
| void QgsScaleBarPluginGui::drawRasterLayer | ( | QString | ) | [signal] |
| void QgsScaleBarPluginGui::drawVectorrLayer | ( | QString | , | |
| QString | , | |||
| QString | ||||
| ) | [signal] |
| void QgsScaleBarPluginGui::changePlacement | ( | int | ) | [signal] |
Referenced by on_buttonBox_accepted().
| void QgsScaleBarPluginGui::changePreferredSize | ( | int | ) | [signal] |
Referenced by on_buttonBox_accepted().
| void QgsScaleBarPluginGui::changeSnapping | ( | bool | ) | [signal] |
Referenced by on_buttonBox_accepted().
| void QgsScaleBarPluginGui::changeEnabled | ( | bool | ) | [signal] |
Referenced by on_buttonBox_accepted().
| void QgsScaleBarPluginGui::changeStyle | ( | int | ) | [signal] |
Referenced by on_buttonBox_accepted().
| void QgsScaleBarPluginGui::changeColour | ( | QColor | ) | [signal] |
Referenced by on_buttonBox_accepted().
| void QgsScaleBarPluginGui::refreshCanvas | ( | ) | [signal] |
Referenced by on_buttonBox_accepted().
const int QgsScaleBarPluginGui::context_id = 0 [static, private] |
1.5.1