QPicture

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(int formatVersion)
Undocumented in source.
this
this(const(QPicture) )
Undocumented in source.
this
this(QPicturePrivate data)
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

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

Functions

boundingRect
QRect boundingRect()
Undocumented in source.
data
const(char)* data()
Undocumented in source.
data_ptr
DataPtr data_ptr()
Undocumented in source. Be warned that the author may not have intended to support it.
detach
void detach()
Undocumented in source.
devType
int devType()
Undocumented in source.
isDetached
bool isDetached()
Undocumented in source.
isNull
bool isNull()
Undocumented in source.
load
bool load(QIODevice dev, const(char)* format)
Undocumented in source.
load
bool load(const(QString) fileName, const(char)* format)
Undocumented in source.
metric
int metric(PaintDeviceMetric m)
Undocumented in source.
paintDevice
QPaintDevice paintDevice()
Undocumented in source. Be warned that the author may not have intended to support it.
paintEngine
QPaintEngine paintEngine()
Undocumented in source.
play
bool play(QPainter* p)
Undocumented in source.
save
bool save(QIODevice dev, const(char)* format)
Undocumented in source.
save
bool save(const(QString) fileName, const(char)* format)
Undocumented in source.
setBoundingRect
void setBoundingRect(const(QRect) r)
Undocumented in source.
setData
void setData(const(char)* data, uint size)
Undocumented in source.
size
uint size()
Undocumented in source.

Static functions

inputFormatList
QStringList inputFormatList()
Undocumented in source.
inputFormats
QList!(QByteArray) inputFormats()
Undocumented in source.
outputFormatList
QStringList outputFormatList()
Undocumented in source.
outputFormats
QList!(QByteArray) outputFormats()
Undocumented in source.
pictureFormat
const(char)* pictureFormat(const(QString) fileName)
Undocumented in source.

Meta