FlightGear next
|
Heper image provider to allow re-colorizing images based on the active style. More...
#include <QmlColoredImageProvider.hxx>
Inherits QQuickImageProvider.
Public Member Functions | |
QmlColoredImageProvider () | |
QImage | requestImage (const QString &id, QSize *size, const QSize &requestedSize) override |
QPixmap | requestPixmap (const QString &id, QSize *size, const QSize &requestedSize) override |
void | loadStyleColors (QQmlEngine *engine, int styleTypeId) |
Static Public Member Functions | |
static QmlColoredImageProvider * | instance () |
Heper image provider to allow re-colorizing images based on the active style.
Definition at line 29 of file QmlColoredImageProvider.hxx.
QmlColoredImageProvider::QmlColoredImageProvider | ( | ) |
Definition at line 25 of file QmlColoredImageProvider.cxx.
|
static |
Definition at line 137 of file QmlColoredImageProvider.cxx.
void QmlColoredImageProvider::loadStyleColors | ( | QQmlEngine * | engine, |
int | styleTypeId ) |
Definition at line 30 of file QmlColoredImageProvider.cxx.
|
override |
Definition at line 74 of file QmlColoredImageProvider.cxx.
|
override |
Definition at line 131 of file QmlColoredImageProvider.cxx.