A widget for setting an opacity value.
More...
#include <qgsopacitywidget.h>
|
void | setOpacity (double opacity) |
| Sets the current opacity to show in the widget, where opacity ranges from 0.0 (transparent) to 1.0 (opaque). More...
|
|
|
void | opacityChanged (double opacity) |
| Emitted when the opacity is changed in the widget, where opacity ranges from 0.0 (transparent) to 1.0 (opaque). More...
|
|
A widget for setting an opacity value.
- Since
- QGIS 3.0
Definition at line 32 of file qgsopacitywidget.h.
QgsOpacityWidget::QgsOpacityWidget |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
double QgsOpacityWidget::opacity |
( |
| ) |
const |
Returns the current opacity selected in the widget, where opacity ranges from 0.0 (transparent) to 1.0 (opaque).
- See also
- setOpacity()
-
opacityChanged()
void QgsOpacityWidget::opacityChanged |
( |
double |
opacity | ) |
|
|
signal |
Emitted when the opacity is changed in the widget, where opacity ranges from 0.0 (transparent) to 1.0 (opaque).
- See also
- setOpacity()
-
opacity()
void QgsOpacityWidget::setOpacity |
( |
double |
opacity | ) |
|
|
slot |
double QgsOpacityWidget::opacity |
|
readwrite |
The documentation for this class was generated from the following files: