QGIS API Documentation  3.0.2-Girona (307d082)
Public Member Functions | Public Attributes | List of all members
QgsProcessingContext::LayerDetails Struct Reference

Details for layers to load into projects. More...

#include <qgsprocessingcontext.h>

Public Member Functions

 LayerDetails (const QString &name, QgsProject *project, const QString &outputName=QString())
 Constructor for LayerDetails. More...
 

Public Attributes

QString name
 Friendly name for layer, to use when loading layer into project. More...
 
QString outputName
 Associated output name from algorithm which generated the layer. More...
 
QgsProjectproject = nullptr
 Destination project. More...
 

Detailed Description

Details for layers to load into projects.

Definition at line 157 of file qgsprocessingcontext.h.

Constructor & Destructor Documentation

◆ LayerDetails()

QgsProcessingContext::LayerDetails::LayerDetails ( const QString &  name,
QgsProject project,
const QString &  outputName = QString() 
)
inline

Constructor for LayerDetails.

Definition at line 163 of file qgsprocessingcontext.h.

Member Data Documentation

◆ name

QString QgsProcessingContext::LayerDetails::name

Friendly name for layer, to use when loading layer into project.

Definition at line 170 of file qgsprocessingcontext.h.

◆ outputName

QString QgsProcessingContext::LayerDetails::outputName

Associated output name from algorithm which generated the layer.

Definition at line 173 of file qgsprocessingcontext.h.

◆ project

QgsProject* QgsProcessingContext::LayerDetails::project = nullptr

Destination project.

Definition at line 176 of file qgsprocessingcontext.h.


The documentation for this struct was generated from the following file: