org.kde.qt

Class QFocusEvent

public class QFocusEvent extends QEvent

Field Summary
static intActiveWindow
static intBacktab
static intMouse
static intOther
static intPopup
static intShortcut
static intTab
Constructor Summary
protected QFocusEvent(Class dummy)
QFocusEvent(int type)
Method Summary
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleangotFocus()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
booleanlostFocus()
static intreason()
static voidresetReason()
static voidsetReason(int reason)

Field Detail

ActiveWindow

public static final int ActiveWindow

Backtab

public static final int Backtab

Mouse

public static final int Mouse

Other

public static final int Other

Popup

public static final int Popup

Shortcut

public static final int Shortcut

Tab

public static final int Tab

Constructor Detail

QFocusEvent

protected QFocusEvent(Class dummy)

QFocusEvent

public QFocusEvent(int type)

Method Detail

dispose

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

finalize

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

gotFocus

public boolean gotFocus()

isDisposed

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

lostFocus

public boolean lostFocus()

reason

public static int reason()

resetReason

public static void resetReason()

setReason

public static void setReason(int reason)