File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
2
- /** Base class for feedback objects to be used for cancellation of something running in a worker thread.
2
+ /** \ingroup core
3
+ * Base class for feedback objects to be used for cancellation of something running in a worker thread.
3
4
*
4
5
* The class may be used as is or it may be subclassed for extended functionality
5
6
* for a particular operation (e.g. report progress or pass some data for preview).
Original file line number Diff line number Diff line change 1
1
2
- /** Feedback object tailored for raster block reading. */
2
+ /** \ingroup core
3
+ * Feedback object tailored for raster block reading.
4
+ */
3
5
class QgsRasterBlockFeedback : QgsFeedback
4
6
{
5
7
%TypeHeaderCode
6
8
#include <qgsrasterinterface.h>
7
9
%End
8
- // TODO: extend with preview functionality??
10
+ // TODO: extend with preview functionality??
9
11
};
10
12
11
13
Original file line number Diff line number Diff line change 18
18
19
19
#include < QObject>
20
20
21
- /* * Base class for feedback objects to be used for cancellation of something running in a worker thread.
21
+ /* * \ingroup core
22
+ * Base class for feedback objects to be used for cancellation of something running in a worker thread.
22
23
*
23
24
* The class may be used as is or it may be subclassed for extended functionality
24
25
* for a particular operation (e.g. report progress or pass some data for preview).
Original file line number Diff line number Diff line change 29
29
#include " qgsrasterhistogram.h"
30
30
#include " qgsrectangle.h"
31
31
32
- /* * Feedback object tailored for raster block reading. */
32
+ /* * \ingroup core
33
+ * Feedback object tailored for raster block reading.
34
+ */
33
35
class CORE_EXPORT QgsRasterBlockFeedback : public QgsFeedback
34
36
{
35
- // TODO: extend with preview functionality??
37
+ // TODO: extend with preview functionality??
36
38
};
37
39
38
40
You can’t perform that action at this time.
0 commit comments