public class QKeyEvent: QEvent, System.IDisposable
System.Object
QtSupport
QEvent
QKeyEventThis type implements System.IDisposable.
Qt Namespace
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
public void QKeyEvent(Type type, int key, int ascii, int state, System.String text, bool autorep, ushort count);
Qt.QKeyEvent Class, Qt Namespace
public void QKeyEvent(Type type, int key, int ascii, int state);
Qt.QKeyEvent Class, Qt Namespace
public void QKeyEvent(Type type, int key, int ascii, int state, System.String text);
Qt.QKeyEvent Class, Qt Namespace
public void QKeyEvent(Type type, int key, int ascii, int state, System.String text, bool autorep);
Qt.QKeyEvent Class, Qt Namespace
public void QKeyEvent(void * ptr);
Qt.QKeyEvent Class, Qt Namespace
public void Accept();
Qt.QKeyEvent Class, Qt Namespace
public int Ascii();
Qt.QKeyEvent Class, Qt Namespace
public int Count();
Qt.QKeyEvent Class, Qt Namespace
protected override void Finalize();
Qt.QKeyEvent Class, Qt Namespace
public void Ignore();
Qt.QKeyEvent Class, Qt Namespace
public bool IsAccepted();
Qt.QKeyEvent Class, Qt Namespace
public bool IsAutoRepeat();
Qt.QKeyEvent Class, Qt Namespace
public int Key();
Qt.QKeyEvent Class, Qt Namespace
public Qt.ButtonState State();
Qt.QKeyEvent Class, Qt Namespace
public Qt.ButtonState StateAfter();
Qt.QKeyEvent Class, Qt Namespace
public System.String Text();
Qt.QKeyEvent Class, Qt Namespace