mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05: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 );
|
||||
GridStyle gridStyle() const;
|
||||
|
||||
void setAlignmentSnap( bool s );
|
||||
bool alignmentSnap() const;
|
||||
|
||||
void setAlignmentSnapTolerance( double t );
|
||||
double alignmentSnapTolerance() const;
|
||||
|
||||
/**Returns pointer to undo/redo command storage*/
|
||||
QUndoStack* undoStack();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user