Qt.QKeyEvent Class

public class QKeyEvent: QEvent, System.IDisposable

Base Types

System.Object
  QtSupport
    QEvent
      QKeyEvent

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QKeyEvent Constructors

QKeyEvent(Type, int, int, int, System.String, bool, ushort) Constructor
QKeyEvent(Type, int, int, int) Constructor
QKeyEvent(Type, int, int, int, System.String) Constructor
QKeyEvent(Type, int, int, int, System.String, bool) Constructor
QKeyEvent(void *) Constructor

QKeyEvent Methods

QKeyEvent.Accept Method
QKeyEvent.Ascii Method
QKeyEvent.Count Method
QKeyEvent.Finalize Method
QKeyEvent.Ignore Method
QKeyEvent.IsAccepted Method
QKeyEvent.IsAutoRepeat Method
QKeyEvent.Key Method
QKeyEvent.State Method
QKeyEvent.StateAfter Method
QKeyEvent.Text Method


QKeyEvent(Type, int, int, int, System.String, bool, ushort) Constructor

public void QKeyEvent(Type type, int key, int ascii, int state, System.String text, bool autorep, ushort count);

See Also

Qt.QKeyEvent Class, Qt Namespace

QKeyEvent(Type, int, int, int) Constructor

public void QKeyEvent(Type type, int key, int ascii, int state);

See Also

Qt.QKeyEvent Class, Qt Namespace

QKeyEvent(Type, int, int, int, System.String) Constructor

public void QKeyEvent(Type type, int key, int ascii, int state, System.String text);

See Also

Qt.QKeyEvent Class, Qt Namespace

QKeyEvent(Type, int, int, int, System.String, bool) Constructor

public void QKeyEvent(Type type, int key, int ascii, int state, System.String text, bool autorep);

See Also

Qt.QKeyEvent Class, Qt Namespace

QKeyEvent(void *) Constructor

public void QKeyEvent(void * ptr);

See Also

Qt.QKeyEvent Class, Qt Namespace

QKeyEvent.Accept Method

public void Accept();

See Also

Qt.QKeyEvent Class, Qt Namespace

QKeyEvent.Ascii Method

public int Ascii();

See Also

Qt.QKeyEvent Class, Qt Namespace

QKeyEvent.Count Method

public int Count();

See Also

Qt.QKeyEvent Class, Qt Namespace

QKeyEvent.Finalize Method

protected override void Finalize();

See Also

Qt.QKeyEvent Class, Qt Namespace

QKeyEvent.Ignore Method

public void Ignore();

See Also

Qt.QKeyEvent Class, Qt Namespace

QKeyEvent.IsAccepted Method

public bool IsAccepted();

See Also

Qt.QKeyEvent Class, Qt Namespace

QKeyEvent.IsAutoRepeat Method

public bool IsAutoRepeat();

See Also

Qt.QKeyEvent Class, Qt Namespace

QKeyEvent.Key Method

public int Key();

See Also

Qt.QKeyEvent Class, Qt Namespace

QKeyEvent.State Method

public Qt.ButtonState State();

See Also

Qt.QKeyEvent Class, Qt Namespace

QKeyEvent.StateAfter Method

public Qt.ButtonState StateAfter();

See Also

Qt.QKeyEvent Class, Qt Namespace

QKeyEvent.Text Method

public System.String Text();

See Also

Qt.QKeyEvent Class, Qt Namespace