Krita
Scratchpad.cpp
void loadScratchpadImage(QImage image)
Load image data to the scratchpad.
Definition: Scratchpad.cpp:56
void clear()
Clears out scratchpad with color specified set during setup.
Definition: Scratchpad.cpp:66
void setModeManually(bool value)
Switches between a GUI controlling the current mode and when mouse clicks control mode.
Definition: Scratchpad.cpp:41
void addWidget(QWidget *widget, int stretch, Qt::Alignment alignment)
void setFillColor(QColor color)
Fill the entire scratchpad with a color.
Definition: Scratchpad.cpp:72
void linkCanvasZoom(bool value)
Makes a connection between the zoom of the canvas and scratchpad area so they zoom in sync.
Definition: Scratchpad.cpp:51
QImage copyScratchpadImageData()
Take what is on the scratchpad area and grab image.
Definition: Scratchpad.cpp:61
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Sep 22 2023 04:09:51 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Sep 22 2023 04:09:51 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.