#include <plugingui.h>
Definition at line 20 of file plugingui.h.
Public Slots | |
| void | setRotation (int) |
| void | setPlacementLabels (QStringList &) |
| void | setPlacement (int) |
| void | setEnabled (bool) |
| void | setAutomatic (bool) |
| void | setAutomaticDisabled () |
Signals | |
| void | rotationChanged (int) |
| void | changePlacement (int) |
| void | enableNorthArrow (bool) |
| void | enableAutomatic (bool) |
| void | needToRefresh () |
Public Member Functions | |
| QgsNorthArrowPluginGui (QWidget *parent=0, Qt::WFlags fl=0) | |
| ~QgsNorthArrowPluginGui () | |
Private Slots | |
| void | on_buttonBox_accepted () |
| void | on_buttonBox_rejected () |
| void | on_buttonBox_helpRequested () |
| void | on_spinAngle_valueChanged (int theInt) |
| void | on_sliderRotation_valueChanged (int theInt) |
Private Member Functions | |
| void | rotatePixmap (int theRotationInt) |
| void | resizeEvent (QResizeEvent *) |
Static Private Attributes | |
| static const int | context_id = 0 |
| QgsNorthArrowPluginGui::QgsNorthArrowPluginGui | ( | QWidget * | parent = 0, |
|
| Qt::WFlags | fl = 0 | |||
| ) |
Definition at line 21 of file plugingui.cpp.
| QgsNorthArrowPluginGui::~QgsNorthArrowPluginGui | ( | ) |
Definition at line 29 of file plugingui.cpp.
| void QgsNorthArrowPluginGui::rotatePixmap | ( | int | theRotationInt | ) | [private] |
Definition at line 104 of file plugingui.cpp.
References QgsApplication::pkgDataPath().
Referenced by on_sliderRotation_valueChanged(), resizeEvent(), and setRotation().
| void QgsNorthArrowPluginGui::resizeEvent | ( | QResizeEvent * | ) | [private] |
| void QgsNorthArrowPluginGui::rotationChanged | ( | int | ) | [signal] |
Referenced by on_buttonBox_accepted().
| void QgsNorthArrowPluginGui::changePlacement | ( | int | ) | [signal] |
Referenced by on_buttonBox_accepted().
| void QgsNorthArrowPluginGui::enableNorthArrow | ( | bool | ) | [signal] |
Referenced by on_buttonBox_accepted().
| void QgsNorthArrowPluginGui::enableAutomatic | ( | bool | ) | [signal] |
Referenced by on_buttonBox_accepted().
| void QgsNorthArrowPluginGui::needToRefresh | ( | ) | [signal] |
Referenced by on_buttonBox_accepted().
| void QgsNorthArrowPluginGui::setRotation | ( | int | ) | [slot] |
Definition at line 57 of file plugingui.cpp.
References rotatePixmap().
Referenced by QgsNorthArrowPlugin::run().
| void QgsNorthArrowPluginGui::setPlacementLabels | ( | QStringList & | ) | [slot] |
| void QgsNorthArrowPluginGui::setPlacement | ( | int | ) | [slot] |
| void QgsNorthArrowPluginGui::setEnabled | ( | bool | ) | [slot] |
| void QgsNorthArrowPluginGui::setAutomatic | ( | bool | ) | [slot] |
| void QgsNorthArrowPluginGui::setAutomaticDisabled | ( | ) | [slot] |
Definition at line 87 of file plugingui.cpp.
| void QgsNorthArrowPluginGui::on_buttonBox_accepted | ( | ) | [private, slot] |
Definition at line 33 of file plugingui.cpp.
References changePlacement(), enableAutomatic(), enableNorthArrow(), needToRefresh(), and rotationChanged().
| void QgsNorthArrowPluginGui::on_buttonBox_rejected | ( | ) | [private, slot] |
Definition at line 47 of file plugingui.cpp.
| void QgsNorthArrowPluginGui::on_buttonBox_helpRequested | ( | ) | [private, slot] |
| void QgsNorthArrowPluginGui::on_spinAngle_valueChanged | ( | int | theInt | ) | [private, slot] |
Definition at line 94 of file plugingui.cpp.
| void QgsNorthArrowPluginGui::on_sliderRotation_valueChanged | ( | int | theInt | ) | [private, slot] |
const int QgsNorthArrowPluginGui::context_id = 0 [static, private] |
1.5.1