mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-29 00:03:59 -04:00
API break documentation
This commit is contained in:
parent
050119c2ba
commit
0fbdb04594
@ -1154,6 +1154,8 @@ QgsExpression::Function {#qgis_api_break_3_0_QgsExpression_Function}
|
|||||||
- `QgsExpression::Function::usesgeometry()` has been renamed to `QgsExpression::Function::usesGeometry( const NodeFunction* node )`
|
- `QgsExpression::Function::usesgeometry()` has been renamed to `QgsExpression::Function::usesGeometry( const NodeFunction* node )`
|
||||||
- `QStringList QgsExpression::Function::referencedColumns()` has been changed to `QSet<QString> QgsExpression::Function::referencedColumns( const NodeFunction* node )`
|
- `QStringList QgsExpression::Function::referencedColumns()` has been changed to `QSet<QString> QgsExpression::Function::referencedColumns( const NodeFunction* node )`
|
||||||
- `QgsExpression::Function::helptext()` has been renamed to `helpText()`
|
- `QgsExpression::Function::helptext()` has been renamed to `helpText()`
|
||||||
|
- `QgsExpression::Function::func` has an additional parameter `node` that
|
||||||
|
provides access to the original node.
|
||||||
|
|
||||||
QgsExpressionItem {#qgis_api_break_3_0_QgsExpressionItem}
|
QgsExpressionItem {#qgis_api_break_3_0_QgsExpressionItem}
|
||||||
-----------------
|
-----------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user