mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Remove private implementations from python bindings
This commit is contained in:
parent
1fd74234b4
commit
ff7b831b9d
@ -178,7 +178,6 @@
|
||||
%Include processing/qgsprocessingoutputs.sip
|
||||
%Include processing/qgsprocessingparameters.sip
|
||||
%Include processing/qgsprocessingparametertype.sip
|
||||
%Include processing/qgsprocessingparametertypeimpl.sip
|
||||
%Include processing/qgsprocessingutils.sip
|
||||
%Include processing/models/qgsprocessingmodelalgorithm.sip
|
||||
%Include processing/models/qgsprocessingmodelchildalgorithm.sip
|
||||
|
@ -1,170 +0,0 @@
|
||||
/************************************************************************
|
||||
* This file has been generated automatically from *
|
||||
* *
|
||||
* src/core/processing/qgsprocessingparametertypeimpl.h *
|
||||
* *
|
||||
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
||||
************************************************************************/
|
||||
|
||||
|
||||
|
||||
class QgsProcessingParameterTypeRasterLayer : QgsProcessingParameterType
|
||||
{
|
||||
|
||||
%TypeHeaderCode
|
||||
#include "qgsprocessingparametertypeimpl.h"
|
||||
%End
|
||||
};
|
||||
|
||||
class QgsProcessingParameterTypeVectorLayer : QgsProcessingParameterType
|
||||
{
|
||||
|
||||
%TypeHeaderCode
|
||||
#include "qgsprocessingparametertypeimpl.h"
|
||||
%End
|
||||
};
|
||||
|
||||
class QgsProcessingParameterTypeBoolean : QgsProcessingParameterType
|
||||
{
|
||||
|
||||
%TypeHeaderCode
|
||||
#include "qgsprocessingparametertypeimpl.h"
|
||||
%End
|
||||
};
|
||||
|
||||
class QgsProcessingParameterTypeCrs : QgsProcessingParameterType
|
||||
{
|
||||
|
||||
%TypeHeaderCode
|
||||
#include "qgsprocessingparametertypeimpl.h"
|
||||
%End
|
||||
};
|
||||
|
||||
class QgsProcessingParameterTypeRange : QgsProcessingParameterType
|
||||
{
|
||||
|
||||
%TypeHeaderCode
|
||||
#include "qgsprocessingparametertypeimpl.h"
|
||||
%End
|
||||
};
|
||||
|
||||
class QgsProcessingParameterTypePoint : QgsProcessingParameterType
|
||||
{
|
||||
|
||||
%TypeHeaderCode
|
||||
#include "qgsprocessingparametertypeimpl.h"
|
||||
%End
|
||||
};
|
||||
|
||||
class QgsProcessingParameterTypeEnum : QgsProcessingParameterType
|
||||
{
|
||||
|
||||
%TypeHeaderCode
|
||||
#include "qgsprocessingparametertypeimpl.h"
|
||||
%End
|
||||
};
|
||||
|
||||
class QgsProcessingParameterTypeExtent : QgsProcessingParameterType
|
||||
{
|
||||
|
||||
%TypeHeaderCode
|
||||
#include "qgsprocessingparametertypeimpl.h"
|
||||
%End
|
||||
};
|
||||
|
||||
class QgsProcessingParameterTypeMatrix : QgsProcessingParameterType
|
||||
{
|
||||
|
||||
%TypeHeaderCode
|
||||
#include "qgsprocessingparametertypeimpl.h"
|
||||
%End
|
||||
};
|
||||
|
||||
class QgsProcessingParameterTypeFile : QgsProcessingParameterType
|
||||
{
|
||||
|
||||
%TypeHeaderCode
|
||||
#include "qgsprocessingparametertypeimpl.h"
|
||||
%End
|
||||
};
|
||||
|
||||
class QgsProcessingParameterTypeField : QgsProcessingParameterType
|
||||
{
|
||||
|
||||
%TypeHeaderCode
|
||||
#include "qgsprocessingparametertypeimpl.h"
|
||||
%End
|
||||
};
|
||||
|
||||
class QgsProcessingParameterTypeVectorDestination : QgsProcessingParameterType
|
||||
{
|
||||
|
||||
%TypeHeaderCode
|
||||
#include "qgsprocessingparametertypeimpl.h"
|
||||
%End
|
||||
};
|
||||
|
||||
class QgsProcessingParameterTypeFileDestination : QgsProcessingParameterType
|
||||
{
|
||||
|
||||
%TypeHeaderCode
|
||||
#include "qgsprocessingparametertypeimpl.h"
|
||||
%End
|
||||
};
|
||||
|
||||
class QgsProcessingParameterTypeFolderDestination : QgsProcessingParameterType
|
||||
{
|
||||
|
||||
%TypeHeaderCode
|
||||
#include "qgsprocessingparametertypeimpl.h"
|
||||
%End
|
||||
};
|
||||
|
||||
class QgsProcessingParameterTypeRasterDestination : QgsProcessingParameterType
|
||||
{
|
||||
|
||||
%TypeHeaderCode
|
||||
#include "qgsprocessingparametertypeimpl.h"
|
||||
%End
|
||||
};
|
||||
|
||||
class QgsProcessingParameterTypeString : QgsProcessingParameterType
|
||||
{
|
||||
|
||||
%TypeHeaderCode
|
||||
#include "qgsprocessingparametertypeimpl.h"
|
||||
%End
|
||||
};
|
||||
|
||||
class QgsProcessingParameterTypeMultipleLayers : QgsProcessingParameterType
|
||||
{
|
||||
|
||||
%TypeHeaderCode
|
||||
#include "qgsprocessingparametertypeimpl.h"
|
||||
%End
|
||||
};
|
||||
|
||||
class QgsProcessingParameterTypeFeatureSource : QgsProcessingParameterType
|
||||
{
|
||||
|
||||
%TypeHeaderCode
|
||||
#include "qgsprocessingparametertypeimpl.h"
|
||||
%End
|
||||
};
|
||||
|
||||
class QgsProcessingParameterTypeNumber : QgsProcessingParameterType
|
||||
{
|
||||
|
||||
%TypeHeaderCode
|
||||
#include "qgsprocessingparametertypeimpl.h"
|
||||
%End
|
||||
};
|
||||
|
||||
|
||||
/************************************************************************
|
||||
* This file has been generated automatically from *
|
||||
* *
|
||||
* src/core/processing/qgsprocessingparametertypeimpl.h *
|
||||
* *
|
||||
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
||||
************************************************************************/
|
@ -6,6 +6,7 @@
|
||||
#include "qgsprocessingparametertype.h"
|
||||
#include <QCoreApplication>
|
||||
|
||||
#define SIP_NO_FILE
|
||||
|
||||
class CORE_EXPORT QgsProcessingParameterTypeRasterLayer : public QgsProcessingParameterType
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user