Krita
FileLayer.h
58 * other options are "Hermite", "NearestNeighbor", "Bilinear", "Bell", "BSpline", "Lanczos3", "Mitchell"
60 void setProperties(QString fileName, QString scalingMethod = QString("None"), QString scalingFilter = QString("Bicubic"));
void resetCache()
makes the file layer to reload the connected image from disk
Definition FileLayer.cpp:66
QString scalingFilter() const
scalingFilter returns the filter with which the file referenced is scaled.
Definition FileLayer.cpp:95
QString scalingMethod() const
scalingMethod returns how the file referenced is scaled.
Definition FileLayer.cpp:80
void setProperties(QString fileName, QString scalingMethod=QString("None"), QString scalingFilter=QString("Bicubic"))
setProperties Change the properties of the file layer.
Definition FileLayer.cpp:48
virtual QString type() const
type Krita has several types of nodes, split in layers and masks.
Definition Node.cpp:463
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 Jan 24 2025 11:51:04 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:51:04 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.