Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doxymentation
  • Loading branch information
3nids committed Feb 28, 2018
1 parent d421b85 commit 22008a5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/core/qgsproject.sip.in
Expand Up @@ -913,6 +913,11 @@ Emitted when a layer from a projects was read.
void loadingLayer( const QString &layerName );

void loadingLayerMessages( const QString &layerName, const QList<QPair<Qgis::MessageLevel, QString>> &messages );
%Docstring
Emitted when loading layers has produced some messages
@param layerName the layer name
@param messages a list of pairs of Qgis.MessageLevel and messages
%End

void nonIdentifiableLayersChanged( QStringList nonIdentifiableLayers );
%Docstring
Expand Down
5 changes: 5 additions & 0 deletions src/core/qgsproject.h
Expand Up @@ -889,6 +889,11 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera

void loadingLayer( const QString &layerName );

/**
* @brief Emitted when loading layers has produced some messages
* @param layerName the layer name
* @param messages a list of pairs of Qgis::MessageLevel and messages
*/
void loadingLayerMessages( const QString &layerName, const QList<QPair<Qgis::MessageLevel, QString>> &messages );

//! Emitted when the list of layer which are excluded from map identification changes
Expand Down

0 comments on commit 22008a5

Please sign in to comment.