Nyall Dawson
046883fa9c
Promote QgsWkbTypes enums to enum class, move to Qgis
2023-02-22 12:39:21 +10:00
Nyall Dawson
1142e8ffac
Move QgsMapLayerType enum to Qgis.LayerType ( #51874 )
...
For consistency with other enums
2023-02-16 13:02:57 +01:00
Alessandro Pasotti
7cab873eac
Address PR review comments and add model tests
2022-09-06 15:50:34 +02:00
Nyall Dawson
94417729bc
Use proper icon for unknown/collection geometry types, instead
...
of always using polygon icon
2021-07-22 21:00:30 +10:00
Nyall Dawson
a51a9c4854
Add QgsIconUtils::iconForLayerType
2021-07-01 17:37:52 +10:00
Nyall Dawson
9dda143cc9
Also move QgsMapLayerModel::iconForLayer to QgsIconUtils
2021-05-21 09:22:05 +10:00
Nyall Dawson
06844626d1
Move QgsLayerItem icon related static methods to new QgsIconUtils class
...
These utilities are used in a LOT of places in QGIS, but the
qgslayeritem.h include is a very heavy dependency. It makes sense
to have these utilities in a nice lightweight generic class.
2021-05-21 09:22:05 +10:00