File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
2
/** \ingroup core
3
+ * @note added in QGIS 3.0
3
4
* Base class for feedback objects to be used for cancellation of something running in a worker thread.
4
5
*
5
6
* The class may be used as is or it may be subclassed for extended functionality
17
18
* subclass and available with QgsMapLayerRenderer::feedback() method. When a map rendering job
18
19
* gets cancelled, the cancel() method is called on the feedback object of all layers.
19
20
*
20
- * @note added in QGIS 3.0
21
21
*/
22
22
class QgsFeedback : QObject
23
23
{
Original file line number Diff line number Diff line change 19
19
#include < QObject>
20
20
21
21
/* * \ingroup core
22
+ * @note added in QGIS 3.0
22
23
* Base class for feedback objects to be used for cancellation of something running in a worker thread.
23
24
*
24
25
* The class may be used as is or it may be subclassed for extended functionality
36
37
* subclass and available with QgsMapLayerRenderer::feedback() method. When a map rendering job
37
38
* gets cancelled, the cancel() method is called on the feedback object of all layers.
38
39
*
39
- * @note added in QGIS 3.0
40
40
*/
41
41
class CORE_EXPORT QgsFeedback : public QObject
42
42
{
You can’t perform that action at this time.
0 commit comments