16#ifndef QGSPOINTLOCATORINITTASK_H
17#define QGSPOINTLOCATORINITTASK_H
37class QgsPointLocatorInitTask :
public QgsTask
43 QgsPointLocatorInitTask( QgsPointLocator *loc );
48 bool isBuildOK()
const;
54 QgsPointLocator *mLoc =
nullptr;
55 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.