QGIS API Documentation 4.3.0-Master (b031d471fbb)
Loading...
Searching...
No Matches
QgsProcessingAlgorithm::ExternalLink Struct Reference

Encapsulates details of an external link describing an algorithm's behavior or source. More...

#include <qgsprocessingalgorithm.h>

Public Attributes

QString description
 Link description text.
QString url
 Link URL.

Detailed Description

Encapsulates details of an external link describing an algorithm's behavior or source.

Since
QGIS 4.4

Definition at line 216 of file qgsprocessingalgorithm.h.

Member Data Documentation

◆ description

QString QgsProcessingAlgorithm::ExternalLink::description

Link description text.

Definition at line 219 of file qgsprocessingalgorithm.h.

◆ url

QString QgsProcessingAlgorithm::ExternalLink::url

Link URL.

Definition at line 221 of file qgsprocessingalgorithm.h.


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