|
QGIS API Documentation
3.4.15-Madeira (e83d02e274)
|
Contains enumerations and other constants for use in processing algorithms and parameters. More...
#include <qgsprocessing.h>
Public Types | |
| enum | SourceType { TypeMapLayer = -2, TypeVectorAnyGeometry = -1, TypeVectorPoint = 0, TypeVectorLine = 1, TypeVectorPolygon = 2, TypeRaster = 3, TypeFile = 4, TypeVector = 5 } |
| Data source types enum. More... | |
Contains enumerations and other constants for use in processing algorithms and parameters.
Definition at line 38 of file qgsprocessing.h.
Data source types enum.
Definition at line 44 of file qgsprocessing.h.
1.8.11