We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent d334672 commit f66f9aaCopy full SHA for f66f9aa
python/core/qgsvectorlayer.sip
@@ -120,6 +120,15 @@ class QgsVectorLayer : QgsMapLayer
120
Color, /* color @added in 1.9 */
121
};
122
123
+ /** Types of feature form suppression after feature creation
124
+ * @note added in 2.1 */
125
+ enum FeatureFormSuppress
126
+ {
127
+ SuppressDefault = 0, // use the application-wide setting
128
+ SuppressOn = 1,
129
+ SuppressOff = 2
130
+ };
131
+
132
struct RangeData
133
{
134
RangeData();
0 commit comments