|
QGIS API Documentation 3.99.0-Master (21b3aa880ba)
|
Provides field constraint indicators for attribute form views. More...
#include <qgsattributesformtreeviewindicatorprovider.h>

Public Member Functions | |
| QgsFieldConstraintIndicatorProvider (QgsAttributesFormBaseView *view) | |
| Constructor for QgsFieldConstraintIndicatorProvider. | |
| Public Member Functions inherited from QgsAttributesFormTreeViewIndicatorProvider | |
| QgsAttributesFormTreeViewIndicatorProvider (QgsAttributesFormBaseView *view) | |
| Constructor for QgsAttributesFormTreeViewIndicatorProvider. | |
| bool | isEnabled () const |
| Returns whether the provider is enabled or not. | |
| void | setEnabled (bool enabled) |
| Enables or disables the provider. | |
Additional Inherited Members | |
| Public Slots inherited from QgsAttributesFormTreeViewIndicatorProvider | |
| void | updateItemIndicator (QgsAttributesFormItem *item) |
| Updates the state of a the indicator for the given item. | |
| Protected Slots inherited from QgsAttributesFormTreeViewIndicatorProvider | |
| void | onAddedChildren (QgsAttributesFormItem *item, int indexFrom, int indexTo) |
| Connects to signals of new items added to the tree. | |
| Protected Attributes inherited from QgsAttributesFormTreeViewIndicatorProvider | |
| QgsAttributesFormBaseView * | mAttributesFormTreeView = nullptr |
| bool | mEnabled = false |
| QSet< QgsAttributesFormTreeViewIndicator * > | mIndicators |
Provides field constraint indicators for attribute form views.
Definition at line 104 of file qgsattributesformtreeviewindicatorprovider.h.
|
explicit |
Constructor for QgsFieldConstraintIndicatorProvider.
Definition at line 147 of file qgsattributesformtreeviewindicatorprovider.cpp.