org.kde.qt

Class QResizeEvent

public class QResizeEvent extends QEvent

Constructor Summary
protected QResizeEvent(Class dummy)
QResizeEvent(QSize size, QSize oldSize)
Method Summary
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QSizeoldSize()
QSizesize()

Constructor Detail

QResizeEvent

protected QResizeEvent(Class dummy)

QResizeEvent

public QResizeEvent(QSize size, QSize oldSize)

Method Detail

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?

oldSize

public QSize oldSize()

size

public QSize size()