Skip to content

Commit

Permalink
Followup to 3b6d4ef, add sip bindings and update console auto-complet…
Browse files Browse the repository at this point in the history
…e file
  • Loading branch information
dakcarto committed Sep 6, 2013
1 parent fc787a6 commit d334672
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions python/core/qgsvectorlayer.sip
Expand Up @@ -774,6 +774,14 @@ class QgsVectorLayer : QgsMapLayer
/** set edit form (added in 1.4) */
void setEditForm( QString ui );

/** Type of feature form pop-up suppression after feature creation (overrides app setting)
* @note added in 2.1 */
QgsVectorLayer::FeatureFormSuppress featureFormSuppress() const;

/** Set type of feature form pop-up suppression after feature creation (overrides app setting)
* @note added in 2.1 */
void setFeatureFormSuppress( QgsVectorLayer::FeatureFormSuppress s );

/** get annotation form (added in 1.5)*/
QString annotationForm() const;

Expand Down
Binary file modified python/qsci_apis/pyqgis.pap
Binary file not shown.

0 comments on commit d334672

Please sign in to comment.