Qt.QAccessibleObject Class

public class QAccessibleObject: QObject, System.IDisposable, IQAccessible

Base Types

System.Object
  QtSupport
    QObject
      QAccessibleObject

This type implements System.IDisposable and IQAccessible.

See Also

Qt Namespace

Members

QAccessibleObject Constructors

QAccessibleObject(Qt.QObject) Constructor
QAccessibleObject(void *) Constructor

QAccessibleObject Methods

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


QAccessibleObject(Qt.QObject) Constructor

public void QAccessibleObject(Qt.QObject Q_object);

See Also

Qt.QAccessibleObject Class, Qt Namespace

QAccessibleObject(void *) Constructor

public void QAccessibleObject(void * ptr);

See Also

Qt.QAccessibleObject Class, Qt Namespace

QAccessibleObject.ChildCount Method

public int ChildCount();

See Also

Qt.QAccessibleObject Class, Qt Namespace

QAccessibleObject.ClearSelection Method

public void ClearSelection();

See Also

Qt.QAccessibleObject Class, Qt Namespace

QAccessibleObject.ControlAt Method

public int ControlAt(int x, int y);

See Also

Qt.QAccessibleObject Class, Qt Namespace

QAccessibleObject.DoDefaultAction Method

public bool DoDefaultAction(int control);

See Also

Qt.QAccessibleObject Class, Qt Namespace

QAccessibleObject.Finalize Method

protected override void Finalize();

See Also

Qt.QAccessibleObject Class, Qt Namespace

QAccessibleObject.IsValid Method

public bool IsValid();

See Also

Qt.QAccessibleObject Class, Qt Namespace

QAccessibleObject.Navigate Method

public int Navigate(NavDirection direction, int startControl);

See Also

Qt.QAccessibleObject Class, Qt Namespace

QAccessibleObject.QAccessibleInterface Method

public void * QAccessibleInterface();

See Also

Qt.QAccessibleObject Class, Qt Namespace

QAccessibleObject.Q_object Method

protected Qt.QObject Q_object();

See Also

Qt.QAccessibleObject Class, Qt Namespace

QAccessibleObject.QueryChild Method

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

See Also

Qt.QAccessibleObject Class, Qt Namespace

QAccessibleObject.QueryInterface Method

public long QueryInterface(Qt.QUuid arg1, void * arg2);

See Also

Qt.QAccessibleObject Class, Qt Namespace

QAccessibleObject.QueryParent Method

public long QueryParent(Qt.QAccessibleInterface arg1);

See Also

Qt.QAccessibleObject Class, Qt Namespace

QAccessibleObject.Rect Method

public Qt.QRect Rect(int control);

See Also

Qt.QAccessibleObject Class, Qt Namespace

QAccessibleObject.Role Method

public Role Role(int control);

See Also

Qt.QAccessibleObject Class, Qt Namespace

QAccessibleObject.SetFocus Method

public bool SetFocus(int control);

See Also

Qt.QAccessibleObject Class, Qt Namespace

QAccessibleObject.SetSelected Method

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

See Also

Qt.QAccessibleObject Class, Qt Namespace

QAccessibleObject.SetText Method

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

See Also

Qt.QAccessibleObject Class, Qt Namespace

QAccessibleObject.State Method

public State State(int control);

See Also

Qt.QAccessibleObject Class, Qt Namespace

QAccessibleObject.Text Method

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

See Also

Qt.QAccessibleObject Class, Qt Namespace