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

Public Member Functions | |
KisBrushOptionWidget () | |
KisBrushSP | brush () const |
void | hideOptions (const QStringList &options) |
void | lodLimitations (KisPaintopLodLimitations *l) const override |
bool | presetIsValid () |
void | readOptionSetting (const KisPropertiesConfigurationSP setting) override |
void | setAutoBrush (bool on) |
void | setCustomBrush (bool on) |
void | setHSLBrushTipEnabled (bool value) |
void | setImage (KisImageWSP image) override |
void | setPrecisionEnabled (bool value) |
void | setPredefinedBrushes (bool on) |
void | setTextBrush (bool on) |
void | writeOptionSetting (KisPropertiesConfigurationSP setting) const override |
Detailed Description
The brush option allows the user to select a particular brush footprint for suitable paintops.
Definition at line 21 of file kis_brush_option_widget.h.
Constructor & Destructor Documentation
◆ KisBrushOptionWidget()
KisBrushOptionWidget::KisBrushOptionWidget | ( | ) |
Definition at line 14 of file kis_brush_option_widget.cpp.
Member Function Documentation
◆ brush()
KisBrushSP KisBrushOptionWidget::brush | ( | ) | const |
- Returns
- the currently selected brush
Definition at line 28 of file kis_brush_option_widget.cpp.
◆ hideOptions()
void KisBrushOptionWidget::hideOptions | ( | const QStringList & | options | ) |
Definition at line 98 of file kis_brush_option_widget.cpp.
◆ lodLimitations()
|
override |
Definition at line 81 of file kis_brush_option_widget.cpp.
◆ presetIsValid()
bool KisBrushOptionWidget::presetIsValid | ( | ) |
Definition at line 93 of file kis_brush_option_widget.cpp.
◆ readOptionSetting()
|
override |
Definition at line 74 of file kis_brush_option_widget.cpp.
◆ setAutoBrush()
void KisBrushOptionWidget::setAutoBrush | ( | bool | on | ) |
Definition at line 33 of file kis_brush_option_widget.cpp.
◆ setCustomBrush()
void KisBrushOptionWidget::setCustomBrush | ( | bool | on | ) |
Definition at line 43 of file kis_brush_option_widget.cpp.
◆ setHSLBrushTipEnabled()
void KisBrushOptionWidget::setHSLBrushTipEnabled | ( | bool | value | ) |
Definition at line 63 of file kis_brush_option_widget.cpp.
◆ setImage()
|
override |
Definition at line 53 of file kis_brush_option_widget.cpp.
◆ setPrecisionEnabled()
void KisBrushOptionWidget::setPrecisionEnabled | ( | bool | value | ) |
Definition at line 58 of file kis_brush_option_widget.cpp.
◆ setPredefinedBrushes()
void KisBrushOptionWidget::setPredefinedBrushes | ( | bool | on | ) |
Definition at line 38 of file kis_brush_option_widget.cpp.
◆ setTextBrush()
void KisBrushOptionWidget::setTextBrush | ( | bool | on | ) |
Definition at line 48 of file kis_brush_option_widget.cpp.
◆ writeOptionSetting()
|
override |
Definition at line 68 of file kis_brush_option_widget.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 19 2021 23:44:56 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.