23 : mDefinition( definition )
27 mLayer = qgis::make_unique<QgsVectorLayer>( mDefinition.
toString(), QStringLiteral(
"layer" ), QLatin1Literal(
"virtual" ), options );
36 rc = mLayer->isValid();
38 catch ( std::exception &e )
40 QgsDebugMsg( QStringLiteral(
"Reload error: %1" ).arg( e.what() ) );
59 return mLayer.release();
64 mLayer->dataProvider()->cancelReload();
70 return mExceptionText;
bool run() override
Reloads the data.
Setting options for loading vector layers.
QString toString() const
Convert into a QString that can be read by the virtual layer provider.
QString exceptionText() const
Returns the exception text or an empty string if no exceptions were raised.
QgsVectorLayer * takeLayer()
Returns the underlying virtual layer and ownership.
Contains information about the context in which a coordinate transform is executed.
QgsVectorLayer * layer()
Returns the underlying virtual layer.
virtual void cancel()
Notifies the task that it should terminate.
void cancel() override
Cancels the pending query and the parent task.
QgsVirtualLayerDefinition definition() const
Returns the virtual layer definition.
void setLazy(bool lazy)
Sets the lazy mode.
Represents a vector layer which manages a vector based data sets.
QgsVirtualLayerTask(const QgsVirtualLayerDefinition &definition)
Constructor.
void setExceptionText(const QString &exceptionText)
Sets the exceptionText.
Class to manipulate the definition of a virtual layer.