Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
9 additions
and
0 deletions.
-
+5
−0
python/core/geometry/qgscurve.sip
-
+4
−0
src/core/geometry/qgscurve.h
|
@@ -29,6 +29,11 @@ Constructor for QgsCurve. |
|
|
%End |
|
|
|
|
|
virtual bool equals( const QgsCurve &other ) const = 0; |
|
|
%Docstring |
|
|
Checks whether this curve exactly equals another curve. |
|
|
|
|
|
.. versionadded:: 3.0 |
|
|
%End |
|
|
|
|
|
virtual bool operator==( const QgsAbstractGeometry &other ) const; |
|
|
|
|
|
|
@@ -41,6 +41,10 @@ class CORE_EXPORT QgsCurve: public QgsAbstractGeometry |
|
|
*/ |
|
|
QgsCurve() = default; |
|
|
|
|
|
/** |
|
|
* Checks whether this curve exactly equals another curve. |
|
|
* \since QGIS 3.0 |
|
|
*/ |
|
|
virtual bool equals( const QgsCurve &other ) const = 0; |
|
|
|
|
|
bool operator==( const QgsAbstractGeometry &other ) const override; |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.