Krita
View.h
The ManagedColor class is a class to handle colors that are color managed.
Definition ManagedColor.h:46
A Resource represents a gradient, pattern, brush tip, brush preset, palette or workspace definition.
Definition Resource.h:31
The Scratchpad class A scratchpad is a type of blank canvas area that can be painted on with the norm...
Definition Scratchpad.h:32
void setBrushRotation(qreal brushRotation)
set the current rotation for brush tip
Definition View.cpp:256
bool globalAlphaLock() const
return current global alpha lock mode (active/inactive)
Definition View.cpp:302
void setCurrentBrushPreset(Resource *resource)
set the current selected preset
Definition View.cpp:159
void setGlobalAlphaLock(bool value)
set current global alpha lock mode active/inactive
Definition View.cpp:310
ManagedColor * foregroundColor() const
foregroundColor allows access to the currently active foreground color.
Definition View.cpp:129
void setCurrentBlendingMode(const QString &blendingMode)
set the current blending mode for brush
Definition View.cpp:192
ManagedColor * backgroundColor() const
backgroundColor allows access to the currently active background color.
Definition View.cpp:141
QTransform flakeToCanvasTransform() const
flakeToCanvasTransform The transformation of the canvas relative to the view without rotation and mir...
Definition View.cpp:361
QString currentBlendingMode() const
return the current blending mode for brush
Definition View.cpp:186
void showFloatingMessage(const QString &message, const QIcon &icon, int timeout, int priority)
showFloatingMessage displays a floating message box on the top-left corner of the canvas
Definition View.cpp:345
QTransform flakeToImageTransform() const
flakeToImageTransform The transformation of the image relative to the view without rotation and mirro...
Definition View.cpp:367
void activateResource(Resource *resource)
activateResource activates the given resource.
Definition View.cpp:109
QTransform flakeToDocumentTransform() const
flakeToDocumentTransform The transformation of the document relative to the view without rotation and...
Definition View.cpp:355
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SLOTSQ_SLOTS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 14 2025 11:57:56 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 14 2025 11:57:56 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.