QBitmap

Binding for C++ class QBitmap.

Constructors

this
this()
Undocumented in source.
this
this(const(QPixmap) )
Undocumented in source.
this
this(int w, int h)
Undocumented in source.
this
this(const(QSize) )
Undocumented in source.
this
this(const(QString) fileName, const(char)* format)
Undocumented in source.

Alias This

base0

Members

Aliases

DataPtr
alias DataPtr = QExplicitlySharedDataPointer!(QPlatformPixmap)
Undocumented in source.

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
transformed
QBitmap transformed(const(QTransform) matrix)
Undocumented in source.

Static functions

create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.
fromData
QBitmap fromData(const(QSize) size, const(uchar)* bits, QImage.Format monoFormat)
Undocumented in source.
fromImage
QBitmap fromImage(const(QImage) image, qt.core.namespace.ImageConversionFlags flags)
Undocumented in source.
fromPixmap
QBitmap fromPixmap(const(QPixmap) pixmap)
Undocumented in source.

Variables

base0
QPixmap base0;
Undocumented in source.

Meta