mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
License headers
This commit is contained in:
parent
0d00491436
commit
f22acb93b7
@ -7,6 +7,9 @@
|
|||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class QgsProcessingParameterType
|
class QgsProcessingParameterType
|
||||||
{
|
{
|
||||||
%Docstring
|
%Docstring
|
||||||
@ -45,9 +48,9 @@ This will be used in comboboxes and list widgets.
|
|||||||
A static id for this type which will be used for storing this parameter type.
|
A static id for this type which will be used for storing this parameter type.
|
||||||
%End
|
%End
|
||||||
|
|
||||||
virtual bool exposeToModeller() const;
|
virtual bool exposeToModeler() const;
|
||||||
%Docstring
|
%Docstring
|
||||||
Determines if this parameter is available in the modeller.
|
Determines if this parameter is available in the modeler.
|
||||||
The default implementation returns true.
|
The default implementation returns true.
|
||||||
%End
|
%End
|
||||||
|
|
||||||
|
@ -1,3 +1,20 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
qgsprocessingparametertype.cpp
|
||||||
|
------------------------
|
||||||
|
begin : March 2018
|
||||||
|
copyright : (C) 2018 by Matthias Kuhn
|
||||||
|
email : matthias@opengis.ch
|
||||||
|
***************************************************************************/
|
||||||
|
|
||||||
|
/***************************************************************************
|
||||||
|
* *
|
||||||
|
* This program is free software; you can redistribute it and/or modify *
|
||||||
|
* it under the terms of the GNU General Public License as published by *
|
||||||
|
* the Free Software Foundation; either version 2 of the License, or *
|
||||||
|
* (at your option) any later version. *
|
||||||
|
* *
|
||||||
|
***************************************************************************/
|
||||||
|
|
||||||
#include "qgsprocessingparametertype.h"
|
#include "qgsprocessingparametertype.h"
|
||||||
|
|
||||||
bool QgsProcessingParameterType::exposeToModeler() const
|
bool QgsProcessingParameterType::exposeToModeler() const
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
qgsprocessingparametertype.h
|
||||||
|
------------------------
|
||||||
|
begin : March 2018
|
||||||
|
copyright : (C) 2018 by Matthias Kuhn
|
||||||
|
email : matthias@opengis.ch
|
||||||
|
***************************************************************************/
|
||||||
|
|
||||||
|
/***************************************************************************
|
||||||
|
* *
|
||||||
|
* This program is free software; you can redistribute it and/or modify *
|
||||||
|
* it under the terms of the GNU General Public License as published by *
|
||||||
|
* the Free Software Foundation; either version 2 of the License, or *
|
||||||
|
* (at your option) any later version. *
|
||||||
|
* *
|
||||||
|
***************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#ifndef QGSPROCESSINGPARAMETERTYPE_H
|
#ifndef QGSPROCESSINGPARAMETERTYPE_H
|
||||||
#define QGSPROCESSINGPARAMETERTYPE_H
|
#define QGSPROCESSINGPARAMETERTYPE_H
|
||||||
|
|
||||||
|
@ -1,3 +1,20 @@
|
|||||||
|
/***************************************************************************
|
||||||
|
qgsprocessingparametertypeimpl.h
|
||||||
|
------------------------
|
||||||
|
begin : March 2018
|
||||||
|
copyright : (C) 2018 by Matthias Kuhn
|
||||||
|
email : matthias@opengis.ch
|
||||||
|
***************************************************************************/
|
||||||
|
|
||||||
|
/***************************************************************************
|
||||||
|
* *
|
||||||
|
* This program is free software; you can redistribute it and/or modify *
|
||||||
|
* it under the terms of the GNU General Public License as published by *
|
||||||
|
* the Free Software Foundation; either version 2 of the License, or *
|
||||||
|
* (at your option) any later version. *
|
||||||
|
* *
|
||||||
|
***************************************************************************/
|
||||||
|
|
||||||
#ifndef QGSPROCESSINGPARAMETERTYPEIMPL_H
|
#ifndef QGSPROCESSINGPARAMETERTYPEIMPL_H
|
||||||
#define QGSPROCESSINGPARAMETERTYPEIMPL_H
|
#define QGSPROCESSINGPARAMETERTYPEIMPL_H
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user