org.kde.koala

Class KMdiViewCloseEvent

public class KMdiViewCloseEvent extends QCustomEvent

This special event is needed because the view has to inform the main frame that it`s being closed.

UNKNOWN: Internal class.

Constructor Summary
protected KMdiViewCloseEvent(Class dummy)
KMdiViewCloseEvent(KMdiChildView pWnd)
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?

Constructor Detail

KMdiViewCloseEvent

protected KMdiViewCloseEvent(Class dummy)

KMdiViewCloseEvent

public KMdiViewCloseEvent(KMdiChildView pWnd)

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?