Kstars
imageprovider.h
24 virtual QImage requestImage(const QString &id, QSize *size, const QSize &requestedSize) override;
This class makes it possible to use QImages from C++ in QML.
Definition imageprovider.h:18
virtual QImage requestImage(const QString &id, QSize *size, const QSize &requestedSize) override
Get image by id.
Definition imageprovider.cpp:11
void addImage(const QString &id, QImage image)
Add image to the list of images with the given id.
Definition imageprovider.cpp:18
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.