Krita
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);
96 Resource *currentBrushPreset()
const;
97 void setCurrentBrushPreset(
Resource *resource);
100 void setCurrentPattern(
Resource *resource);
103 void setCurrentGradient(
Resource *resource);
105 QString currentBlendingMode()
const;
106 void setCurrentBlendingMode(
const QString &blendingMode);
108 float HDRExposure()
const;
109 void setHDRExposure(
float exposure);
111 float HDRGamma()
const;
112 void setHDRGamma(
float gamma);
114 qreal paintingOpacity()
const;
115 void setPaintingOpacity(qreal opacity);
117 qreal brushSize()
const;
118 void setBrushSize(qreal brushSize);
120 qreal brushRotation()
const;
121 void setBrushRotation(qreal brushRotation);
123 qreal paintingFlow()
const;
124 void setPaintingFlow(qreal flow);
134 void showFloatingMessage(
const QString &
message,
const QIcon& icon,
int timeout,
int priority);
187 #endif // LIBKIS_VIEW_H
A Resource represents a gradient, pattern, brush tip, brush preset, palette or workspace definition.
Window represents one Krita mainwindow.
The Document class encapsulates a Krita Document/Image.
View represents one view on a document.
The Scratchpad class A scratchpad is a type of blank canvas area that can be painted on with the norm...
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.
Canvas wraps the canvas inside a view on an image/document.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Nov 30 2023 04:01:29 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.