org.kde.qt

Class QPicture

public class QPicture extends QPaintDevice

Constructor Summary
protected QPicture(Class dummy)
QPicture(int formatVersion)
QPicture()
QPicture(QPicture arg1)
Method Summary
QRectboundingRect()
QPicturecopy()
Stringdata()
voiddetach()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
booleanisNull()
booleanload(QIODeviceInterface dev, String format)
booleanload(QIODeviceInterface dev)
booleanload(String fileName, String format)
booleanload(String fileName)
protected intmetric(int arg1)
booleanplay(QPainter arg1)
booleansave(QIODeviceInterface dev, String format)
booleansave(QIODeviceInterface dev)
booleansave(String fileName, String format)
booleansave(String fileName)
voidsetBoundingRect(QRect r)
voidsetData(String data, int size)
intsize()

Constructor Detail

QPicture

protected QPicture(Class dummy)

QPicture

public QPicture(int formatVersion)

QPicture

public QPicture()

QPicture

public QPicture(QPicture arg1)

Method Detail

boundingRect

public QRect boundingRect()

copy

public QPicture copy()

data

public String data()

detach

public void detach()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

isNull

public boolean isNull()

load

public boolean load(QIODeviceInterface dev, String format)

load

public boolean load(QIODeviceInterface dev)

load

public boolean load(String fileName, String format)

load

public boolean load(String fileName)

metric

protected int metric(int arg1)

play

public boolean play(QPainter arg1)

save

public boolean save(QIODeviceInterface dev, String format)

save

public boolean save(QIODeviceInterface dev)

save

public boolean save(String fileName, String format)

save

public boolean save(String fileName)

setBoundingRect

public void setBoundingRect(QRect r)

setData

public void setData(String data, int size)

size

public int size()