mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Add missing docs
This commit is contained in:
parent
023ad46525
commit
1805a70952
@ -34,6 +34,9 @@ class QgsLayerTreeLayer : QgsLayerTreeNode
|
||||
|
||||
|
||||
explicit QgsLayerTreeLayer( const QString &layerId, const QString &name = QString(), const QString &source = QString(), const QString &provider = QString() );
|
||||
%Docstring
|
||||
Constructor for QgsLayerTreeLayer using weak references to layer ID, name, public source, and provider key.
|
||||
%End
|
||||
|
||||
QString layerId() const;
|
||||
%Docstring
|
||||
|
@ -47,6 +47,9 @@ class CORE_EXPORT QgsLayerTreeLayer : public QgsLayerTreeNode
|
||||
QgsLayerTreeLayer( const QgsLayerTreeLayer &other );
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Constructor for QgsLayerTreeLayer using weak references to layer ID, \a name, public \a source, and \a provider key.
|
||||
*/
|
||||
explicit QgsLayerTreeLayer( const QString &layerId, const QString &name = QString(), const QString &source = QString(), const QString &provider = QString() );
|
||||
|
||||
QString layerId() const { return mRef.layerId; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user