Skip to content

Commit

Permalink
Add python bindings for added methods
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Dec 23, 2014
1 parent a0ef27a commit 2efda5d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions python/core/qgsdataitem.sip
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 2efda5d

Please sign in to comment.