doxymentation

This commit is contained in:
Denis Rouzaud 2018-02-06 15:18:50 -04:00
parent d421b857e5
commit 22008a5114
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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