org.kde.qt
public class QSplashScreen extends QWidget
Constructor Summary | |
---|---|
protected | QSplashScreen(Class dummy) |
QSplashScreen(QPixmap pixmap, int f) | |
QSplashScreen(QPixmap pixmap) | |
QSplashScreen() |
Method Summary | |
---|---|
String | className() |
void | clear() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | drawContents(QPainter painter) |
protected void | finalize() Deletes the wrapped C++ instance |
void | finish(QWidget w) |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
void | message(String str, int flags, QColor color) |
void | message(String str, int flags) |
void | message(String str) |
QMetaObject | metaObject() |
protected void | mousePressEvent(QMouseEvent arg1) |
QPixmap | pixmap() |
void | repaint() |
void | setPixmap(QPixmap pixmap) |
static String | tr(String arg1, String arg2) |
static String | tr(String arg1) |