org.kde.qt

Class QSplashScreen

public class QSplashScreen extends QWidget

See QSplashScreenSignals for signals emitted by QSplashScreen
Constructor Summary
protected QSplashScreen(Class dummy)
QSplashScreen(QPixmap pixmap, int f)
QSplashScreen(QPixmap pixmap)
QSplashScreen()
Method Summary
StringclassName()
voidclear()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voiddrawContents(QPainter painter)
protected voidfinalize()
Deletes the wrapped C++ instance
voidfinish(QWidget w)
booleanisDisposed()
Has the wrapped C++ instance been deleted?
voidmessage(String str, int flags, QColor color)
voidmessage(String str, int flags)
voidmessage(String str)
QMetaObjectmetaObject()
protected voidmousePressEvent(QMouseEvent arg1)
QPixmappixmap()
voidrepaint()
voidsetPixmap(QPixmap pixmap)
static Stringtr(String arg1, String arg2)
static Stringtr(String arg1)

Constructor Detail

QSplashScreen

protected QSplashScreen(Class dummy)

QSplashScreen

public QSplashScreen(QPixmap pixmap, int f)

QSplashScreen

public QSplashScreen(QPixmap pixmap)

QSplashScreen

public QSplashScreen()

Method Detail

className

public String className()

clear

public void clear()

dispose

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

drawContents

protected void drawContents(QPainter painter)

finalize

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

finish

public void finish(QWidget w)

isDisposed

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

message

public void message(String str, int flags, QColor color)

message

public void message(String str, int flags)

message

public void message(String str)

metaObject

public QMetaObject metaObject()

mousePressEvent

protected void mousePressEvent(QMouseEvent arg1)

pixmap

public QPixmap pixmap()

repaint

public void repaint()

setPixmap

public void setPixmap(QPixmap pixmap)

tr

public static String tr(String arg1, String arg2)

tr

public static String tr(String arg1)