org.kde.qt
public class QPicture extends QPaintDevice
Constructor Summary | |
---|---|
protected | QPicture(Class dummy) |
QPicture(int formatVersion) | |
QPicture() | |
QPicture(QPicture arg1) |
Method Summary | |
---|---|
QRect | boundingRect() |
QPicture | copy() |
String | data() |
void | detach() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | isNull() |
boolean | load(QIODeviceInterface dev, String format) |
boolean | load(QIODeviceInterface dev) |
boolean | load(String fileName, String format) |
boolean | load(String fileName) |
protected int | metric(int arg1) |
boolean | play(QPainter arg1) |
boolean | save(QIODeviceInterface dev, String format) |
boolean | save(QIODeviceInterface dev) |
boolean | save(String fileName, String format) |
boolean | save(String fileName) |
void | setBoundingRect(QRect r) |
void | setData(String data, int size) |
int | size() |