Qt.QFocusEvent Class

public class QFocusEvent: QEvent, System.IDisposable

Base Types

System.Object
  QtSupport
    QEvent
      QFocusEvent

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QFocusEvent Constructors

QFocusEvent(Type) Constructor
QFocusEvent(void *) Constructor

QFocusEvent Methods

QFocusEvent.Finalize Method
QFocusEvent.GotFocus Method
QFocusEvent.LostFocus Method
QFocusEvent.ResetReason Method
QFocusEvent.SetReason Method
QFocusEvent.TheReason Method


QFocusEvent(Type) Constructor

public void QFocusEvent(Type type);

See Also

Qt.QFocusEvent Class, Qt Namespace

QFocusEvent(void *) Constructor

public void QFocusEvent(void * ptr);

See Also

Qt.QFocusEvent Class, Qt Namespace

QFocusEvent.Finalize Method

protected override void Finalize();

See Also

Qt.QFocusEvent Class, Qt Namespace

QFocusEvent.GotFocus Method

public bool GotFocus();

See Also

Qt.QFocusEvent Class, Qt Namespace

QFocusEvent.LostFocus Method

public bool LostFocus();

See Also

Qt.QFocusEvent Class, Qt Namespace

QFocusEvent.ResetReason Method

public static void ResetReason();

See Also

Qt.QFocusEvent Class, Qt Namespace

QFocusEvent.SetReason Method

public static void SetReason(Reason reason);

See Also

Qt.QFocusEvent Class, Qt Namespace

QFocusEvent.TheReason Method

public static Reason TheReason();

See Also

Qt.QFocusEvent Class, Qt Namespace