Qt.QIMEvent Class

public class QIMEvent: QEvent, System.IDisposable

Base Types

System.Object
  QtSupport
    QEvent
      QIMEvent

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QIMEvent Constructors

QIMEvent(Type, System.String, int) Constructor
QIMEvent(void *) Constructor

QIMEvent Methods

QIMEvent.Accept Method
QIMEvent.CursorPos Method
QIMEvent.Finalize Method
QIMEvent.Ignore Method
QIMEvent.IsAccepted Method
QIMEvent.Text Method


QIMEvent(Type, System.String, int) Constructor

public void QIMEvent(Type type, System.String text, int cursorPosition);

See Also

Qt.QIMEvent Class, Qt Namespace

QIMEvent(void *) Constructor

public void QIMEvent(void * ptr);

See Also

Qt.QIMEvent Class, Qt Namespace

QIMEvent.Accept Method

public void Accept();

See Also

Qt.QIMEvent Class, Qt Namespace

QIMEvent.CursorPos Method

public int CursorPos();

See Also

Qt.QIMEvent Class, Qt Namespace

QIMEvent.Finalize Method

protected override void Finalize();

See Also

Qt.QIMEvent Class, Qt Namespace

QIMEvent.Ignore Method

public void Ignore();

See Also

Qt.QIMEvent Class, Qt Namespace

QIMEvent.IsAccepted Method

public bool IsAccepted();

See Also

Qt.QIMEvent Class, Qt Namespace

QIMEvent.Text Method

public System.String Text();

See Also

Qt.QIMEvent Class, Qt Namespace