mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-07 00:03:52 -05:00
Add SIP binding for getDefaultZValue
This commit is contained in:
parent
6bc9a4a93f
commit
a037f79176
@ -60,6 +60,11 @@ class QgsMapToolCapture : public QgsMapToolAdvancedDigitizing
|
|||||||
*/
|
*/
|
||||||
void deleteTempRubberBand();
|
void deleteTempRubberBand();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Return defalut Z value
|
||||||
|
*/
|
||||||
|
double getDefaultZValue();
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void validationFinished();
|
void validationFinished();
|
||||||
void currentLayerChanged( QgsMapLayer *layer );
|
void currentLayerChanged( QgsMapLayer *layer );
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user