mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Add python bindings for added methods
This commit is contained in:
parent
a0ef27a9d8
commit
2efda5def5
@ -141,6 +141,15 @@ class QgsLayerItem : QgsDataItem
|
||||
// Returns provider key
|
||||
QString providerKey();
|
||||
|
||||
/** Returns the supported CRS
|
||||
* @note Added in 2.8
|
||||
*/
|
||||
QStringList supportedCRS();
|
||||
|
||||
/** Returns the supported formats
|
||||
* @note Added in 2.8
|
||||
*/
|
||||
QStringList supportedFormats();
|
||||
public:
|
||||
static const QIcon &iconPoint();
|
||||
static const QIcon &iconLine();
|
||||
|
Loading…
x
Reference in New Issue
Block a user