mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
doxymentation
This commit is contained in:
parent
d421b857e5
commit
22008a5114
@ -913,6 +913,11 @@ Emitted when a layer from a projects was read.
|
|||||||
void loadingLayer( const QString &layerName );
|
void loadingLayer( const QString &layerName );
|
||||||
|
|
||||||
void loadingLayerMessages( const QString &layerName, const QList<QPair<Qgis::MessageLevel, QString>> &messages );
|
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 );
|
void nonIdentifiableLayersChanged( QStringList nonIdentifiableLayers );
|
||||||
%Docstring
|
%Docstring
|
||||||
|
@ -889,6 +889,11 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
|
|||||||
|
|
||||||
void loadingLayer( const QString &layerName );
|
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 );
|
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
|
//! Emitted when the list of layer which are excluded from map identification changes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user