16#ifndef QGSPOINTLOCATORINITTASK_H
17#define QGSPOINTLOCATORINITTASK_H
36class QgsPointLocatorInitTask :
public QgsTask
42 QgsPointLocatorInitTask( QgsPointLocator *loc );
47 bool isBuildOK()
const;
53 QgsPointLocator *mLoc =
nullptr;
54 bool mBuildOK =
false;
Defines the interface for querying point locations.
Abstract base class for long running background tasks.
virtual bool run()=0
Performs the task's operation.