mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Add since
This commit is contained in:
parent
8c9d008413
commit
e8ed43e448
@ -101,16 +101,19 @@ class GUI_EXPORT QgsRasterLayerProperties : public QgsOptionsDialogBase, private
|
||||
* Registers a property override button, setting up its initial value, connections and description.
|
||||
* \param button button to register
|
||||
* \param key corresponding data defined property key
|
||||
* \since QGIS 3.22
|
||||
*/
|
||||
void initializeDataDefinedButton( QgsPropertyOverrideButton *button, QgsRasterPipe::Property key );
|
||||
|
||||
/**
|
||||
* Updates all property override buttons to reflect the widgets's current properties.
|
||||
* \since QGIS 3.22
|
||||
*/
|
||||
void updateDataDefinedButtons();
|
||||
|
||||
/**
|
||||
* Updates a specific property override \a button to reflect the widgets's current properties.
|
||||
* \since QGIS 3.22
|
||||
*/
|
||||
void updateDataDefinedButton( QgsPropertyOverrideButton *button );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user