QGIS/python/gui/auto_additions/qgsdualview.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
1.6 KiB
Python
Raw Normal View History

2018-06-02 15:28:45 -04:00
# The following has been generated automatically from src/gui/attributetable/qgsdualview.h
QgsDualView.ViewMode.baseClass = QgsDualView
QgsDualView.FeatureListBrowsingAction.baseClass = QgsDualView
try:
QgsDualView.__attribute_docs__ = {'displayExpressionChanged': 'Emitted whenever the display expression is successfully changed\n\n:param expression: The expression that was applied\n', 'filterChanged': 'Emitted whenever the filter changes\n', 'filterExpressionSet': 'Emitted when a filter expression is set using the view.\n\n:param expression: filter expression\n:param type: filter type\n', 'formModeChanged': 'Emitted when the form changes mode.\n\n:param mode: new mode\n', 'showContextMenuExternally': 'Emitted when selecting context menu on the feature list to create the context menu individually\n\n:param menu: context menu\n:param fid: feature id of the selected feature\n'}
QgsDualView.requiredAttributes = staticmethod(QgsDualView.requiredAttributes)
2024-08-28 11:14:23 +10:00
QgsDualView.__signal_arguments__ = {'displayExpressionChanged': ['expression: str'], 'filterExpressionSet': ['expression: str', 'type: QgsAttributeForm.FilterType'], 'formModeChanged': ['mode: QgsAttributeEditorContext.Mode'], 'showContextMenuExternally': ['menu: QgsActionMenu', 'fid: QgsFeatureId']}
QgsDualView.__group__ = ['attributetable']
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass
try:
QgsAttributeTableAction.__group__ = ['attributetable']
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass
try:
QgsAttributeTableMapLayerAction.__group__ = ['attributetable']
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass