Skip to content

Commit 06374d9

Browse files
committedJan 18, 2013
Update composition sip bindings
1 parent b7dd4c4 commit 06374d9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎python/core/composer/qgscomposition.sip

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ class QgsComposition : QGraphicsScene
6565
void setGridStyle( GridStyle s );
6666
GridStyle gridStyle() const;
6767

68+
void setAlignmentSnap( bool s );
69+
bool alignmentSnap() const;
70+
71+
void setAlignmentSnapTolerance( double t );
72+
double alignmentSnapTolerance() const;
73+
6874
/**Returns pointer to undo/redo command storage*/
6975
QUndoStack* undoStack();
7076

0 commit comments

Comments
 (0)
Please sign in to comment.