QBitmap

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

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.
this
this(const(QBitmap) other)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
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(QMatrix) )
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.

Variables

base0
QPixmap base0;
Undocumented in source.

Meta