QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
QgsOpacityWidget Class Reference

A widget for setting an opacity value. More...

#include <qgsopacitywidget.h>

Inheritance diagram for QgsOpacityWidget:

Public Slots

void setOpacity (double opacity)
 Sets the current opacity to show in the widget, where opacity ranges from 0.0 (transparent) to 1.0 (opaque).

Signals

void opacityChanged (double opacity)
 Emitted when the opacity is changed in the widget, where opacity ranges from 0.0 (transparent) to 1.0 (opaque).

Public Member Functions

 QgsOpacityWidget (QWidget *parent=nullptr)
 Constructor for QgsOpacityWidget.
double opacity () const
 Returns the current opacity selected in the widget, where opacity ranges from 0.0 (transparent) to 1.0 (opaque).

Properties

double opacity

Detailed Description

A widget for setting an opacity value.

Definition at line 32 of file qgsopacitywidget.h.

Constructor & Destructor Documentation

◆ QgsOpacityWidget()

QgsOpacityWidget::QgsOpacityWidget ( QWidget * parent = nullptr)
explicit

Constructor for QgsOpacityWidget.

Definition at line 26 of file qgsopacitywidget.cpp.

Member Function Documentation

◆ opacity()

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()

Definition at line 60 of file qgsopacitywidget.cpp.

◆ 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()

◆ setOpacity

void QgsOpacityWidget::setOpacity ( double opacity)
slot

Sets the current opacity to show in the widget, where opacity ranges from 0.0 (transparent) to 1.0 (opaque).

See also
opacity()
opacityChanged()

Definition at line 65 of file qgsopacitywidget.cpp.

Property Documentation

◆ opacity

double QgsOpacityWidget::opacity
readwrite

Definition at line 35 of file qgsopacitywidget.h.


The documentation for this class was generated from the following files: