18#ifndef QGSVIRTUALLAYERTASK_H 
   19#define QGSVIRTUALLAYERTASK_H 
   75    QString exceptionText() 
const;
 
   81    void setExceptionText( 
const QString &exceptionText );
 
   84    QString mExceptionText;
 
   86    std::unique_ptr<QgsVectorLayer> mLayer;
 
Abstract base class for long running background tasks.
virtual bool run()=0
Performs the task's operation.
virtual void cancel()
Notifies the task that it should terminate.
Represents a vector layer which manages a vector based data sets.
Class to manipulate the definition of a virtual layer.
Initializes a virtual layer with postpone mode activated and reloads the data in a separated thread.