QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
3 More...
#include <qgs3dmaptool.h>
Public Member Functions | |
Qgs3DMapTool (Qgs3DMapCanvas *canvas) | |
Base constructor for a Qgs3DMapTool for the specified canvas. | |
virtual void | activate () |
Called when set as currently active map tool. | |
virtual bool | allowsCameraControls () const |
Whether the default mouse controls to zoom/pan/rotate camera can stay enabled while the tool is active. | |
Qgs3DMapCanvas * | canvas () |
Returns the parent Qgs3DMapCanvas. | |
virtual QCursor | cursor () const |
Mouse cursor to be used when the tool is active. | |
virtual void | deactivate () |
Called when map tool is being deactivated. | |
virtual void | keyPressEvent (QKeyEvent *event) |
Reimplement to handle key press event forwarded by the parent Qgs3DMapCanvas. | |
virtual void | mouseMoveEvent (QMouseEvent *event) |
Reimplement to handle mouse move event forwarded by the parent Qgs3DMapCanvas. | |
virtual void | mousePressEvent (QMouseEvent *event) |
Reimplement to handle mouse event forwarded by the parent Qgs3DMapCanvas. | |
virtual void | mouseReleaseEvent (QMouseEvent *event) |
Reimplement to handle mouse release event forwarded by the parent Qgs3DMapCanvas. | |
Protected Attributes | |
Qgs3DMapCanvas * | mCanvas = nullptr |
3
Base class for map tools operating on 3D map canvas.
Definition at line 36 of file qgs3dmaptool.h.
Qgs3DMapTool::Qgs3DMapTool | ( | Qgs3DMapCanvas * | canvas | ) |
Base constructor for a Qgs3DMapTool for the specified canvas.
Definition at line 20 of file qgs3dmaptool.cpp.
|
virtual |
Called when set as currently active map tool.
Definition at line 46 of file qgs3dmaptool.cpp.
|
inlinevirtual |
Whether the default mouse controls to zoom/pan/rotate camera can stay enabled while the tool is active.
This may be useful for some basic tools using just mouse clicks (e.g. identify, measure), but it could be creating conflicts when used with more advanced tools. Default implementation returns true
.
Definition at line 68 of file qgs3dmaptool.h.
Qgs3DMapCanvas * Qgs3DMapTool::canvas | ( | ) |
Returns the parent Qgs3DMapCanvas.
Definition at line 64 of file qgs3dmaptool.cpp.
|
virtual |
Mouse cursor to be used when the tool is active.
Definition at line 54 of file qgs3dmaptool.cpp.
|
virtual |
Called when map tool is being deactivated.
Definition at line 50 of file qgs3dmaptool.cpp.
|
virtual |
Reimplement to handle key press event forwarded by the parent Qgs3DMapCanvas.
Definition at line 41 of file qgs3dmaptool.cpp.
|
virtual |
Reimplement to handle mouse move event forwarded by the parent Qgs3DMapCanvas.
Definition at line 36 of file qgs3dmaptool.cpp.
|
virtual |
Reimplement to handle mouse event forwarded by the parent Qgs3DMapCanvas.
Definition at line 26 of file qgs3dmaptool.cpp.
|
virtual |
Reimplement to handle mouse release event forwarded by the parent Qgs3DMapCanvas.
Definition at line 31 of file qgs3dmaptool.cpp.
|
protected |
Definition at line 78 of file qgs3dmaptool.h.