Followup to 3b6d4ef, add sip bindings and update console auto-complete file

This commit is contained in:
Larry Shaffer 2013-09-06 17:31:47 -06:00
parent fc787a6f3e
commit d334672f6d
2 changed files with 8 additions and 0 deletions

View File

@ -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;

Binary file not shown.