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 77 ************************************************************************/
88
99
10+
11+
12+
1013class QgsProcessingParameterType
1114{
1215%Docstring
@@ -45,9 +48,9 @@ This will be used in comboboxes and list widgets.
4548A static id for this type which will be used for storing this parameter type.
4649%End
4750
48- virtual bool exposeToModeller () const;
51+ virtual bool exposeToModeler () const;
4952%Docstring
50- Determines if this parameter is available in the modeller .
53+ Determines if this parameter is available in the modeler .
5154The default implementation returns true.
5255%End
5356
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+
118#include " qgsprocessingparametertype.h"
219
320bool 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+
119#ifndef QGSPROCESSINGPARAMETERTYPE_H
220#define QGSPROCESSINGPARAMETERTYPE_H
321
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+
118#ifndef QGSPROCESSINGPARAMETERTYPEIMPL_H
219#define QGSPROCESSINGPARAMETERTYPEIMPL_H
320
You can’t perform that action at this time.
0 commit comments