Skip to content

Commit

Permalink
Dox
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 25, 2021
1 parent 87f43e2 commit 6ee2e04
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/core/browser/qgsfilebaseddataitemprovider.h
Expand Up @@ -45,6 +45,14 @@ class CORE_EXPORT QgsProviderSublayerItem final: public QgsLayerItem
{
Q_OBJECT
public:

/**
* Constructor for QgsProviderSublayerItem.
* \param name data item name (this should match either the layer's name or the filename of a single-layer file)
* \param details sublayer details
* \param isFile set to TRUE if the item represents a single-layer file, or FALSE if the item is a sublayer from a
* collection item.
*/
QgsProviderSublayerItem( QgsDataItem *parent, const QString &name, const QgsProviderSublayerDetails &details, bool isFile );
QString layerName() const override;
QVector<QgsDataItem *> createChildren() override;
Expand Down

0 comments on commit 6ee2e04

Please sign in to comment.