QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
The QgsAdvancedDigitizingFloater class is widget that floats next to the mouse pointer, and allow interaction with the AdvancedDigitizing feature. More...
#include <qgsadvanceddigitizingfloater.h>
Public Slots | |
void | setActive (bool active) |
Set whether the floater should be active or not. More... | |
Public Member Functions | |
QgsAdvancedDigitizingFloater (QgsMapCanvas *canvas, QgsAdvancedDigitizingDockWidget *cadDockWidget) | |
Create an advanced digitizing floater widget. More... | |
bool | active () |
Whether the floater is active or not. More... | |
The QgsAdvancedDigitizingFloater class is widget that floats next to the mouse pointer, and allow interaction with the AdvancedDigitizing feature.
It proxies display and actions to QgsMapToolAdvancedDigitizingDockWidget.
Definition at line 38 of file qgsadvanceddigitizingfloater.h.
|
explicit |
Create an advanced digitizing floater widget.
canvas | The map canvas on which the widget operates |
cadDockWidget | The cadDockWidget to which the floater belongs |
Definition at line 26 of file qgsadvanceddigitizingfloater.cpp.
bool QgsAdvancedDigitizingFloater::active | ( | ) |
Whether the floater is active or not.
Note that the floater may be active but not visible (e.g. if the mouse is not over the canvas).
Definition at line 124 of file qgsadvanceddigitizingfloater.cpp.
|
slot |
Set whether the floater should be active or not.
Note that the floater may be active but not visible (e.g. if the mouse is not over the canvas).
active |
Definition at line 129 of file qgsadvanceddigitizingfloater.cpp.