• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • krita API Reference
  • KDE Home
  • Contact Us
 

plugins/paintops/libpaintop

  • sources
  • kfour-appscomplete
  • krita
  • plugins
  • paintops
  • libpaintop
kis_paint_action_type_option.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2008 Boudewijn Rempt <[email protected]>
3  *
4  * SPDX-License-Identifier: GPL-2.0-or-later
5  */
6 #ifndef KIS_PAINT_ACTION_TYPE_OPTION_H
7 #define KIS_PAINT_ACTION_TYPE_OPTION_H
8 
9 #include <kis_paintop_option.h>
10 #include <kritapaintop_export.h>
11 
12 class KisPaintActionWidget;
13 
14 enum enumPaintActionType {
15  UNSUPPORTED,
16  BUILDUP,
17  WASH,
18  FRINGED // not used yet
19 };
20 
26 class PAINTOP_EXPORT KisPaintActionTypeOption : public KisPaintOpOption
27 {
28  Q_OBJECT
29 public:
30  KisPaintActionTypeOption();
31 
32  ~KisPaintActionTypeOption() override;
33 
34  enumPaintActionType paintActionType() const;
35 
36  void writeOptionSetting(KisPropertiesConfigurationSP setting) const override;
37 
38  void readOptionSetting(const KisPropertiesConfigurationSP setting) override;
39 
40 public Q_SLOTS:
41  void slotForceWashMode(bool value);
42 
43 private:
44  void updateControlsAvailability(bool value);
45 
46 private:
47 
48  KisPaintActionWidget * m_optionWidget;
49 
50 };
51 
52 #endif
UNSUPPORTED
Definition: kis_paint_action_type_option.h:15
KisPaintActionTypeOption
Allows the user to choose between two types of paint action:
Definition: kis_paint_action_type_option.h:26
BUILDUP
Definition: kis_paint_action_type_option.h:16
WASH
Definition: kis_paint_action_type_option.h:17
enumPaintActionType
enumPaintActionType
Definition: kis_paint_action_type_option.h:14
KisPaintOpOption
FRINGED
Definition: kis_paint_action_type_option.h:18
This file is part of the KDE documentation.
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.

plugins/paintops/libpaintop

Skip menu "plugins/paintops/libpaintop"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

krita API Reference

Skip menu "krita API Reference"
  • libs
  •   KritaBasicFlakes
  •   brush
  •   KritaUndo2
  •   KritaFlake
  •   image
  •   KritaPlugin
  •   Krita
  •   KritaPigment
  •   KritaResources
  •   KritaStore
  •   ui
  •   KritaWidgets
  •   KritaWidgetUtils
  • plugins
  •   Assitants
  •   Extensions
  •   Filters
  •   Generators
  •   Formats
  •           src
  •   PaintOps
  •     libpaintop

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal