org.kde.qt

Class QChildEvent

public class QChildEvent extends QEvent

Constructor Summary
protected QChildEvent(Class dummy)
QChildEvent(int type, QObject child)
Method Summary
QObjectchild()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleaninserted()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
booleanremoved()

Constructor Detail

QChildEvent

protected QChildEvent(Class dummy)

QChildEvent

public QChildEvent(int type, QObject child)

Method Detail

child

public QObject child()

dispose

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

finalize

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

inserted

public boolean inserted()

isDisposed

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

removed

public boolean removed()