C
QSafeBitmapReader Class
class SafeRenderer::QSafeBitmapReaderHeader: | #include <QSafeBitmapReader> |
Inherited By: | SafeRenderer::QSafeBitmapFileReader and SafeRenderer::QSafeBitmapResourceReader |
Public Functions
virtual const SafeRenderer::QSafeBitmap * | getBitmapByID(const SafeRenderer::quint32 hash) const = 0 |
virtual void | loadBitmapFile(const SafeRenderer::qchar *const file, const SafeRenderer::quint32 crc) = 0 |
Member Function Documentation
[pure virtual]
const SafeRenderer::QSafeBitmap *QSafeBitmapReader::getBitmapByID(const SafeRenderer::quint32 hash) const
Returns the pointer to the bitmap data for the layout item. hash is the hash of the name of the QML element in the layout declarative file.
[pure virtual]
void QSafeBitmapReader::loadBitmapFile(const SafeRenderer::qchar *const file, const SafeRenderer::quint32 crc)
Pure virtual definition for loading a bitmap file file. The checksum of the file needs to match with crc.
Available under certain Qt licenses.
Find out more.