#include <qiconloader_p.h>
Definition at line 104 of file qiconloader_p.h.
◆ pixmap()
Implements QIconLoaderEngineEntry.
Definition at line 483 of file qiconloader.cpp.
505 opt.palette =
qApp->palette();
506 cachedPixmap =
qApp->style()->generatedIconPixmap(mode,
basePixmap, &opt);
The QLatin1Literal class provides a thin wrapper around string literals used in source code...
Q_DECL_CONSTEXPR const T & qMin(const T &a, const T &b)
bool load(const QString &fileName, const char *format=0, Qt::ImageConversionFlags flags=Qt::AutoColor)
Loads a pixmap from the file with the given fileName.
The QString class provides a Unicode character string.
static QPixmap * find(const QString &key)
int width() const
Returns the width.
The QStyleOption class stores the parameters used by QStyle functions.
static bool insert(const QString &key, const QPixmap &pixmap)
Inserts a copy of the pixmap pixmap associated with the key into the cache.
int height() const
Returns the height.
qint64 cacheKey() const
Returns a number that identifies this QPixmap.
The QPixmap class is an off-screen image representation that can be used as a paint device...
bool isNull() const
Returns true if this is a null pixmap; otherwise returns false.
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
◆ basePixmap
The documentation for this struct was generated from the following files: