|
Krita Source Code Documentation
|
#include "kis_types.h"#include "kritaimage_export.h"#include <QScopedPointer>#include "kis_properties_configuration.h"#include <brushengine/kis_paint_information.h>#include <brushengine/kis_uniform_paintop_property.h>Go to the source code of this file.
Classes | |
| class | KisPaintOpSettings |
| struct | KisPaintOpSettings::OutlineMode |
| struct | KisPaintOpSettings::UpdateListener |
Variables | |
| const QString | AIRBRUSH_ENABLED = "PaintOpSettings/isAirbrushing" |
| const QString | AIRBRUSH_IGNORE_SPACING = "PaintOpSettings/ignoreSpacing" |
| const QString | AIRBRUSH_RATE = "PaintOpSettings/rate" |
| const QString | SPACING_USE_UPDATES = "PaintOpSettings/updateSpacingBetweenDabs" |
Definition at line 23 of file kis_paintop_settings.h.
Definition at line 26 of file kis_paintop_settings.h.
Definition at line 29 of file kis_paintop_settings.h.
| const QString AIRBRUSH_ENABLED = "PaintOpSettings/isAirbrushing" |
Configuration property used to control whether airbrushing is enabled.
Definition at line 36 of file kis_paintop_settings.h.
| const QString AIRBRUSH_IGNORE_SPACING = "PaintOpSettings/ignoreSpacing" |
Configuration property used to control whether airbrushing is configured to ignore distance-based spacing.
Definition at line 47 of file kis_paintop_settings.h.
| const QString AIRBRUSH_RATE = "PaintOpSettings/rate" |
Configuration property used to control airbrushing rate. The value should be in dabs per second.
Definition at line 41 of file kis_paintop_settings.h.
| const QString SPACING_USE_UPDATES = "PaintOpSettings/updateSpacingBetweenDabs" |
Configuration property used to control whether the spacing settings can be updated between painted dabs.
Definition at line 53 of file kis_paintop_settings.h.