Qt.QAccessibleInterface Class

public class QAccessibleInterface: QAccessible, System.IDisposable

Base Types

System.Object
  QtSupport
    QAccessible
      QAccessibleInterface

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QAccessibleInterface Constructors

QAccessibleInterface Constructor

QAccessibleInterface Methods

QAccessibleInterface.ChildCount Method
QAccessibleInterface.ClearSelection Method
QAccessibleInterface.ControlAt Method
QAccessibleInterface.DoDefaultAction Method
QAccessibleInterface.Finalize Method
QAccessibleInterface.IsValid Method
QAccessibleInterface.Navigate Method
QAccessibleInterface.QueryChild Method
QAccessibleInterface.QueryParent Method
QAccessibleInterface.Rect Method
QAccessibleInterface.Role Method
QAccessibleInterface.SetFocus Method
QAccessibleInterface.SetSelected Method
QAccessibleInterface.SetText Method
QAccessibleInterface.State Method
QAccessibleInterface.Text Method


QAccessibleInterface Constructor

public void QAccessibleInterface(void * ptr);

See Also

Qt.QAccessibleInterface Class, Qt Namespace

QAccessibleInterface.ChildCount Method

public int ChildCount();

See Also

Qt.QAccessibleInterface Class, Qt Namespace

QAccessibleInterface.ClearSelection Method

public void ClearSelection();

See Also

Qt.QAccessibleInterface Class, Qt Namespace

QAccessibleInterface.ControlAt Method

public int ControlAt(int x, int y);

See Also

Qt.QAccessibleInterface Class, Qt Namespace

QAccessibleInterface.DoDefaultAction Method

public bool DoDefaultAction(int control);

See Also

Qt.QAccessibleInterface Class, Qt Namespace

QAccessibleInterface.Finalize Method

protected override void Finalize();

See Also

Qt.QAccessibleInterface Class, Qt Namespace

QAccessibleInterface.IsValid Method

public bool IsValid();

See Also

Qt.QAccessibleInterface Class, Qt Namespace

QAccessibleInterface.Navigate Method

public int Navigate(NavDirection direction, int startControl);

See Also

Qt.QAccessibleInterface Class, Qt Namespace

QAccessibleInterface.QueryChild Method

public long QueryChild(int control, Qt.QAccessibleInterface arg1);

See Also

Qt.QAccessibleInterface Class, Qt Namespace

QAccessibleInterface.QueryParent Method

public long QueryParent(Qt.QAccessibleInterface arg1);

See Also

Qt.QAccessibleInterface Class, Qt Namespace

QAccessibleInterface.Rect Method

public Qt.QRect Rect(int control);

See Also

Qt.QAccessibleInterface Class, Qt Namespace

QAccessibleInterface.Role Method

public Role Role(int control);

See Also

Qt.QAccessibleInterface Class, Qt Namespace

QAccessibleInterface.SetFocus Method

public bool SetFocus(int control);

See Also

Qt.QAccessibleInterface Class, Qt Namespace

QAccessibleInterface.SetSelected Method

public bool SetSelected(int control, bool on, bool extend);

See Also

Qt.QAccessibleInterface Class, Qt Namespace

QAccessibleInterface.SetText Method

public void SetText(Text t, int control, System.String text);

See Also

Qt.QAccessibleInterface Class, Qt Namespace

QAccessibleInterface.State Method

public State State(int control);

See Also

Qt.QAccessibleInterface Class, Qt Namespace

QAccessibleInterface.Text Method

public System.String Text(Text t, int control);

See Also

Qt.QAccessibleInterface Class, Qt Namespace