Skip to content

Commit

Permalink
[FEATURE][needs-docs] Add feature filtering and selection actions in …
Browse files Browse the repository at this point in the history
…feature selection

dialog
  • Loading branch information
troopa81 committed Dec 13, 2019
1 parent c2cde01 commit d224a7c
Show file tree
Hide file tree
Showing 11 changed files with 368 additions and 796 deletions.
7 changes: 6 additions & 1 deletion python/gui/auto_generated/qgsfeatureselectiondlg.sip.in
Expand Up @@ -29,7 +29,7 @@ class QgsFeatureSelectionDlg : QDialog
%End
public:

explicit QgsFeatureSelectionDlg( QgsVectorLayer *vl, QgsAttributeEditorContext &context, QWidget *parent /TransferThis/ = 0 );
explicit QgsFeatureSelectionDlg( QgsVectorLayer *vl, const QgsAttributeEditorContext &context, QWidget *parent /TransferThis/ = 0 );
%Docstring
Constructor for QgsFeatureSelectionDlg
%End
Expand All @@ -48,6 +48,11 @@ Set the selected features
:param ids: The feature ids to select
%End

protected:

virtual void keyPressEvent( QKeyEvent *evt );


protected:

virtual void showEvent( QShowEvent *event );
Expand Down

0 comments on commit d224a7c

Please sign in to comment.