C
QSafeBitmap Class
class SafeRenderer::QSafeBitmapThe QSafeBitmap class holds the bitmap file. More...
Header: | #include <QSafeBitmap> |
Since: | QtSafeRenderer 1.1 |
Inherited By: | SafeRenderer::QSafeBitmapBuffer and SafeRenderer::QSafeBitmapResource |
Public Functions
QSafeBitmap() | |
SafeRenderer::quint32 | hash() const |
SafeRenderer::qint32 | height() const |
void | setHash(const SafeRenderer::quint32 hashArg) |
SafeRenderer::qint32 | width() const |
Member Function Documentation
QSafeBitmap::QSafeBitmap()
Constructor for the QSafeBitmap class.
SafeRenderer::quint32 QSafeBitmap::hash() const
Returns the hash value of the bitmap file name.
See also setHash().
SafeRenderer::qint32 QSafeBitmap::height() const
Returns the height of the bitmap.
void QSafeBitmap::setHash(const SafeRenderer::quint32 hashArg)
Sets the hash value to hashArg.
See also hash().
SafeRenderer::qint32 QSafeBitmap::width() const
Returns the width of the bitmap.
Available under certain Qt licenses.
Find out more.