|
QGIS API Documentation 4.1.0-Master (9af12b5a203)
|
Contains the configuration of the lighting "bloom" effect. More...
#include <qgsbloomsettings.h>
Public Member Functions | |
| QgsBloomSettings ()=default | |
| QgsBloomSettings (const QgsBloomSettings &other) | |
| double | intensity () const |
| Returns the intensity of the bloom effect. | |
| bool | isEnabled () const |
| Returns whether the bloom effect is enabled. | |
| QgsBloomSettings & | operator= (QgsBloomSettings const &rhs) |
| double | radius () const |
| Returns the filter radius for the bloom. | |
| void | readXml (const QDomElement &element, const QgsReadWriteContext &context) |
| Reads settings from a DOM element. | |
| void | setEnabled (bool enabled) |
| Sets whether the bloom effect is enabled. | |
| void | setIntensity (double factor) |
| Sets the intensity of the bloom effect. | |
| void | setRadius (double radius) |
| Sets the filter radius for the bloom. | |
| void | writeXml (QDomElement &element, const QgsReadWriteContext &context) const |
| Writes settings to a DOM element. | |
Contains the configuration of the lighting "bloom" effect.
Definition at line 36 of file qgsbloomsettings.h.
|
default |
| QgsBloomSettings::QgsBloomSettings | ( | const QgsBloomSettings & | other | ) |
Definition at line 25 of file qgsbloomsettings.cpp.
|
inline |
Returns the intensity of the bloom effect.
Definition at line 83 of file qgsbloomsettings.h.
|
inline |
Returns whether the bloom effect is enabled.
Definition at line 69 of file qgsbloomsettings.h.
| QgsBloomSettings & QgsBloomSettings::operator= | ( | QgsBloomSettings const & | rhs | ) |
Definition at line 31 of file qgsbloomsettings.cpp.
|
inline |
Returns the filter radius for the bloom.
Definition at line 97 of file qgsbloomsettings.h.
| void QgsBloomSettings::readXml | ( | const QDomElement & | element, |
| const QgsReadWriteContext & | context ) |
Reads settings from a DOM element.
Definition at line 42 of file qgsbloomsettings.cpp.
|
inline |
Sets whether the bloom effect is enabled.
Definition at line 62 of file qgsbloomsettings.h.
|
inline |
Sets the intensity of the bloom effect.
Definition at line 76 of file qgsbloomsettings.h.
|
inline |
Sets the filter radius for the bloom.
Definition at line 90 of file qgsbloomsettings.h.
| void QgsBloomSettings::writeXml | ( | QDomElement & | element, |
| const QgsReadWriteContext & | context ) const |
Writes settings to a DOM element.
Definition at line 49 of file qgsbloomsettings.cpp.