mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
replace deprecated in by deprecated since (#32260)
This commit is contained in:
parent
6a797d6736
commit
2406837650
@ -850,8 +850,8 @@ Splits this geometry according to a given line.
|
||||
|
||||
:return: OperationResult a result code: success or reason of failure
|
||||
|
||||
.. deprecated::
|
||||
in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
.. deprecated:: QGIS 3.12
|
||||
- will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
%End
|
||||
|
||||
OperationResult splitGeometry( const QgsPointSequence &splitLine, QVector<QgsGeometry> &newGeometries /Out/, bool topological, QgsPointSequence &topologyTestPoints /Out/ );
|
||||
|
@ -1260,8 +1260,8 @@ Adds a ring to polygon/multipolygon features
|
||||
to the underlying data provider until a commitChanges() call is made. Any uncommitted
|
||||
changes can be discarded by calling rollBack().
|
||||
|
||||
.. deprecated::
|
||||
in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
.. deprecated:: QGIS 3.12
|
||||
- will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
%End
|
||||
|
||||
|
||||
@ -1338,8 +1338,8 @@ Adds a new part polygon to a multipart feature
|
||||
to the underlying data provider until a commitChanges() call is made. Any uncommitted
|
||||
changes can be discarded by calling rollBack().
|
||||
|
||||
.. deprecated::
|
||||
in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
.. deprecated:: QGIS 3.12
|
||||
- will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
%End
|
||||
|
||||
QgsGeometry::OperationResult addPart( const QVector<QgsPointXY> &ring ) /PyName=addPartV2,Deprecated/;
|
||||
@ -1367,8 +1367,8 @@ Adds a new part polygon to a multipart feature
|
||||
to the underlying data provider until a commitChanges() call is made. Any uncommitted
|
||||
changes can be discarded by calling rollBack().
|
||||
|
||||
.. deprecated::
|
||||
in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
.. deprecated:: QGIS 3.12
|
||||
- will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
%End
|
||||
|
||||
QgsGeometry::OperationResult addPart( const QgsPointSequence &ring ) /PyName=addPartV2/;
|
||||
@ -1453,8 +1453,8 @@ Splits parts cut by the given line
|
||||
to the underlying data provider until a commitChanges() call is made. Any uncommitted
|
||||
changes can be discarded by calling rollBack().
|
||||
|
||||
.. deprecated::
|
||||
in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
.. deprecated:: QGIS 3.12
|
||||
- will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
%End
|
||||
|
||||
QgsGeometry::OperationResult splitParts( const QgsPointSequence &splitLine, bool topologicalEditing = false );
|
||||
@ -1504,8 +1504,8 @@ Splits features cut by the given line
|
||||
to the underlying data provider until a commitChanges() call is made. Any uncommitted
|
||||
changes can be discarded by calling rollBack().
|
||||
|
||||
.. deprecated::
|
||||
in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
.. deprecated:: QGIS 3.12
|
||||
- will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
%End
|
||||
|
||||
QgsGeometry::OperationResult splitFeatures( const QgsPointSequence &splitLine, bool topologicalEditing = false );
|
||||
@ -1570,8 +1570,8 @@ editing.
|
||||
to the underlying data provider until a commitChanges() call is made. Any uncommitted
|
||||
changes can be discarded by calling rollBack().
|
||||
|
||||
.. deprecated::
|
||||
in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
.. deprecated:: QGIS 3.12
|
||||
- will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
%End
|
||||
|
||||
int addTopologicalPoints( const QgsPoint &p );
|
||||
|
@ -71,8 +71,8 @@ Adds a ring to polygon/multipolygon features
|
||||
|
||||
:return: OperationResult result code: success or reason of failure
|
||||
|
||||
.. deprecated::
|
||||
in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
.. deprecated:: QGIS 3.12
|
||||
- will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
%End
|
||||
|
||||
QgsGeometry::OperationResult addRing( const QgsPointSequence &ring, const QgsFeatureIds &targetFeatureIds = QgsFeatureIds(), QgsFeatureId *modifiedFeatureId = 0 );
|
||||
@ -113,8 +113,8 @@ Adds a new part polygon to a multipart feature
|
||||
- QgsGeometry.InvalidBaseGeometry
|
||||
- QgsGeometry.InvalidInput
|
||||
|
||||
.. deprecated::
|
||||
in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
.. deprecated:: QGIS 3.12
|
||||
- will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
%End
|
||||
|
||||
QgsGeometry::OperationResult addPart( const QgsPointSequence &ring, QgsFeatureId featureId );
|
||||
@ -173,8 +173,8 @@ Splits parts cut by the given line
|
||||
- QgsGeometry.GeometryEngineError
|
||||
- QgsGeometry.SplitCannotSplitPoint
|
||||
|
||||
.. deprecated::
|
||||
in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
.. deprecated:: QGIS 3.12
|
||||
- will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
%End
|
||||
|
||||
QgsGeometry::OperationResult splitParts( const QgsPointSequence &splitLine, bool topologicalEditing = false );
|
||||
@ -203,8 +203,8 @@ Splits features cut by the given line
|
||||
:return: 0 in case of success,
|
||||
4 if there is a selection but no feature split
|
||||
|
||||
.. deprecated::
|
||||
in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
.. deprecated:: QGIS 3.12
|
||||
- will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
%End
|
||||
|
||||
QgsGeometry::OperationResult splitFeatures( const QgsPointSequence &splitLine, bool topologicalEditing = false );
|
||||
|
@ -89,8 +89,8 @@ Accordingly, only implementations must be lightweight and return ASAP.
|
||||
(For instance by copying the relevant parts of ``data`` and then handling
|
||||
the data after a short timeout).
|
||||
|
||||
.. deprecated::
|
||||
in QGIS 3.10 - use handleMimeDataV2() instead.
|
||||
.. deprecated:: QGIS 3.10
|
||||
- use handleMimeDataV2() instead.
|
||||
%End
|
||||
|
||||
virtual bool handleMimeDataV2( const QMimeData *data );
|
||||
|
@ -219,8 +219,8 @@ List of digitized points
|
||||
|
||||
:return: List of points
|
||||
|
||||
.. deprecated::
|
||||
in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant returns QgsPoint objects instead of QgsPointXY.
|
||||
.. deprecated:: QGIS 3.12
|
||||
- will be removed in QGIS 4.0. Use the variant returns QgsPoint objects instead of QgsPointXY.
|
||||
%End
|
||||
|
||||
|
||||
@ -239,8 +239,8 @@ Set the points on which to work
|
||||
|
||||
:param pointList: A list of points
|
||||
|
||||
.. deprecated::
|
||||
in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
.. deprecated:: QGIS 3.12
|
||||
- will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
%End
|
||||
|
||||
void setPoints( const QgsPointSequence &pointList );
|
||||
|
@ -73,8 +73,8 @@ Returns the current vector layer of the map canvas or 0
|
||||
Adds a list of ``vertices`` to other features to keep topology up to date, e.g. to neighbouring polygons.
|
||||
The ``vertices`` list specifies a set of topological points to add, in the layer's coordinate reference system.
|
||||
|
||||
.. deprecated::
|
||||
in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
.. deprecated:: QGIS 3.12
|
||||
- will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
%End
|
||||
|
||||
TopologicalResult addTopologicalPoints( const QVector<QgsPoint> &vertices );
|
||||
|
@ -26,8 +26,8 @@ If the ``initialPath`` argument is specified, then the dialog will default to th
|
||||
|
||||
:return: fileName on success, empty string use aborted, QString() if creation failed
|
||||
|
||||
.. deprecated::
|
||||
in QGIS 3.4.5 - use execAndCreateLayer() instead.
|
||||
.. deprecated:: QGIS 3.4.5
|
||||
- use execAndCreateLayer() instead.
|
||||
%End
|
||||
|
||||
static QString execAndCreateLayer( QString &errorMessage /Out/, QWidget *parent = 0, const QString &initialPath = QString(), QString *encoding /Out/ = 0, const QgsCoordinateReferenceSystem &crs = QgsCoordinateReferenceSystem() );
|
||||
|
@ -154,8 +154,8 @@ Opens the associated help
|
||||
void itemChanged( QStandardItem *item ) /Deprecated/;
|
||||
%Docstring
|
||||
|
||||
.. deprecated::
|
||||
in QGIS 3.6 - has no effect and will be removed in QGIS 4.0
|
||||
.. deprecated:: QGIS 3.6
|
||||
- has no effect and will be removed in QGIS 4.0
|
||||
%End
|
||||
|
||||
void groupChanged( const QModelIndex & );
|
||||
@ -196,8 +196,8 @@ Triggers the dialog for editing the selected smart group.
|
||||
void regrouped( QStandardItem * ) /Deprecated/;
|
||||
%Docstring
|
||||
|
||||
.. deprecated::
|
||||
in QGIS 3.6 - has no effect and will be removed in QGIS 4.0
|
||||
.. deprecated:: QGIS 3.6
|
||||
- has no effect and will be removed in QGIS 4.0
|
||||
%End
|
||||
|
||||
void filterSymbols( const QString &filter );
|
||||
@ -250,8 +250,8 @@ Remove all tags from selected symbols
|
||||
%Docstring
|
||||
Populate combo box with known style items (symbols, color ramps).
|
||||
|
||||
.. deprecated::
|
||||
in QGIS 3.6 - has no effect and will be removed in QGIS 4.0
|
||||
.. deprecated:: QGIS 3.6
|
||||
- has no effect and will be removed in QGIS 4.0
|
||||
%End
|
||||
|
||||
void populateGroups();
|
||||
@ -262,8 +262,8 @@ populate the groups
|
||||
void setSymbolsChecked( const QStringList & ) /Deprecated/;
|
||||
%Docstring
|
||||
|
||||
.. deprecated::
|
||||
in QGIS 3.6 - has no effect and will be removed in QGIS 4.0
|
||||
.. deprecated:: QGIS 3.6
|
||||
- has no effect and will be removed in QGIS 4.0
|
||||
%End
|
||||
|
||||
void populateSymbols( const QStringList &symbolNames, bool checkable = false ) /Deprecated/;
|
||||
@ -300,15 +300,15 @@ add a new color ramp to style
|
||||
bool removeSymbol() /Deprecated/;
|
||||
%Docstring
|
||||
|
||||
.. deprecated::
|
||||
in QGIS 3.6 - has no effect and will be removed in QGIS 4.0
|
||||
.. deprecated:: QGIS 3.6
|
||||
- has no effect and will be removed in QGIS 4.0
|
||||
%End
|
||||
|
||||
bool removeColorRamp() /Deprecated/;
|
||||
%Docstring
|
||||
|
||||
.. deprecated::
|
||||
in QGIS 3.6 - has no effect and will be removed in QGIS 4.0
|
||||
.. deprecated:: QGIS 3.6
|
||||
- has no effect and will be removed in QGIS 4.0
|
||||
%End
|
||||
|
||||
void enableSymbolInputs( bool );
|
||||
|
@ -881,7 +881,7 @@ class CORE_EXPORT QgsGeometry
|
||||
* \param topological TRUE if topological editing is enabled
|
||||
* \param[out] topologyTestPoints points that need to be tested for topological completeness in the dataset
|
||||
* \returns OperationResult a result code: success or reason of failure
|
||||
* \deprecated in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
* \deprecated since QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
*/
|
||||
Q_DECL_DEPRECATED OperationResult splitGeometry( const QVector<QgsPointXY> &splitLine, QVector<QgsGeometry> &newGeometries SIP_OUT, bool topological, QVector<QgsPointXY> &topologyTestPoints SIP_OUT ) SIP_DEPRECATED;
|
||||
|
||||
|
@ -220,7 +220,7 @@ class CORE_EXPORT QgsDataItem : public QObject
|
||||
enum Capability
|
||||
{
|
||||
NoCapabilities = 0,
|
||||
SetCrs = 1 << 0, //!< Can set CRS on layer or group of layers. \deprecated in QGIS 3.6 -- no longer used by QGIS and will be removed in QGIS 4.0
|
||||
SetCrs = 1 << 0, //!< Can set CRS on layer or group of layers. \deprecated since QGIS 3.6 -- no longer used by QGIS and will be removed in QGIS 4.0
|
||||
Fertile = 1 << 1, //!< Can create children. Even items without this capability may have children, but cannot create them, it means that children are created by item ancestors.
|
||||
Fast = 1 << 2, //!< CreateChildren() is fast enough to be run in main thread when refreshing items, most root items (wms,wfs,wcs,postgres...) are considered fast because they are reading data only from QgsSettings
|
||||
Collapse = 1 << 3, //!< The collapse/expand status for this items children should be ignored in order to avoid undesired network connections (wms etc.)
|
||||
|
@ -1267,7 +1267,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
|
||||
* by a call to startEditing(). Changes made to features using this method are not committed
|
||||
* to the underlying data provider until a commitChanges() call is made. Any uncommitted
|
||||
* changes can be discarded by calling rollBack().
|
||||
* \deprecated in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
* \deprecated since QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
*/
|
||||
Q_DECL_DEPRECATED QgsGeometry::OperationResult addRing( const QVector<QgsPointXY> &ring, QgsFeatureId *featureId = nullptr ) SIP_DEPRECATED;
|
||||
|
||||
@ -1328,7 +1328,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
|
||||
* by a call to startEditing(). Changes made to features using this method are not committed
|
||||
* to the underlying data provider until a commitChanges() call is made. Any uncommitted
|
||||
* changes can be discarded by calling rollBack().
|
||||
* \deprecated in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
* \deprecated since QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
*/
|
||||
Q_DECL_DEPRECATED QgsGeometry::OperationResult addPart( const QList<QgsPointXY> &ring ) SIP_DEPRECATED;
|
||||
|
||||
@ -1348,7 +1348,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
|
||||
* by a call to startEditing(). Changes made to features using this method are not committed
|
||||
* to the underlying data provider until a commitChanges() call is made. Any uncommitted
|
||||
* changes can be discarded by calling rollBack().
|
||||
* \deprecated in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
* \deprecated since QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
*/
|
||||
Q_DECL_DEPRECATED QgsGeometry::OperationResult addPart( const QVector<QgsPointXY> &ring ) SIP_PYNAME( addPartV2 ) SIP_DEPRECATED;
|
||||
|
||||
@ -1409,7 +1409,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
|
||||
* by a call to startEditing(). Changes made to features using this method are not committed
|
||||
* to the underlying data provider until a commitChanges() call is made. Any uncommitted
|
||||
* changes can be discarded by calling rollBack().
|
||||
* \deprecated in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
* \deprecated since QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
*/
|
||||
Q_DECL_DEPRECATED QgsGeometry::OperationResult splitParts( const QVector<QgsPointXY> &splitLine, bool topologicalEditing = false ) SIP_DEPRECATED;
|
||||
|
||||
@ -1448,7 +1448,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
|
||||
* by a call to startEditing(). Changes made to features using this method are not committed
|
||||
* to the underlying data provider until a commitChanges() call is made. Any uncommitted
|
||||
* changes can be discarded by calling rollBack().
|
||||
* \deprecated in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
* \deprecated since QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
*/
|
||||
Q_DECL_DEPRECATED QgsGeometry::OperationResult splitFeatures( const QVector<QgsPointXY> &splitLine, bool topologicalEditing = false ) SIP_DEPRECATED;
|
||||
|
||||
@ -1494,7 +1494,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
|
||||
* by a call to startEditing(). Changes made to features using this method are not committed
|
||||
* to the underlying data provider until a commitChanges() call is made. Any uncommitted
|
||||
* changes can be discarded by calling rollBack().
|
||||
* \deprecated in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
* \deprecated since QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
*/
|
||||
Q_DECL_DEPRECATED int addTopologicalPoints( const QgsPointXY &p ) SIP_DEPRECATED;
|
||||
|
||||
|
@ -77,7 +77,7 @@ class CORE_EXPORT QgsVectorLayerEditUtils
|
||||
* all intersecting features are tested and the ring is added to the first valid feature.
|
||||
* \param modifiedFeatureId if specified, feature ID for feature that ring was added to will be stored in this parameter
|
||||
* \return OperationResult result code: success or reason of failure
|
||||
* \deprecated in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
* \deprecated since QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
*/
|
||||
Q_DECL_DEPRECATED QgsGeometry::OperationResult addRing( const QVector<QgsPointXY> &ring, const QgsFeatureIds &targetFeatureIds = QgsFeatureIds(), QgsFeatureId *modifiedFeatureId = nullptr ) SIP_DEPRECATED;
|
||||
|
||||
@ -109,7 +109,7 @@ class CORE_EXPORT QgsVectorLayerEditUtils
|
||||
* - QgsGeometry::AddPartNotMultiGeometry
|
||||
* - QgsGeometry::InvalidBaseGeometry
|
||||
* - QgsGeometry::InvalidInput
|
||||
* \deprecated in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
* \deprecated since QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
*/
|
||||
Q_DECL_DEPRECATED QgsGeometry::OperationResult addPart( const QVector<QgsPointXY> &ring, QgsFeatureId featureId ) SIP_DEPRECATED;
|
||||
|
||||
@ -158,7 +158,7 @@ class CORE_EXPORT QgsVectorLayerEditUtils
|
||||
* - QgsGeometry::InvalidBaseGeometry
|
||||
* - QgsGeometry::GeometryEngineError
|
||||
* - QgsGeometry::SplitCannotSplitPoint
|
||||
* \deprecated in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
* \deprecated since QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
*/
|
||||
Q_DECL_DEPRECATED QgsGeometry::OperationResult splitParts( const QVector<QgsPointXY> &splitLine, bool topologicalEditing = false ) SIP_DEPRECATED;
|
||||
|
||||
@ -182,7 +182,7 @@ class CORE_EXPORT QgsVectorLayerEditUtils
|
||||
* \param topologicalEditing TRUE if topological editing is enabled
|
||||
* \returns 0 in case of success,
|
||||
* 4 if there is a selection but no feature split
|
||||
* \deprecated in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
* \deprecated since QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
*/
|
||||
Q_DECL_DEPRECATED QgsGeometry::OperationResult splitFeatures( const QVector<QgsPointXY> &splitLine, bool topologicalEditing = false ) SIP_DEPRECATED;
|
||||
|
||||
|
@ -100,7 +100,7 @@ class GUI_EXPORT QgsCustomDropHandler : public QObject
|
||||
* (For instance by copying the relevant parts of \a data and then handling
|
||||
* the data after a short timeout).
|
||||
*
|
||||
* \deprecated in QGIS 3.10 - use handleMimeDataV2() instead.
|
||||
* \deprecated since QGIS 3.10 - use handleMimeDataV2() instead.
|
||||
*/
|
||||
Q_DECL_DEPRECATED virtual void handleMimeData( const QMimeData *data ) SIP_DEPRECATED;
|
||||
|
||||
|
@ -224,7 +224,7 @@ class GUI_EXPORT QgsMapToolCapture : public QgsMapToolAdvancedDigitizing
|
||||
/**
|
||||
* List of digitized points
|
||||
* \returns List of points
|
||||
* \deprecated in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant returns QgsPoint objects instead of QgsPointXY.
|
||||
* \deprecated since QGIS 3.12 - will be removed in QGIS 4.0. Use the variant returns QgsPoint objects instead of QgsPointXY.
|
||||
*/
|
||||
Q_DECL_DEPRECATED QVector<QgsPointXY> points() const SIP_DEPRECATED;
|
||||
|
||||
@ -241,7 +241,7 @@ class GUI_EXPORT QgsMapToolCapture : public QgsMapToolAdvancedDigitizing
|
||||
* Set the points on which to work
|
||||
*
|
||||
* \param pointList A list of points
|
||||
* \deprecated in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
* \deprecated since QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
*/
|
||||
Q_DECL_DEPRECATED void setPoints( const QVector<QgsPointXY> &pointList ) SIP_DEPRECATED;
|
||||
|
||||
|
@ -78,7 +78,7 @@ class GUI_EXPORT QgsMapToolEdit: public QgsMapTool
|
||||
/**
|
||||
* Adds a list of \a vertices to other features to keep topology up to date, e.g. to neighbouring polygons.
|
||||
* The \a vertices list specifies a set of topological points to add, in the layer's coordinate reference system.
|
||||
* \deprecated in QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
* \deprecated since QGIS 3.12 - will be removed in QGIS 4.0. Use the variant which accepts QgsPoint objects instead of QgsPointXY.
|
||||
*/
|
||||
Q_DECL_DEPRECATED TopologicalResult addTopologicalPoints( const QVector<QgsPointXY> &vertices ) SIP_DEPRECATED;
|
||||
|
||||
|
@ -42,7 +42,7 @@ class GUI_EXPORT QgsNewVectorLayerDialog: public QDialog, private Ui::QgsNewVect
|
||||
*
|
||||
* \returns fileName on success, empty string use aborted, QString() if creation failed
|
||||
*
|
||||
* \deprecated in QGIS 3.4.5 - use execAndCreateLayer() instead.
|
||||
* \deprecated since QGIS 3.4.5 - use execAndCreateLayer() instead.
|
||||
*/
|
||||
Q_DECL_DEPRECATED static QString runAndCreateLayer( QWidget *parent = nullptr, QString *enc = nullptr, const QgsCoordinateReferenceSystem &crs = QgsCoordinateReferenceSystem(),
|
||||
const QString &initialPath = QString() ) SIP_DEPRECATED;
|
||||
|
@ -192,7 +192,7 @@ class GUI_EXPORT QgsStyleManagerDialog : public QDialog, private Ui::QgsStyleMan
|
||||
void showHelp();
|
||||
|
||||
/**
|
||||
* \deprecated in QGIS 3.6 - has no effect and will be removed in QGIS 4.0
|
||||
* \deprecated since QGIS 3.6 - has no effect and will be removed in QGIS 4.0
|
||||
*/
|
||||
Q_DECL_DEPRECATED void itemChanged( QStandardItem *item ) SIP_DEPRECATED;
|
||||
|
||||
@ -232,7 +232,7 @@ class GUI_EXPORT QgsStyleManagerDialog : public QDialog, private Ui::QgsStyleMan
|
||||
void editSmartgroupAction();
|
||||
|
||||
/**
|
||||
* \deprecated in QGIS 3.6 - has no effect and will be removed in QGIS 4.0
|
||||
* \deprecated since QGIS 3.6 - has no effect and will be removed in QGIS 4.0
|
||||
*/
|
||||
Q_DECL_DEPRECATED void regrouped( QStandardItem * ) SIP_DEPRECATED;
|
||||
|
||||
@ -269,7 +269,7 @@ class GUI_EXPORT QgsStyleManagerDialog : public QDialog, private Ui::QgsStyleMan
|
||||
/**
|
||||
* Populate combo box with known style items (symbols, color ramps).
|
||||
*
|
||||
* \deprecated in QGIS 3.6 - has no effect and will be removed in QGIS 4.0
|
||||
* \deprecated since QGIS 3.6 - has no effect and will be removed in QGIS 4.0
|
||||
*/
|
||||
Q_DECL_DEPRECATED void populateTypes() SIP_DEPRECATED;
|
||||
|
||||
@ -277,7 +277,7 @@ class GUI_EXPORT QgsStyleManagerDialog : public QDialog, private Ui::QgsStyleMan
|
||||
void populateGroups();
|
||||
|
||||
/**
|
||||
* \deprecated in QGIS 3.6 - has no effect and will be removed in QGIS 4.0
|
||||
* \deprecated since QGIS 3.6 - has no effect and will be removed in QGIS 4.0
|
||||
*/
|
||||
Q_DECL_DEPRECATED void setSymbolsChecked( const QStringList & ) SIP_DEPRECATED;
|
||||
|
||||
@ -307,12 +307,12 @@ class GUI_EXPORT QgsStyleManagerDialog : public QDialog, private Ui::QgsStyleMan
|
||||
bool editColorRamp();
|
||||
|
||||
/**
|
||||
* \deprecated in QGIS 3.6 - has no effect and will be removed in QGIS 4.0
|
||||
* \deprecated since QGIS 3.6 - has no effect and will be removed in QGIS 4.0
|
||||
*/
|
||||
Q_DECL_DEPRECATED bool removeSymbol() SIP_DEPRECATED;
|
||||
|
||||
/**
|
||||
* \deprecated in QGIS 3.6 - has no effect and will be removed in QGIS 4.0
|
||||
* \deprecated since QGIS 3.6 - has no effect and will be removed in QGIS 4.0
|
||||
*/
|
||||
Q_DECL_DEPRECATED bool removeColorRamp() SIP_DEPRECATED;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user