Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update composition sip bindings
  • Loading branch information
mhugent committed Jan 18, 2013
1 parent b7dd4c4 commit 06374d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/core/composer/qgscomposition.sip
Expand Up @@ -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();

Expand Down

0 comments on commit 06374d9

Please sign in to comment.