C

QSafeBitmap 类

class SafeRenderer::QSafeBitmap

QSafeBitmap 类包含位图文件。 更多...

头文件 #include <QSafeBitmap>
QtSafeRenderer 1.1
继承自

SafeRenderer::QSafeBitmapBufferSafeRenderer::QSafeBitmapResource

此类在 QtSafeRenderer 1.1 中被引入。

公共函数

QSafeBitmap()
SafeRenderer::quint32hash() const
SafeRenderer::quint32height() const
virtual const SafeRenderer::ARGB *scanline(const SafeRenderer::quint32 pixelRow) const = 0
voidsetHash(const SafeRenderer::quint32 hashArg)
voidsetHeight(const SafeRenderer::quint32 heightArg)
voidsetWidth(const SafeRenderer::quint32 widthArg)
SafeRenderer::quint32width() const

详细描述

成员函数文档

QSafeBitmap::QSafeBitmap()

QSafeBitmap 类的构造函数。

SafeRenderer::quint32 QSafeBitmap::hash() const

返回位图文件名的哈希值。

另请参阅setHash

SafeRenderer::quint32 QSafeBitmap::height() const

返回位图的高度。

另请参阅setHeight

[纯虚函数] const SafeRenderer::ARGB *QSafeBitmap::scanline(const SafeRenderer::quint32 pixelRow) const

访问像素行 pixelRow 的位图的纯虚函数定义。

void QSafeBitmap::setHash(const SafeRenderer::quint32 hashArg)

将哈希值设置为 hashArg

另请参阅hash

void QSafeBitmap::setHeight(const SafeRenderer::quint32 heightArg)

将高度值设置为 heightArg

另请参阅height

void QSafeBitmap::setWidth(const SafeRenderer::quint32 widthArg)

将宽度值设置为 widthArg

另请参阅width

SafeRenderer::quint32 QSafeBitmap::width() const

返回位图的宽度。

另请参阅setWidth

在某些 Qt 许可下可用。
了解更多。