org.kde.qt
public class QBitmap extends QPixmap
| Constructor Summary | |
|---|---|
| protected | QBitmap(Class dummy) |
| QBitmap() | |
| QBitmap(int w, int h, boolean clear, int arg4) | |
| QBitmap(int w, int h, boolean clear) | |
| QBitmap(int w, int h) | |
| QBitmap(QSize arg1, boolean clear, int arg3) | |
| QBitmap(QSize arg1, boolean clear) | |
| QBitmap(QSize arg1) | |
| QBitmap(int w, int h, char[] bits, boolean isXbitmap) | |
| QBitmap(int w, int h, char[] bits) | |
| QBitmap(QSize arg1, char[] bits, boolean isXbitmap) | |
| QBitmap(QSize arg1, char[] bits) | |
| QBitmap(QBitmap arg1) | |
| QBitmap(String fileName, String format) | |
| QBitmap(String fileName) | |
| QBitmap(QPixmap arg1) | |
| QBitmap(QImage arg1) | |
| Method Summary | |
|---|---|
| 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? |
| Object | xForm(QWMatrix arg1) |