mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Added missing api docs
This commit is contained in:
parent
d56a97d4fe
commit
64f1356cf3
@ -17,6 +17,7 @@ class QgsLayerTreeRegistryBridge : QObject
|
||||
%End
|
||||
|
||||
public:
|
||||
//! Create the instance that synchronizes given project with a layer tree root
|
||||
explicit QgsLayerTreeRegistryBridge( QgsLayerTreeGroup* root, QgsProject* project, QObject *parent /TransferThis/ = 0 );
|
||||
|
||||
void setEnabled( bool enabled );
|
||||
|
@ -61,6 +61,9 @@ class QgsMapThemeCollection : QObject
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
* Create map theme collection that handles themes of the given project.
|
||||
*/
|
||||
QgsMapThemeCollection( QgsProject* project );
|
||||
|
||||
/**
|
||||
|
@ -41,6 +41,7 @@ class CORE_EXPORT QgsLayerTreeRegistryBridge : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
//! Create the instance that synchronizes given project with a layer tree root
|
||||
explicit QgsLayerTreeRegistryBridge( QgsLayerTreeGroup* root, QgsProject* project, QObject *parent = nullptr );
|
||||
|
||||
void setEnabled( bool enabled ) { mEnabled = enabled; }
|
||||
|
@ -113,6 +113,9 @@ class CORE_EXPORT QgsMapThemeCollection : public QObject
|
||||
friend class QgsMapThemeCollection;
|
||||
};
|
||||
|
||||
/**
|
||||
* Create map theme collection that handles themes of the given project.
|
||||
*/
|
||||
QgsMapThemeCollection( QgsProject* project );
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user