plugins/paintops/libpaintop
#include <kis_airbrush_option_widget.h>

Public Member Functions | |
KisAirbrushOptionWidget (bool enabled=true, bool canIgnoreSpacing=true) | |
~KisAirbrushOptionWidget () override | |
qreal | airbrushInterval () const |
bool | ignoreSpacing () const |
void | readOptionSetting (const KisPropertiesConfigurationSP setting) override |
void | writeOptionSetting (KisPropertiesConfigurationSP setting) const override |
Detailed Description
Allows the user to activate airbrushing of the brush mask (brush is painted at the same position over and over) Rate is set in milliseconds.
Definition at line 16 of file kis_airbrush_option_widget.h.
Constructor & Destructor Documentation
◆ KisAirbrushOptionWidget()
KisAirbrushOptionWidget::KisAirbrushOptionWidget | ( | bool | enabled = true , |
bool | canIgnoreSpacing = true |
||
) |
Definition at line 48 of file kis_airbrush_option_widget.cpp.
◆ ~KisAirbrushOptionWidget()
|
override |
Definition at line 67 of file kis_airbrush_option_widget.cpp.
Member Function Documentation
◆ airbrushInterval()
qreal KisAirbrushOptionWidget::airbrushInterval | ( | ) | const |
Returns the airbrushing interval, in milliseconds.
This value should be ignored if the KisAirbrushOption is not checked according to isChecked().
Definition at line 96 of file kis_airbrush_option_widget.cpp.
◆ ignoreSpacing()
bool KisAirbrushOptionWidget::ignoreSpacing | ( | ) | const |
Returns true if regular distance-based spacing should be ignored and overridden by time-based spacing.
This value should be ignored if the KisAirbrushOption is not checked according to isChecked().
Definition at line 101 of file kis_airbrush_option_widget.cpp.
◆ readOptionSetting()
|
override |
Definition at line 85 of file kis_airbrush_option_widget.cpp.
◆ writeOptionSetting()
|
override |
Definition at line 72 of file kis_airbrush_option_widget.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Apr 13 2021 23:37:59 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.