mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Update composition sip bindings
This commit is contained in:
parent
b7dd4c4f39
commit
06374d9b64
@ -65,6 +65,12 @@ class QgsComposition : QGraphicsScene
|
|||||||
void setGridStyle( GridStyle s );
|
void setGridStyle( GridStyle s );
|
||||||
GridStyle gridStyle() const;
|
GridStyle gridStyle() const;
|
||||||
|
|
||||||
|
void setAlignmentSnap( bool s );
|
||||||
|
bool alignmentSnap() const;
|
||||||
|
|
||||||
|
void setAlignmentSnapTolerance( double t );
|
||||||
|
double alignmentSnapTolerance() const;
|
||||||
|
|
||||||
/**Returns pointer to undo/redo command storage*/
|
/**Returns pointer to undo/redo command storage*/
|
||||||
QUndoStack* undoStack();
|
QUndoStack* undoStack();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user