mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04:00
18 lines
1.6 KiB
Python
18 lines
1.6 KiB
Python
# The following has been generated automatically from src/core/pointcloud/qgspointcloudattributemodel.h
|
|
QgsPointCloudAttributeModel.AttributeNameRole = QgsPointCloudAttributeModel.FieldRoles.AttributeNameRole
|
|
QgsPointCloudAttributeModel.AttributeIndexRole = QgsPointCloudAttributeModel.FieldRoles.AttributeIndexRole
|
|
QgsPointCloudAttributeModel.AttributeSizeRole = QgsPointCloudAttributeModel.FieldRoles.AttributeSizeRole
|
|
QgsPointCloudAttributeModel.AttributeTypeRole = QgsPointCloudAttributeModel.FieldRoles.AttributeTypeRole
|
|
QgsPointCloudAttributeModel.IsEmptyRole = QgsPointCloudAttributeModel.FieldRoles.IsEmptyRole
|
|
QgsPointCloudAttributeModel.IsNumericRole = QgsPointCloudAttributeModel.FieldRoles.IsNumericRole
|
|
QgsPointCloudAttributeProxyModel.Char = QgsPointCloudAttributeProxyModel.Filter.Char
|
|
QgsPointCloudAttributeProxyModel.Short = QgsPointCloudAttributeProxyModel.Filter.Short
|
|
QgsPointCloudAttributeProxyModel.Int32 = QgsPointCloudAttributeProxyModel.Filter.Int32
|
|
QgsPointCloudAttributeProxyModel.Float = QgsPointCloudAttributeProxyModel.Filter.Float
|
|
QgsPointCloudAttributeProxyModel.Double = QgsPointCloudAttributeProxyModel.Filter.Double
|
|
QgsPointCloudAttributeProxyModel.Numeric = QgsPointCloudAttributeProxyModel.Filter.Numeric
|
|
QgsPointCloudAttributeProxyModel.AllTypes = QgsPointCloudAttributeProxyModel.Filter.AllTypes
|
|
QgsPointCloudAttributeProxyModel.Filters = lambda flags=0: QgsPointCloudAttributeProxyModel.Filter(flags)
|
|
QgsPointCloudAttributeProxyModel.Filters.baseClass = QgsPointCloudAttributeProxyModel
|
|
Filters = QgsPointCloudAttributeProxyModel # dirty hack since SIP seems to introduce the flags in module
|