mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Followup to 3b6d4ef, add sip bindings and update console auto-complete file
This commit is contained in:
parent
fc787a6f3e
commit
d334672f6d
@ -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.
Loading…
x
Reference in New Issue
Block a user