mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
More no-value dox removal
This commit is contained in:
parent
15fe04a289
commit
c2c75f3b19
@ -39,10 +39,6 @@ Qgs3DMapCanvas is a convenience wrapper to simplify the creation of a 3D window
|
||||
public:
|
||||
|
||||
Qgs3DMapCanvas();
|
||||
%Docstring
|
||||
Constructor for Qgs3DMapCanvas.
|
||||
%End
|
||||
|
||||
~Qgs3DMapCanvas();
|
||||
|
||||
Qgs3DMapSettings *mapSettings();
|
||||
|
@ -25,10 +25,8 @@ class QgsLine3DSymbol : QgsAbstract3DSymbol /NoDefaultCtors/
|
||||
#include "qgsline3dsymbol.h"
|
||||
%End
|
||||
public:
|
||||
|
||||
QgsLine3DSymbol();
|
||||
%Docstring
|
||||
Constructor for QgsLine3DSymbol
|
||||
%End
|
||||
~QgsLine3DSymbol();
|
||||
|
||||
static QgsAbstract3DSymbol *create() /Factory/;
|
||||
|
@ -43,9 +43,6 @@ class QgsPointCloud3DSymbol : QgsAbstract3DSymbol /Abstract/
|
||||
};
|
||||
|
||||
QgsPointCloud3DSymbol();
|
||||
%Docstring
|
||||
Constructor for QgsPointCloud3DSymbol
|
||||
%End
|
||||
~QgsPointCloud3DSymbol();
|
||||
|
||||
virtual QString type() const;
|
||||
@ -190,9 +187,6 @@ class QgsSingleColorPointCloud3DSymbol : QgsPointCloud3DSymbol
|
||||
%End
|
||||
public:
|
||||
QgsSingleColorPointCloud3DSymbol();
|
||||
%Docstring
|
||||
Constructor for QgsSingleColorPointCloud3DSymbol
|
||||
%End
|
||||
|
||||
virtual QString symbolType() const;
|
||||
|
||||
@ -241,9 +235,6 @@ class QgsColorRampPointCloud3DSymbol : QgsPointCloud3DSymbol
|
||||
%End
|
||||
public:
|
||||
QgsColorRampPointCloud3DSymbol();
|
||||
%Docstring
|
||||
Constructor for QgsColorRampPointCloud3DSymbol
|
||||
%End
|
||||
|
||||
virtual QgsAbstract3DSymbol *clone() const /Factory/;
|
||||
|
||||
@ -326,9 +317,6 @@ class QgsRgbPointCloud3DSymbol : QgsPointCloud3DSymbol
|
||||
%End
|
||||
public:
|
||||
QgsRgbPointCloud3DSymbol();
|
||||
%Docstring
|
||||
Constructor for :py:class:`QgsRGBPointCloud3DSymbol`
|
||||
%End
|
||||
|
||||
|
||||
|
||||
@ -507,9 +495,6 @@ class QgsClassificationPointCloud3DSymbol : QgsPointCloud3DSymbol
|
||||
%End
|
||||
public:
|
||||
QgsClassificationPointCloud3DSymbol();
|
||||
%Docstring
|
||||
Constructor for QgsClassificationPointCloud3DSymbol
|
||||
%End
|
||||
|
||||
virtual QgsAbstract3DSymbol *clone() const /Factory/;
|
||||
|
||||
|
@ -27,9 +27,6 @@ class QgsPolygon3DSymbol : QgsAbstract3DSymbol /NoDefaultCtors/
|
||||
%End
|
||||
public:
|
||||
QgsPolygon3DSymbol();
|
||||
%Docstring
|
||||
Constructor for QgsPolygon3DSymbol
|
||||
%End
|
||||
~QgsPolygon3DSymbol();
|
||||
|
||||
virtual QString type() const;
|
||||
|
@ -39,10 +39,6 @@ Qgs3DMapCanvas is a convenience wrapper to simplify the creation of a 3D window
|
||||
public:
|
||||
|
||||
Qgs3DMapCanvas();
|
||||
%Docstring
|
||||
Constructor for Qgs3DMapCanvas.
|
||||
%End
|
||||
|
||||
~Qgs3DMapCanvas();
|
||||
|
||||
Qgs3DMapSettings *mapSettings();
|
||||
|
@ -25,10 +25,8 @@ class QgsLine3DSymbol : QgsAbstract3DSymbol /NoDefaultCtors/
|
||||
#include "qgsline3dsymbol.h"
|
||||
%End
|
||||
public:
|
||||
|
||||
QgsLine3DSymbol();
|
||||
%Docstring
|
||||
Constructor for QgsLine3DSymbol
|
||||
%End
|
||||
~QgsLine3DSymbol();
|
||||
|
||||
static QgsAbstract3DSymbol *create() /Factory/;
|
||||
|
@ -43,9 +43,6 @@ class QgsPointCloud3DSymbol : QgsAbstract3DSymbol /Abstract/
|
||||
};
|
||||
|
||||
QgsPointCloud3DSymbol();
|
||||
%Docstring
|
||||
Constructor for QgsPointCloud3DSymbol
|
||||
%End
|
||||
~QgsPointCloud3DSymbol();
|
||||
|
||||
virtual QString type() const;
|
||||
@ -190,9 +187,6 @@ class QgsSingleColorPointCloud3DSymbol : QgsPointCloud3DSymbol
|
||||
%End
|
||||
public:
|
||||
QgsSingleColorPointCloud3DSymbol();
|
||||
%Docstring
|
||||
Constructor for QgsSingleColorPointCloud3DSymbol
|
||||
%End
|
||||
|
||||
virtual QString symbolType() const;
|
||||
|
||||
@ -241,9 +235,6 @@ class QgsColorRampPointCloud3DSymbol : QgsPointCloud3DSymbol
|
||||
%End
|
||||
public:
|
||||
QgsColorRampPointCloud3DSymbol();
|
||||
%Docstring
|
||||
Constructor for QgsColorRampPointCloud3DSymbol
|
||||
%End
|
||||
|
||||
virtual QgsAbstract3DSymbol *clone() const /Factory/;
|
||||
|
||||
@ -326,9 +317,6 @@ class QgsRgbPointCloud3DSymbol : QgsPointCloud3DSymbol
|
||||
%End
|
||||
public:
|
||||
QgsRgbPointCloud3DSymbol();
|
||||
%Docstring
|
||||
Constructor for :py:class:`QgsRGBPointCloud3DSymbol`
|
||||
%End
|
||||
|
||||
|
||||
|
||||
@ -507,9 +495,6 @@ class QgsClassificationPointCloud3DSymbol : QgsPointCloud3DSymbol
|
||||
%End
|
||||
public:
|
||||
QgsClassificationPointCloud3DSymbol();
|
||||
%Docstring
|
||||
Constructor for QgsClassificationPointCloud3DSymbol
|
||||
%End
|
||||
|
||||
virtual QgsAbstract3DSymbol *clone() const /Factory/;
|
||||
|
||||
|
@ -27,9 +27,6 @@ class QgsPolygon3DSymbol : QgsAbstract3DSymbol /NoDefaultCtors/
|
||||
%End
|
||||
public:
|
||||
QgsPolygon3DSymbol();
|
||||
%Docstring
|
||||
Constructor for QgsPolygon3DSymbol
|
||||
%End
|
||||
~QgsPolygon3DSymbol();
|
||||
|
||||
virtual QString type() const;
|
||||
|
@ -26,10 +26,6 @@ Class that handles mesh creation with Delaunay constrained triangulation
|
||||
public:
|
||||
|
||||
QgsMeshTriangulation();
|
||||
%Docstring
|
||||
Constructor
|
||||
%End
|
||||
|
||||
~QgsMeshTriangulation();
|
||||
|
||||
bool addVertices( QgsFeatureIterator &vertexFeatureIterator, int valueAttribute, const QgsCoordinateTransform &transform, QgsFeedback *feedback = 0, long featureCount = 1 );
|
||||
@ -135,9 +131,6 @@ a Delaunay triangulation on provided existing vertex.
|
||||
public:
|
||||
|
||||
QgsMeshEditingDelaunayTriangulation();
|
||||
%Docstring
|
||||
Constructor
|
||||
%End
|
||||
|
||||
virtual QString text() const;
|
||||
|
||||
|
@ -24,6 +24,7 @@ This class allows for functionality in 3D to be called from core.
|
||||
#include "qgsabstractpointcloud3drenderer.h"
|
||||
%End
|
||||
public:
|
||||
|
||||
virtual ~QgsAbstractPointCloud3DRenderer();
|
||||
|
||||
virtual bool convertFrom2DRenderer( QgsPointCloudRenderer *renderer ) = 0;
|
||||
|
@ -122,9 +122,6 @@ Returns the rendered image, or a null QImage if the image does not fit into avai
|
||||
struct ImageExportSettings
|
||||
{
|
||||
ImageExportSettings();
|
||||
%Docstring
|
||||
Constructor for ImageExportSettings
|
||||
%End
|
||||
|
||||
double dpi;
|
||||
|
||||
@ -178,9 +175,6 @@ to the error description.
|
||||
struct PdfExportSettings
|
||||
{
|
||||
PdfExportSettings();
|
||||
%Docstring
|
||||
Constructor for PdfExportSettings
|
||||
%End
|
||||
|
||||
double dpi;
|
||||
|
||||
@ -256,9 +250,6 @@ to the error description.
|
||||
struct PrintExportSettings
|
||||
{
|
||||
PrintExportSettings();
|
||||
%Docstring
|
||||
Constructor for PrintExportSettings
|
||||
%End
|
||||
|
||||
double dpi;
|
||||
|
||||
@ -296,9 +287,6 @@ to the error description.
|
||||
struct SvgExportSettings
|
||||
{
|
||||
SvgExportSettings();
|
||||
%Docstring
|
||||
Constructor for SvgExportSettings
|
||||
%End
|
||||
|
||||
double dpi;
|
||||
|
||||
|
@ -27,9 +27,6 @@ in the method :py:func:`QgsMeshEditor.advancedEdit()`.
|
||||
public:
|
||||
|
||||
QgsMeshAdvancedEditing();
|
||||
%Docstring
|
||||
Constructor
|
||||
%End
|
||||
virtual ~QgsMeshAdvancedEditing();
|
||||
|
||||
void setInputVertices( const QList<int> verticesIndexes );
|
||||
@ -87,9 +84,6 @@ Neighboring faces are triangulated to take account of the new vertex in the shar
|
||||
public:
|
||||
|
||||
QgsMeshEditRefineFaces();
|
||||
%Docstring
|
||||
Constructor
|
||||
%End
|
||||
|
||||
virtual QString text() const;
|
||||
|
||||
|
@ -112,6 +112,7 @@ read on demand
|
||||
#include "qgsmeshdataprovider.h"
|
||||
%End
|
||||
public:
|
||||
|
||||
virtual ~QgsMeshDataSourceInterface();
|
||||
|
||||
bool contains( const QgsMesh::ElementType &type ) const;
|
||||
|
@ -275,7 +275,6 @@ std.numeric_limits<double>.quiet_NaN() represents NODATA value
|
||||
%Docstring
|
||||
Constructs an invalid block
|
||||
%End
|
||||
|
||||
~QgsMesh3DDataBlock();
|
||||
|
||||
QgsMesh3DDataBlock( int count, bool isVector );
|
||||
|
@ -41,9 +41,6 @@ between threads without issue.
|
||||
};
|
||||
|
||||
explicit QgsBlockingNetworkRequest();
|
||||
%Docstring
|
||||
Constructor for QgsBlockingNetworkRequest
|
||||
%End
|
||||
|
||||
~QgsBlockingNetworkRequest();
|
||||
|
||||
|
@ -34,9 +34,6 @@ Constructor from map
|
||||
%End
|
||||
|
||||
QgsHttpHeaders();
|
||||
%Docstring
|
||||
default constructor
|
||||
%End
|
||||
|
||||
QgsHttpHeaders( const QgsSettings &settings, const QString &key = QString() ) /Deprecated/;
|
||||
%Docstring
|
||||
|
@ -34,9 +34,6 @@ Class used to store statistics of a point cloud dataset.
|
||||
%End
|
||||
public:
|
||||
QgsPointCloudStatistics();
|
||||
%Docstring
|
||||
Constructor
|
||||
%End
|
||||
|
||||
|
||||
int sampledPointsCount() const;
|
||||
|
@ -538,7 +538,6 @@ dataset which does not support concurrent updates.
|
||||
%Docstring
|
||||
Constructor
|
||||
%End
|
||||
|
||||
~QgsTaskWithSerialSubTasks();
|
||||
|
||||
void addSubTask( QgsTask *subTask /Transfer/ );
|
||||
|
@ -334,10 +334,8 @@ Options to pass to :py:func:`~QgsVectorFileWriter.writeAsVectorFormat`
|
||||
#include "qgsvectorfilewriter.h"
|
||||
%End
|
||||
public:
|
||||
|
||||
SaveVectorOptions();
|
||||
%Docstring
|
||||
Constructor
|
||||
%End
|
||||
|
||||
virtual ~SaveVectorOptions();
|
||||
|
||||
|
@ -29,10 +29,6 @@ list of child :py:class:`QgsSettingsRegistry` and a list of child :py:class:`Qgs
|
||||
public:
|
||||
|
||||
QgsSettingsRegistry();
|
||||
%Docstring
|
||||
Constructor for QgsSettingsRegistry.
|
||||
%End
|
||||
|
||||
virtual ~QgsSettingsRegistry();
|
||||
|
||||
QList<const QgsSettingsEntryBase *> settingEntries() const;
|
||||
|
@ -26,10 +26,6 @@ class QgsSettingsRegistryCore : QgsSettingsRegistry
|
||||
public:
|
||||
|
||||
QgsSettingsRegistryCore();
|
||||
%Docstring
|
||||
Constructor for QgsSettingsRegistryCore.
|
||||
%End
|
||||
|
||||
virtual ~QgsSettingsRegistryCore();
|
||||
|
||||
};
|
||||
|
@ -308,9 +308,6 @@ The interpolation is done between two values defined at the extremities
|
||||
public:
|
||||
|
||||
QgsInterpolatedLineSymbolLayer();
|
||||
%Docstring
|
||||
Constructor
|
||||
%End
|
||||
|
||||
static QgsSymbolLayer *create( const QVariantMap &properties ) /Factory/;
|
||||
%Docstring
|
||||
|
@ -26,10 +26,6 @@ class QgsSettingsRegistryGui : QgsSettingsRegistry
|
||||
public:
|
||||
|
||||
QgsSettingsRegistryGui();
|
||||
%Docstring
|
||||
Constructor for QgsSettingsRegistryGui.
|
||||
%End
|
||||
|
||||
virtual ~QgsSettingsRegistryGui();
|
||||
|
||||
|
||||
|
@ -44,7 +44,6 @@ Constructor for QgsServerParameterDefinition.
|
||||
use the method with a QMetaType.Type argument instead
|
||||
%End
|
||||
|
||||
|
||||
virtual ~QgsServerParameterDefinition();
|
||||
|
||||
QString typeName() const;
|
||||
|
@ -21,10 +21,6 @@ class QgsServerResponse
|
||||
public:
|
||||
|
||||
QgsServerResponse();
|
||||
%Docstring
|
||||
constructor
|
||||
%End
|
||||
|
||||
virtual ~QgsServerResponse();
|
||||
|
||||
virtual void setHeader( const QString &key, const QString &value ) = 0;
|
||||
|
@ -29,10 +29,6 @@ They are registered at runtime for a given service name.
|
||||
public:
|
||||
|
||||
QgsService();
|
||||
%Docstring
|
||||
Constructor
|
||||
%End
|
||||
|
||||
virtual ~QgsService();
|
||||
|
||||
virtual QString name() const = 0;
|
||||
|
@ -28,10 +28,6 @@ QGS_ServiceModule_Init() entry point.
|
||||
public:
|
||||
|
||||
QgsServiceModule();
|
||||
%Docstring
|
||||
Default constructor for QgsServiceModule.
|
||||
%End
|
||||
|
||||
virtual ~QgsServiceModule();
|
||||
|
||||
virtual void registerSelf( QgsServiceRegistry ®istry,
|
||||
|
@ -30,10 +30,6 @@ will call 'delete' on cleanup
|
||||
public:
|
||||
|
||||
QgsServiceRegistry();
|
||||
%Docstring
|
||||
Constructor
|
||||
%End
|
||||
|
||||
~QgsServiceRegistry();
|
||||
|
||||
QgsService *getService( const QString &name, const QString &version = QString() );
|
||||
|
@ -26,10 +26,6 @@ Class that handles mesh creation with Delaunay constrained triangulation
|
||||
public:
|
||||
|
||||
QgsMeshTriangulation();
|
||||
%Docstring
|
||||
Constructor
|
||||
%End
|
||||
|
||||
~QgsMeshTriangulation();
|
||||
|
||||
bool addVertices( QgsFeatureIterator &vertexFeatureIterator, int valueAttribute, const QgsCoordinateTransform &transform, QgsFeedback *feedback = 0, long featureCount = 1 );
|
||||
@ -135,9 +131,6 @@ a Delaunay triangulation on provided existing vertex.
|
||||
public:
|
||||
|
||||
QgsMeshEditingDelaunayTriangulation();
|
||||
%Docstring
|
||||
Constructor
|
||||
%End
|
||||
|
||||
virtual QString text() const;
|
||||
|
||||
|
@ -24,6 +24,7 @@ This class allows for functionality in 3D to be called from core.
|
||||
#include "qgsabstractpointcloud3drenderer.h"
|
||||
%End
|
||||
public:
|
||||
|
||||
virtual ~QgsAbstractPointCloud3DRenderer();
|
||||
|
||||
virtual bool convertFrom2DRenderer( QgsPointCloudRenderer *renderer ) = 0;
|
||||
|
@ -122,9 +122,6 @@ Returns the rendered image, or a null QImage if the image does not fit into avai
|
||||
struct ImageExportSettings
|
||||
{
|
||||
ImageExportSettings();
|
||||
%Docstring
|
||||
Constructor for ImageExportSettings
|
||||
%End
|
||||
|
||||
double dpi;
|
||||
|
||||
@ -178,9 +175,6 @@ to the error description.
|
||||
struct PdfExportSettings
|
||||
{
|
||||
PdfExportSettings();
|
||||
%Docstring
|
||||
Constructor for PdfExportSettings
|
||||
%End
|
||||
|
||||
double dpi;
|
||||
|
||||
@ -256,9 +250,6 @@ to the error description.
|
||||
struct PrintExportSettings
|
||||
{
|
||||
PrintExportSettings();
|
||||
%Docstring
|
||||
Constructor for PrintExportSettings
|
||||
%End
|
||||
|
||||
double dpi;
|
||||
|
||||
@ -296,9 +287,6 @@ to the error description.
|
||||
struct SvgExportSettings
|
||||
{
|
||||
SvgExportSettings();
|
||||
%Docstring
|
||||
Constructor for SvgExportSettings
|
||||
%End
|
||||
|
||||
double dpi;
|
||||
|
||||
|
@ -27,9 +27,6 @@ in the method :py:func:`QgsMeshEditor.advancedEdit()`.
|
||||
public:
|
||||
|
||||
QgsMeshAdvancedEditing();
|
||||
%Docstring
|
||||
Constructor
|
||||
%End
|
||||
virtual ~QgsMeshAdvancedEditing();
|
||||
|
||||
void setInputVertices( const QList<int> verticesIndexes );
|
||||
@ -87,9 +84,6 @@ Neighboring faces are triangulated to take account of the new vertex in the shar
|
||||
public:
|
||||
|
||||
QgsMeshEditRefineFaces();
|
||||
%Docstring
|
||||
Constructor
|
||||
%End
|
||||
|
||||
virtual QString text() const;
|
||||
|
||||
|
@ -112,6 +112,7 @@ read on demand
|
||||
#include "qgsmeshdataprovider.h"
|
||||
%End
|
||||
public:
|
||||
|
||||
virtual ~QgsMeshDataSourceInterface();
|
||||
|
||||
bool contains( const QgsMesh::ElementType &type ) const;
|
||||
|
@ -275,7 +275,6 @@ std.numeric_limits<double>.quiet_NaN() represents NODATA value
|
||||
%Docstring
|
||||
Constructs an invalid block
|
||||
%End
|
||||
|
||||
~QgsMesh3DDataBlock();
|
||||
|
||||
QgsMesh3DDataBlock( int count, bool isVector );
|
||||
|
@ -41,9 +41,6 @@ between threads without issue.
|
||||
};
|
||||
|
||||
explicit QgsBlockingNetworkRequest();
|
||||
%Docstring
|
||||
Constructor for QgsBlockingNetworkRequest
|
||||
%End
|
||||
|
||||
~QgsBlockingNetworkRequest();
|
||||
|
||||
|
@ -34,9 +34,6 @@ Constructor from map
|
||||
%End
|
||||
|
||||
QgsHttpHeaders();
|
||||
%Docstring
|
||||
default constructor
|
||||
%End
|
||||
|
||||
QgsHttpHeaders( const QgsSettings &settings, const QString &key = QString() ) /Deprecated/;
|
||||
%Docstring
|
||||
|
@ -34,9 +34,6 @@ Class used to store statistics of a point cloud dataset.
|
||||
%End
|
||||
public:
|
||||
QgsPointCloudStatistics();
|
||||
%Docstring
|
||||
Constructor
|
||||
%End
|
||||
|
||||
|
||||
int sampledPointsCount() const;
|
||||
|
@ -538,7 +538,6 @@ dataset which does not support concurrent updates.
|
||||
%Docstring
|
||||
Constructor
|
||||
%End
|
||||
|
||||
~QgsTaskWithSerialSubTasks();
|
||||
|
||||
void addSubTask( QgsTask *subTask /Transfer/ );
|
||||
|
@ -334,10 +334,8 @@ Options to pass to :py:func:`~QgsVectorFileWriter.writeAsVectorFormat`
|
||||
#include "qgsvectorfilewriter.h"
|
||||
%End
|
||||
public:
|
||||
|
||||
SaveVectorOptions();
|
||||
%Docstring
|
||||
Constructor
|
||||
%End
|
||||
|
||||
virtual ~SaveVectorOptions();
|
||||
|
||||
|
@ -29,10 +29,6 @@ list of child :py:class:`QgsSettingsRegistry` and a list of child :py:class:`Qgs
|
||||
public:
|
||||
|
||||
QgsSettingsRegistry();
|
||||
%Docstring
|
||||
Constructor for QgsSettingsRegistry.
|
||||
%End
|
||||
|
||||
virtual ~QgsSettingsRegistry();
|
||||
|
||||
QList<const QgsSettingsEntryBase *> settingEntries() const;
|
||||
|
@ -26,10 +26,6 @@ class QgsSettingsRegistryCore : QgsSettingsRegistry
|
||||
public:
|
||||
|
||||
QgsSettingsRegistryCore();
|
||||
%Docstring
|
||||
Constructor for QgsSettingsRegistryCore.
|
||||
%End
|
||||
|
||||
virtual ~QgsSettingsRegistryCore();
|
||||
|
||||
};
|
||||
|
@ -308,9 +308,6 @@ The interpolation is done between two values defined at the extremities
|
||||
public:
|
||||
|
||||
QgsInterpolatedLineSymbolLayer();
|
||||
%Docstring
|
||||
Constructor
|
||||
%End
|
||||
|
||||
static QgsSymbolLayer *create( const QVariantMap &properties ) /Factory/;
|
||||
%Docstring
|
||||
|
@ -26,10 +26,6 @@ class QgsSettingsRegistryGui : QgsSettingsRegistry
|
||||
public:
|
||||
|
||||
QgsSettingsRegistryGui();
|
||||
%Docstring
|
||||
Constructor for QgsSettingsRegistryGui.
|
||||
%End
|
||||
|
||||
virtual ~QgsSettingsRegistryGui();
|
||||
|
||||
|
||||
|
@ -44,7 +44,6 @@ Constructor for QgsServerParameterDefinition.
|
||||
use the method with a QMetaType.Type argument instead
|
||||
%End
|
||||
|
||||
|
||||
virtual ~QgsServerParameterDefinition();
|
||||
|
||||
QString typeName() const;
|
||||
|
@ -21,10 +21,6 @@ class QgsServerResponse
|
||||
public:
|
||||
|
||||
QgsServerResponse();
|
||||
%Docstring
|
||||
constructor
|
||||
%End
|
||||
|
||||
virtual ~QgsServerResponse();
|
||||
|
||||
virtual void setHeader( const QString &key, const QString &value ) = 0;
|
||||
|
@ -29,10 +29,6 @@ They are registered at runtime for a given service name.
|
||||
public:
|
||||
|
||||
QgsService();
|
||||
%Docstring
|
||||
Constructor
|
||||
%End
|
||||
|
||||
virtual ~QgsService();
|
||||
|
||||
virtual QString name() const = 0;
|
||||
|
@ -28,10 +28,6 @@ QGS_ServiceModule_Init() entry point.
|
||||
public:
|
||||
|
||||
QgsServiceModule();
|
||||
%Docstring
|
||||
Default constructor for QgsServiceModule.
|
||||
%End
|
||||
|
||||
virtual ~QgsServiceModule();
|
||||
|
||||
virtual void registerSelf( QgsServiceRegistry ®istry,
|
||||
|
@ -30,10 +30,6 @@ will call 'delete' on cleanup
|
||||
public:
|
||||
|
||||
QgsServiceRegistry();
|
||||
%Docstring
|
||||
Constructor
|
||||
%End
|
||||
|
||||
~QgsServiceRegistry();
|
||||
|
||||
QgsService *getService( const QString &name, const QString &version = QString() );
|
||||
|
@ -81,14 +81,7 @@ class _3D_EXPORT Qgs3DMapCanvas : public QWindow
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
||||
/**
|
||||
* Constructor for Qgs3DMapCanvas.
|
||||
*/
|
||||
Qgs3DMapCanvas();
|
||||
|
||||
/**
|
||||
* Destructor for Qgs3DMapCanvas.
|
||||
*/
|
||||
~Qgs3DMapCanvas();
|
||||
|
||||
//! Returns access to the 3D scene configuration
|
||||
|
@ -58,9 +58,8 @@ class _3D_EXPORT Qgs3DSceneExporter : public Qt3DCore::QEntity
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
//! Constructor
|
||||
Qgs3DSceneExporter() { }
|
||||
//! Destructor
|
||||
|
||||
~Qgs3DSceneExporter()
|
||||
{
|
||||
for ( Qgs3DExportObject *obj : mObjects )
|
||||
|
@ -34,7 +34,7 @@ class QgsAbstractMaterialSettings;
|
||||
class _3D_EXPORT QgsLine3DSymbol : public QgsAbstract3DSymbol SIP_NODEFAULTCTORS
|
||||
{
|
||||
public:
|
||||
//! Constructor for QgsLine3DSymbol
|
||||
|
||||
QgsLine3DSymbol();
|
||||
~QgsLine3DSymbol() override;
|
||||
|
||||
|
@ -56,9 +56,7 @@ class _3D_EXPORT QgsPointCloud3DSymbol : public QgsAbstract3DSymbol SIP_ABSTRACT
|
||||
Classification
|
||||
};
|
||||
|
||||
//! Constructor for QgsPointCloud3DSymbol
|
||||
QgsPointCloud3DSymbol();
|
||||
//! Destructor for QgsPointCloud3DSymbol
|
||||
~QgsPointCloud3DSymbol() override;
|
||||
|
||||
QString type() const override { return "pointcloud"; }
|
||||
@ -200,7 +198,6 @@ class _3D_EXPORT QgsPointCloud3DSymbol : public QgsAbstract3DSymbol SIP_ABSTRACT
|
||||
class _3D_EXPORT QgsSingleColorPointCloud3DSymbol : public QgsPointCloud3DSymbol
|
||||
{
|
||||
public:
|
||||
//! Constructor for QgsSingleColorPointCloud3DSymbol
|
||||
QgsSingleColorPointCloud3DSymbol();
|
||||
|
||||
QString symbolType() const override;
|
||||
@ -241,7 +238,6 @@ class _3D_EXPORT QgsSingleColorPointCloud3DSymbol : public QgsPointCloud3DSymbol
|
||||
class _3D_EXPORT QgsColorRampPointCloud3DSymbol : public QgsPointCloud3DSymbol
|
||||
{
|
||||
public:
|
||||
//! Constructor for QgsColorRampPointCloud3DSymbol
|
||||
QgsColorRampPointCloud3DSymbol();
|
||||
|
||||
QgsAbstract3DSymbol *clone() const override SIP_FACTORY;
|
||||
@ -314,7 +310,6 @@ class _3D_EXPORT QgsColorRampPointCloud3DSymbol : public QgsPointCloud3DSymbol
|
||||
class _3D_EXPORT QgsRgbPointCloud3DSymbol : public QgsPointCloud3DSymbol
|
||||
{
|
||||
public:
|
||||
//! Constructor for QgsRGBPointCloud3DSymbol
|
||||
QgsRgbPointCloud3DSymbol();
|
||||
|
||||
//! QgsRgbPointCloud3DSymbol cannot be copied - use clone() instead
|
||||
@ -474,7 +469,6 @@ class _3D_EXPORT QgsRgbPointCloud3DSymbol : public QgsPointCloud3DSymbol
|
||||
class _3D_EXPORT QgsClassificationPointCloud3DSymbol : public QgsPointCloud3DSymbol
|
||||
{
|
||||
public:
|
||||
//! Constructor for QgsClassificationPointCloud3DSymbol
|
||||
QgsClassificationPointCloud3DSymbol();
|
||||
|
||||
QgsAbstract3DSymbol *clone() const override SIP_FACTORY;
|
||||
|
@ -36,7 +36,6 @@ class QgsAbstractMaterialSettings;
|
||||
class _3D_EXPORT QgsPolygon3DSymbol : public QgsAbstract3DSymbol SIP_NODEFAULTCTORS
|
||||
{
|
||||
public:
|
||||
//! Constructor for QgsPolygon3DSymbol
|
||||
QgsPolygon3DSymbol();
|
||||
~QgsPolygon3DSymbol() override;
|
||||
|
||||
|
@ -38,7 +38,6 @@ class _3D_EXPORT QgsOnlineTerrainGenerator : public QgsTerrainGenerator
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
//! Constructor for QgsOnlineTerrainGenerator
|
||||
QgsOnlineTerrainGenerator();
|
||||
~QgsOnlineTerrainGenerator() override;
|
||||
|
||||
|
@ -268,7 +268,6 @@ class ANALYSIS_EXPORT QgsProjectiveGeorefTransform : public QgsGcpTransformerInt
|
||||
{
|
||||
public:
|
||||
|
||||
//! Constructor for QgsProjectiveGeorefTransform
|
||||
QgsProjectiveGeorefTransform();
|
||||
|
||||
QgsGcpTransformerInterface *clone() const override;
|
||||
|
@ -44,10 +44,7 @@ class ANALYSIS_EXPORT QgsMeshTriangulation : public QObject
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
||||
//! Constructor
|
||||
QgsMeshTriangulation();
|
||||
|
||||
//! Destructor
|
||||
~QgsMeshTriangulation();
|
||||
|
||||
/**
|
||||
@ -178,7 +175,6 @@ class ANALYSIS_EXPORT QgsMeshEditingDelaunayTriangulation : public QgsMeshAdvanc
|
||||
{
|
||||
public:
|
||||
|
||||
//! Constructor
|
||||
QgsMeshEditingDelaunayTriangulation();
|
||||
|
||||
QString text() const override;
|
||||
|
@ -40,7 +40,7 @@ namespace Qt3DCore
|
||||
class CORE_EXPORT QgsAbstractPointCloud3DRenderer : public QgsAbstract3DRenderer SIP_ABSTRACT
|
||||
{
|
||||
public:
|
||||
//! Default destructor
|
||||
|
||||
virtual ~QgsAbstractPointCloud3DRenderer() = default;
|
||||
|
||||
/**
|
||||
|
@ -51,7 +51,6 @@ class CORE_EXPORT QgsAuthMethodRegistry
|
||||
//! Means of accessing canonical single instance
|
||||
static QgsAuthMethodRegistry *instance( const QString &pluginPath = QString() );
|
||||
|
||||
//! Virtual dectructor
|
||||
virtual ~QgsAuthMethodRegistry();
|
||||
|
||||
/**
|
||||
|
@ -42,9 +42,6 @@ class CORE_EXPORT QgsProfileSourceRegistry
|
||||
*/
|
||||
QgsProfileSourceRegistry();
|
||||
|
||||
/**
|
||||
* Destructor
|
||||
*/
|
||||
~QgsProfileSourceRegistry();
|
||||
|
||||
/**
|
||||
|
@ -37,9 +37,6 @@ class CORE_EXPORT QgsExternalStorage
|
||||
{
|
||||
public:
|
||||
|
||||
/**
|
||||
* Destructor
|
||||
*/
|
||||
virtual ~QgsExternalStorage() = default;
|
||||
|
||||
/**
|
||||
|
@ -42,9 +42,6 @@ class CORE_EXPORT QgsExternalStorageRegistry
|
||||
*/
|
||||
QgsExternalStorageRegistry();
|
||||
|
||||
/**
|
||||
* Destructor
|
||||
*/
|
||||
~QgsExternalStorageRegistry();
|
||||
|
||||
/**
|
||||
|
@ -162,7 +162,6 @@ class CORE_EXPORT QgsLayoutExporter
|
||||
//! Contains settings relating to exporting layouts to raster images
|
||||
struct ImageExportSettings
|
||||
{
|
||||
//! Constructor for ImageExportSettings
|
||||
ImageExportSettings()
|
||||
: flags( QgsLayoutRenderContext::FlagAntialiasing | QgsLayoutRenderContext::FlagUseAdvancedEffects )
|
||||
{}
|
||||
@ -265,7 +264,6 @@ class CORE_EXPORT QgsLayoutExporter
|
||||
//! Contains settings relating to exporting layouts to PDF
|
||||
struct PdfExportSettings
|
||||
{
|
||||
//! Constructor for PdfExportSettings
|
||||
PdfExportSettings()
|
||||
: flags( QgsLayoutRenderContext::FlagAntialiasing | QgsLayoutRenderContext::FlagUseAdvancedEffects )
|
||||
{}
|
||||
@ -442,7 +440,6 @@ class CORE_EXPORT QgsLayoutExporter
|
||||
//! Contains settings relating to printing layouts
|
||||
struct PrintExportSettings
|
||||
{
|
||||
//! Constructor for PrintExportSettings
|
||||
PrintExportSettings()
|
||||
: flags( QgsLayoutRenderContext::FlagAntialiasing | QgsLayoutRenderContext::FlagUseAdvancedEffects )
|
||||
{}
|
||||
@ -499,7 +496,6 @@ class CORE_EXPORT QgsLayoutExporter
|
||||
//! Contains settings relating to exporting layouts to SVG
|
||||
struct SvgExportSettings
|
||||
{
|
||||
//! Constructor for SvgExportSettings
|
||||
SvgExportSettings()
|
||||
: flags( QgsLayoutRenderContext::FlagAntialiasing | QgsLayoutRenderContext::FlagUseAdvancedEffects )
|
||||
{}
|
||||
|
@ -127,9 +127,6 @@ class CORE_EXPORT QgsLayoutUndoObjectInterface
|
||||
{
|
||||
public:
|
||||
|
||||
/**
|
||||
* Destructor for QgsLayoutUndoObjectInterface.
|
||||
*/
|
||||
virtual ~QgsLayoutUndoObjectInterface() = default;
|
||||
|
||||
/**
|
||||
|
@ -88,7 +88,6 @@ class CORE_EXPORT QgsMesh3DAveragingMethod SIP_ABSTRACT
|
||||
//! Ctor
|
||||
QgsMesh3DAveragingMethod( Method method );
|
||||
|
||||
//! Dtor
|
||||
virtual ~QgsMesh3DAveragingMethod() = default;
|
||||
|
||||
//! Calculated 2d block values from 3d stacked mesh values
|
||||
|
@ -39,9 +39,7 @@ class CORE_EXPORT QgsMeshAdvancedEditing : protected QgsTopologicalMesh::Changes
|
||||
{
|
||||
public:
|
||||
|
||||
//! Constructor
|
||||
QgsMeshAdvancedEditing();
|
||||
//! Destructor
|
||||
virtual ~QgsMeshAdvancedEditing();
|
||||
|
||||
//! Sets the input vertices indexes that will be used for the editing
|
||||
@ -97,7 +95,6 @@ class CORE_EXPORT QgsMeshEditRefineFaces : public QgsMeshAdvancedEditing
|
||||
{
|
||||
public:
|
||||
|
||||
//! Constructor
|
||||
QgsMeshEditRefineFaces();
|
||||
|
||||
QString text() const override;
|
||||
|
@ -114,7 +114,6 @@ class CORE_EXPORT QgsMeshCalcNode
|
||||
*/
|
||||
QgsMeshCalcNode( const QString &datasetGroupName );
|
||||
|
||||
//! Destructor
|
||||
~QgsMeshCalcNode();
|
||||
|
||||
//! Returns type of node
|
||||
|
@ -139,7 +139,7 @@ Q_DECLARE_METATYPE( QgsMesh );
|
||||
class CORE_EXPORT QgsMeshDataSourceInterface SIP_ABSTRACT
|
||||
{
|
||||
public:
|
||||
//! Dtor
|
||||
|
||||
virtual ~QgsMeshDataSourceInterface() = default;
|
||||
|
||||
/**
|
||||
@ -215,7 +215,6 @@ class CORE_EXPORT QgsMeshDatasetSourceInterface SIP_ABSTRACT
|
||||
{
|
||||
public:
|
||||
QgsMeshDatasetSourceInterface();
|
||||
//! Dtor
|
||||
virtual ~QgsMeshDatasetSourceInterface() = default;
|
||||
|
||||
/**
|
||||
|
@ -92,7 +92,6 @@ class CORE_EXPORT QgsMeshDatasetValue
|
||||
//! Default Ctor, initialize to NaN
|
||||
QgsMeshDatasetValue() = default;
|
||||
|
||||
//! Dtor
|
||||
~QgsMeshDatasetValue() = default;
|
||||
|
||||
//! Sets scalar value
|
||||
@ -254,8 +253,6 @@ class CORE_EXPORT QgsMesh3DDataBlock
|
||||
public:
|
||||
//! Constructs an invalid block
|
||||
QgsMesh3DDataBlock();
|
||||
|
||||
//! Dtor
|
||||
~QgsMesh3DDataBlock();
|
||||
|
||||
//! Constructs a new block for count faces
|
||||
@ -563,7 +560,6 @@ class CORE_EXPORT QgsMeshDataset
|
||||
|
||||
QgsMeshDataset() = default;
|
||||
|
||||
//! Destructor
|
||||
virtual ~QgsMeshDataset() = default;
|
||||
|
||||
//! Returns the value with index \a valueIndex
|
||||
|
@ -683,7 +683,6 @@ class CORE_EXPORT QgsMeshRendererSettings
|
||||
* Constructs renderer with default single layer averaging method
|
||||
*/
|
||||
QgsMeshRendererSettings();
|
||||
//! Destructor
|
||||
~QgsMeshRendererSettings();
|
||||
|
||||
//! Returns native mesh renderer settings
|
||||
|
@ -85,7 +85,6 @@ class QgsMeshVectorArrowRenderer : public QgsMeshVectorRenderer
|
||||
const QgsMeshRendererVectorSettings &settings,
|
||||
QgsRenderContext &context,
|
||||
QSize size );
|
||||
//! Dtor
|
||||
~QgsMeshVectorArrowRenderer() override;
|
||||
|
||||
/**
|
||||
@ -163,7 +162,6 @@ class QgsMeshVectorWindBarbRenderer : public QgsMeshVectorArrowRenderer
|
||||
const QgsMeshRendererVectorSettings &settings,
|
||||
QgsRenderContext &context,
|
||||
QSize size );
|
||||
//! Dtor
|
||||
~QgsMeshVectorWindBarbRenderer() override;
|
||||
|
||||
private:
|
||||
|
@ -57,7 +57,6 @@ class CORE_EXPORT QgsBlockingNetworkRequest : public QObject
|
||||
ServerExceptionError, //!< An exception was raised by the server
|
||||
};
|
||||
|
||||
//! Constructor for QgsBlockingNetworkRequest
|
||||
explicit QgsBlockingNetworkRequest();
|
||||
|
||||
~QgsBlockingNetworkRequest() override;
|
||||
|
@ -61,9 +61,6 @@ class CORE_EXPORT QgsHttpHeaders
|
||||
*/
|
||||
QgsHttpHeaders( const QVariantMap &headers );
|
||||
|
||||
/**
|
||||
* \brief default constructor
|
||||
*/
|
||||
QgsHttpHeaders();
|
||||
|
||||
/**
|
||||
|
@ -43,7 +43,6 @@
|
||||
class CORE_EXPORT QgsRangeRequestCache
|
||||
{
|
||||
public:
|
||||
//! Constructor
|
||||
QgsRangeRequestCache();
|
||||
|
||||
//! Checks whether the range request exists in the cache
|
||||
|
@ -61,7 +61,6 @@ struct CORE_EXPORT QgsPointCloudAttributeStatistics
|
||||
class CORE_EXPORT QgsPointCloudStatistics
|
||||
{
|
||||
public:
|
||||
//! Constructor
|
||||
QgsPointCloudStatistics();
|
||||
|
||||
#ifndef SIP_RUN
|
||||
|
@ -39,9 +39,6 @@ class CORE_EXPORT QgsProcessingParameterType
|
||||
*/
|
||||
virtual QgsProcessingParameterDefinition *create( const QString &name ) const = 0 SIP_FACTORY;
|
||||
|
||||
/**
|
||||
* Destructor
|
||||
*/
|
||||
virtual ~QgsProcessingParameterType() = default;
|
||||
|
||||
/**
|
||||
|
@ -226,7 +226,6 @@ class CORE_EXPORT QgsProviderMetadata : public QObject
|
||||
*/
|
||||
SIP_SKIP Q_DECL_DEPRECATED QgsProviderMetadata( const QString &key, const QString &description, const QgsProviderMetadata::CreateDataProviderFunction &createFunc );
|
||||
|
||||
//! dtor
|
||||
virtual ~QgsProviderMetadata();
|
||||
|
||||
/**
|
||||
|
@ -319,9 +319,6 @@ class CORE_EXPORT QgsAuxiliaryStorage
|
||||
*/
|
||||
QgsAuxiliaryStorage( const QString &filename = QString(), bool copy = true );
|
||||
|
||||
/**
|
||||
* Destructor.
|
||||
*/
|
||||
virtual ~QgsAuxiliaryStorage();
|
||||
|
||||
/**
|
||||
|
@ -44,7 +44,6 @@ class CORE_EXPORT QgsCPLHTTPFetchOverrider
|
||||
//! Installs the redirection for the current thread
|
||||
explicit QgsCPLHTTPFetchOverrider( const QString &authCfg = QString(), QgsFeedback *feedback = nullptr );
|
||||
|
||||
//! Destructor
|
||||
~QgsCPLHTTPFetchOverrider();
|
||||
|
||||
//! Define attribute that must be forwarded to the actual QNetworkRequest
|
||||
|
@ -46,9 +46,6 @@ class CORE_EXPORT QgsCredentials
|
||||
{
|
||||
public:
|
||||
|
||||
/**
|
||||
* Destructor.
|
||||
*/
|
||||
virtual ~QgsCredentials() = default;
|
||||
|
||||
/**
|
||||
|
@ -672,8 +672,6 @@ class CORE_EXPORT QgsTaskWithSerialSubTasks : public QgsTask
|
||||
public:
|
||||
//! Constructor
|
||||
QgsTaskWithSerialSubTasks( const QString &desc = QString() ) : QgsTask( desc ) {}
|
||||
|
||||
//! Destructor
|
||||
~QgsTaskWithSerialSubTasks() override;
|
||||
|
||||
/**
|
||||
|
@ -444,7 +444,7 @@ class CORE_EXPORT QgsVectorFileWriter : public QgsFeatureSink
|
||||
class CORE_EXPORT SaveVectorOptions
|
||||
{
|
||||
public:
|
||||
//! Constructor
|
||||
|
||||
SaveVectorOptions();
|
||||
|
||||
virtual ~SaveVectorOptions() = default;
|
||||
|
@ -116,9 +116,6 @@ class CORE_EXPORT QgsSettingsEntryBase
|
||||
const QString &description = QString(),
|
||||
Qgis::SettingsOptions options = Qgis::SettingsOptions() ) SIP_THROW( QgsSettingsException );
|
||||
|
||||
/**
|
||||
* Destructor for QgsSettingsEntryBase.
|
||||
*/
|
||||
virtual ~QgsSettingsEntryBase();
|
||||
|
||||
/**
|
||||
|
@ -39,14 +39,7 @@ class CORE_DEPRECATED_EXPORT QgsSettingsRegistry
|
||||
{
|
||||
public:
|
||||
|
||||
/**
|
||||
* Constructor for QgsSettingsRegistry.
|
||||
*/
|
||||
QgsSettingsRegistry();
|
||||
|
||||
/**
|
||||
* Destructor for QgsSettingsRegistry.
|
||||
*/
|
||||
virtual ~QgsSettingsRegistry();
|
||||
|
||||
/**
|
||||
|
@ -45,14 +45,7 @@ class CORE_EXPORT QgsSettingsRegistryCore : public QgsSettingsRegistry
|
||||
// TODO QGIS 4 do not inherit QgsSettingsRegistry
|
||||
public:
|
||||
|
||||
/**
|
||||
* Constructor for QgsSettingsRegistryCore.
|
||||
*/
|
||||
QgsSettingsRegistryCore();
|
||||
|
||||
/**
|
||||
* Destructor for QgsSettingsRegistryCore.
|
||||
*/
|
||||
virtual ~QgsSettingsRegistryCore();
|
||||
|
||||
#ifndef SIP_RUN
|
||||
|
@ -284,7 +284,6 @@ class CORE_EXPORT QgsInterpolatedLineSymbolLayer : public QgsLineSymbolLayer
|
||||
{
|
||||
public:
|
||||
|
||||
//! Constructor
|
||||
QgsInterpolatedLineSymbolLayer();
|
||||
|
||||
//! Creates the symbol layer
|
||||
|
@ -38,7 +38,7 @@ class GUI_EXPORT QgsLayoutHtmlWidget: public QgsLayoutItemBaseWidget, private Ui
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
//! constructor
|
||||
|
||||
QgsLayoutHtmlWidget() = delete;
|
||||
//! constructor
|
||||
QgsLayoutHtmlWidget( QgsLayoutFrame *frame );
|
||||
|
@ -57,7 +57,6 @@ class GUI_EXPORT QgsProviderGuiRegistry
|
||||
//! Creates registry and loads static provider plugins
|
||||
QgsProviderGuiRegistry( const QString &pluginPath );
|
||||
|
||||
//! dtor
|
||||
virtual ~QgsProviderGuiRegistry();
|
||||
|
||||
//! Returns list of available providers by their keys
|
||||
|
@ -37,7 +37,6 @@ class QgsSubsetStringEditorInterface;
|
||||
class GUI_EXPORT QgsSubsetStringEditorProvider
|
||||
{
|
||||
public:
|
||||
//! Destructor.
|
||||
virtual ~QgsSubsetStringEditorProvider();
|
||||
|
||||
//! Provider key
|
||||
|
@ -38,14 +38,7 @@ class GUI_EXPORT QgsSettingsRegistryGui : public QgsSettingsRegistry
|
||||
// TODO QGIS 4 do not inherit QgsSettingsRegistry
|
||||
public:
|
||||
|
||||
/**
|
||||
* Constructor for QgsSettingsRegistryGui.
|
||||
*/
|
||||
QgsSettingsRegistryGui();
|
||||
|
||||
/**
|
||||
* Destructor for QgsSettingsRegistryGui.
|
||||
*/
|
||||
virtual ~QgsSettingsRegistryGui();
|
||||
|
||||
#ifndef SIP_RUN
|
||||
|
@ -53,10 +53,6 @@ class SERVER_EXPORT QgsServerParameterDefinition
|
||||
Q_DECL_DEPRECATED QgsServerParameterDefinition( const QVariant::Type type,
|
||||
const QVariant defaultValue = QVariant( "" ) ) SIP_DEPRECATED;
|
||||
|
||||
|
||||
/**
|
||||
* Default destructor for QgsServerParameterDefinition.
|
||||
*/
|
||||
virtual ~QgsServerParameterDefinition() = default;
|
||||
|
||||
/**
|
||||
|
@ -44,10 +44,7 @@ class SERVER_EXPORT QgsServerResponse
|
||||
{
|
||||
public:
|
||||
|
||||
//!constructor
|
||||
QgsServerResponse() = default;
|
||||
|
||||
//! destructor
|
||||
virtual ~QgsServerResponse() = default;
|
||||
|
||||
/**
|
||||
|
@ -44,10 +44,7 @@ class SERVER_EXPORT QgsService
|
||||
|
||||
public:
|
||||
|
||||
//! Constructor
|
||||
QgsService();
|
||||
|
||||
//! Destructor
|
||||
virtual ~QgsService() = default;
|
||||
|
||||
/**
|
||||
|
@ -42,14 +42,7 @@ class SERVER_EXPORT QgsServiceModule
|
||||
|
||||
public:
|
||||
|
||||
/**
|
||||
* Default constructor for QgsServiceModule.
|
||||
*/
|
||||
QgsServiceModule() = default;
|
||||
|
||||
/**
|
||||
* Default destructor for QgsServiceModule.
|
||||
*/
|
||||
virtual ~QgsServiceModule() = default;
|
||||
|
||||
/**
|
||||
|
@ -50,10 +50,7 @@ class SERVER_EXPORT QgsServiceRegistry
|
||||
|
||||
public:
|
||||
|
||||
//! Constructor
|
||||
QgsServiceRegistry() = default;
|
||||
|
||||
//! Destructor
|
||||
~QgsServiceRegistry();
|
||||
|
||||
/**
|
||||
|
@ -69,9 +69,6 @@ namespace QgsWfs
|
||||
const QMetaType::Type type = QMetaType::Type::QString,
|
||||
const QVariant defaultValue = QVariant( "" ) );
|
||||
|
||||
/**
|
||||
* Default destructor for QgsWfsParameter.
|
||||
*/
|
||||
virtual ~QgsWfsParameter() = default;
|
||||
|
||||
/**
|
||||
@ -154,9 +151,6 @@ namespace QgsWfs
|
||||
*/
|
||||
QgsWfsParameters();
|
||||
|
||||
/**
|
||||
* Default destructor for QgsWfsParameters.
|
||||
*/
|
||||
virtual ~QgsWfsParameters() = default;
|
||||
|
||||
/**
|
||||
|
@ -53,9 +53,6 @@ namespace QgsWms
|
||||
};
|
||||
Q_DECLARE_FLAGS( Flags, Flag )
|
||||
|
||||
/**
|
||||
* Destructor for QgsWmsRenderContext.
|
||||
*/
|
||||
~QgsWmsRenderContext();
|
||||
|
||||
/**
|
||||
|
@ -75,9 +75,6 @@ namespace QgsWms
|
||||
*/
|
||||
QgsRenderer( const QgsWmsRenderContext &context );
|
||||
|
||||
/**
|
||||
* Destructor for QgsRenderer.
|
||||
*/
|
||||
~QgsRenderer();
|
||||
|
||||
/**
|
||||
|
@ -83,9 +83,6 @@ namespace QgsWms
|
||||
*/
|
||||
QgsWmsRestorer( const QgsWmsRenderContext &context );
|
||||
|
||||
/**
|
||||
* Default destructor.
|
||||
*/
|
||||
~QgsWmsRestorer() = default;
|
||||
|
||||
private:
|
||||
|
@ -381,7 +381,7 @@ class DoxygenParser():
|
||||
if self.isConstructor(elem):
|
||||
# ignore constructors with no arguments
|
||||
try:
|
||||
if re.match(r'^\s*\(\s*\)\s*(?:=\s*default\s*)?$', elem.find('argsstring').text):
|
||||
if re.match(r'^\s*\(\s*\)\s*(?:=\s*(?:default|delete)\s*)?$', elem.find('argsstring').text):
|
||||
return False
|
||||
except:
|
||||
pass
|
||||
|
Loading…
x
Reference in New Issue
Block a user