Skip to content

Commit

Permalink
Added new method to bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 4, 2015
1 parent ba4895d commit 35d0982
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/gui/attributetable/qgsfeaturelistview.sip
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ class QgsFeatureListView : QListView
*/
void setCurrentFeatureEdited( bool state );

/**
* @brief setFeatureSelectionManager
* @param featureSelectionManager We will take ownership
*/
void setFeatureSelectionManager( QgsIFeatureSelectionManager* featureSelectionManager );

protected:
virtual void mouseMoveEvent( QMouseEvent *event );
virtual void mousePressEvent( QMouseEvent *event );
Expand Down

0 comments on commit 35d0982

Please sign in to comment.