File tree Expand file tree Collapse file tree 4 files changed +57
-2
lines changed Expand file tree Collapse file tree 4 files changed +57
-2
lines changed Original file line number Diff line number Diff line change 7
7
************************************************************************/
8
8
9
9
10
+
11
+
12
+
10
13
class QgsProcessingParameterType
11
14
{
12
15
%Docstring
@@ -45,9 +48,9 @@ This will be used in comboboxes and list widgets.
45
48
A static id for this type which will be used for storing this parameter type.
46
49
%End
47
50
48
- virtual bool exposeToModeller () const;
51
+ virtual bool exposeToModeler () const;
49
52
%Docstring
50
- Determines if this parameter is available in the modeller .
53
+ Determines if this parameter is available in the modeler .
51
54
The default implementation returns true.
52
55
%End
53
56
Original file line number Diff line number Diff line change
1
+ /* **************************************************************************
2
+ qgsprocessingparametertype.cpp
3
+ ------------------------
4
+ begin : March 2018
5
+ copyright : (C) 2018 by Matthias Kuhn
6
+ email : matthias@opengis.ch
7
+ ***************************************************************************/
8
+
9
+ /* **************************************************************************
10
+ * *
11
+ * This program is free software; you can redistribute it and/or modify *
12
+ * it under the terms of the GNU General Public License as published by *
13
+ * the Free Software Foundation; either version 2 of the License, or *
14
+ * (at your option) any later version. *
15
+ * *
16
+ ***************************************************************************/
17
+
1
18
#include " qgsprocessingparametertype.h"
2
19
3
20
bool QgsProcessingParameterType::exposeToModeler () const
Original file line number Diff line number Diff line change
1
+ /* **************************************************************************
2
+ qgsprocessingparametertype.h
3
+ ------------------------
4
+ begin : March 2018
5
+ copyright : (C) 2018 by Matthias Kuhn
6
+ email : matthias@opengis.ch
7
+ ***************************************************************************/
8
+
9
+ /* **************************************************************************
10
+ * *
11
+ * This program is free software; you can redistribute it and/or modify *
12
+ * it under the terms of the GNU General Public License as published by *
13
+ * the Free Software Foundation; either version 2 of the License, or *
14
+ * (at your option) any later version. *
15
+ * *
16
+ ***************************************************************************/
17
+
18
+
1
19
#ifndef QGSPROCESSINGPARAMETERTYPE_H
2
20
#define QGSPROCESSINGPARAMETERTYPE_H
3
21
Original file line number Diff line number Diff line change
1
+ /* **************************************************************************
2
+ qgsprocessingparametertypeimpl.h
3
+ ------------------------
4
+ begin : March 2018
5
+ copyright : (C) 2018 by Matthias Kuhn
6
+ email : matthias@opengis.ch
7
+ ***************************************************************************/
8
+
9
+ /* **************************************************************************
10
+ * *
11
+ * This program is free software; you can redistribute it and/or modify *
12
+ * it under the terms of the GNU General Public License as published by *
13
+ * the Free Software Foundation; either version 2 of the License, or *
14
+ * (at your option) any later version. *
15
+ * *
16
+ ***************************************************************************/
17
+
1
18
#ifndef QGSPROCESSINGPARAMETERTYPEIMPL_H
2
19
#define QGSPROCESSINGPARAMETERTYPEIMPL_H
3
20
You can’t perform that action at this time.
0 commit comments