11#include "kritalibkis_export.h"
33 bool operator==(
const View &other)
const;
34 bool operator!=(
const View &other)
const;
51 void setDocument(
Document *document);
73 void activateResource(
Resource *resource);
110 Resource *currentBrushPreset()
const;
117 void setCurrentBrushPreset(
Resource *resource);
131 void setCurrentPattern(
Resource *resource);
145 void setCurrentGradient(
Resource *resource);
152 QString currentBlendingMode()
const;
159 void setCurrentBlendingMode(
const QString &blendingMode);
164 float HDRExposure()
const;
171 void setHDRExposure(
float exposure);
176 float HDRGamma()
const;
183 void setHDRGamma(
float gamma);
190 qreal paintingOpacity()
const;
197 void setPaintingOpacity(qreal opacity);
204 qreal brushSize()
const;
211 void setBrushSize(qreal brushSize);
218 qreal brushRotation()
const;
225 void setBrushRotation(qreal brushRotation);
232 qreal paintingFlow()
const;
239 void setPaintingFlow(qreal flow);
246 qreal patternSize()
const;
253 void setPatternSize(qreal size);
260 bool eraserMode()
const;
267 void setEraserMode(
bool value);
274 bool globalAlphaLock()
const;
281 void setGlobalAlphaLock(
bool value);
288 bool disablePressure()
const;
295 void setDisablePressure(
bool value);
305 void showFloatingMessage(
const QString &message,
const QIcon& icon,
int timeout,
int priority);
Canvas wraps the canvas inside a view on an image/document.
The Document class encapsulates a Krita Document/Image.
The ManagedColor class is a class to handle colors that are color managed.
Node represents a layer or mask in a Krita image's Node hierarchy.
A Resource represents a gradient, pattern, brush tip, brush preset, palette or workspace definition.
The Scratchpad class A scratchpad is a type of blank canvas area that can be painted on with the norm...
View represents one view on a document.
Window represents one Krita mainwindow.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:35:00 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.