plugins/paintops/libpaintop
KisPaintActionTypeOption Class Reference
#include <kis_paint_action_type_option.h>
Inheritance diagram for KisPaintActionTypeOption:

Public Slots | |
void | slotForceWashMode (bool value) |
Public Member Functions | |
KisPaintActionTypeOption () | |
~KisPaintActionTypeOption () override | |
enumPaintActionType | paintActionType () const |
void | readOptionSetting (const KisPropertiesConfigurationSP setting) override |
void | writeOptionSetting (KisPropertiesConfigurationSP setting) const override |
Detailed Description
Allows the user to choose between two types of paint action:
- incremental (going over the same spot in one stroke makes it darker)
- indirect (like photoshop and gimp)
Definition at line 26 of file kis_paint_action_type_option.h.
Constructor & Destructor Documentation
◆ KisPaintActionTypeOption()
KisPaintActionTypeOption::KisPaintActionTypeOption | ( | ) |
Definition at line 25 of file kis_paint_action_type_option.cpp.
◆ ~KisPaintActionTypeOption()
|
override |
Definition at line 40 of file kis_paint_action_type_option.cpp.
Member Function Documentation
◆ paintActionType()
enumPaintActionType KisPaintActionTypeOption::paintActionType | ( | ) | const |
Definition at line 45 of file kis_paint_action_type_option.cpp.
◆ readOptionSetting()
|
override |
Definition at line 63 of file kis_paint_action_type_option.cpp.
◆ slotForceWashMode
|
slot |
Definition at line 78 of file kis_paint_action_type_option.cpp.
◆ writeOptionSetting()
|
override |
Definition at line 58 of file kis_paint_action_type_option.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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
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.