Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_paintop_settings.h File Reference
#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
 

Typedefs

using KisResourcesInterfaceSP = QSharedPointer<KisResourcesInterface>
 
using KoCanvasResourcesInterfaceSP = QSharedPointer<KoCanvasResourcesInterface>
 
using KoResourceCacheInterfaceSP = QSharedPointer<KoResourceCacheInterface>
 

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"
 

Typedef Documentation

◆ KisResourcesInterfaceSP

◆ KoCanvasResourcesInterfaceSP

◆ KoResourceCacheInterfaceSP

Variable Documentation

◆ AIRBRUSH_ENABLED

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.

◆ AIRBRUSH_IGNORE_SPACING

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.

◆ AIRBRUSH_RATE

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.

◆ SPACING_USE_UPDATES

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.