mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Add missing bindings
This commit is contained in:
parent
83c58d1c6c
commit
8b2ea98871
@ -1311,6 +1311,8 @@ class QgsVectorLayer : QgsMapLayer, QgsExpressionContextGenerator
|
||||
* @see constraints()
|
||||
*/
|
||||
void setConstraintExpression( int index, const QString& expression, const QString& description = QString() );
|
||||
void setEditorWidgetSetup( int index, const QgsEditorWidgetSetup& setup );
|
||||
QgsEditorWidgetSetup editorWidgetSetup( int index ) const;
|
||||
|
||||
/** Calculates a list of unique values contained within an attribute in the layer. Note that
|
||||
* in some circumstances when unsaved changes are present for the layer then the returned list
|
||||
|
Loading…
x
Reference in New Issue
Block a user