public class QAccessibleObject: QObject, System.IDisposable, IQAccessible
System.Object
QtSupport
QObject
QAccessibleObjectThis type implements System.IDisposable and IQAccessible.
Qt Namespace
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
public void QAccessibleObject(Qt.QObject Q_object);
Qt.QAccessibleObject Class, Qt Namespace
public void QAccessibleObject(void * ptr);
Qt.QAccessibleObject Class, Qt Namespace
public int ChildCount();
Qt.QAccessibleObject Class, Qt Namespace
public void ClearSelection();
Qt.QAccessibleObject Class, Qt Namespace
public int ControlAt(int x, int y);
Qt.QAccessibleObject Class, Qt Namespace
public bool DoDefaultAction(int control);
Qt.QAccessibleObject Class, Qt Namespace
protected override void Finalize();
Qt.QAccessibleObject Class, Qt Namespace
public bool IsValid();
Qt.QAccessibleObject Class, Qt Namespace
public int Navigate(NavDirection direction, int startControl);
Qt.QAccessibleObject Class, Qt Namespace
public void * QAccessibleInterface();
Qt.QAccessibleObject Class, Qt Namespace
protected Qt.QObject Q_object();
Qt.QAccessibleObject Class, Qt Namespace
public long QueryChild(int control, Qt.QAccessibleInterface arg1);
Qt.QAccessibleObject Class, Qt Namespace
public long QueryInterface(Qt.QUuid arg1, void * arg2);
Qt.QAccessibleObject Class, Qt Namespace
public long QueryParent(Qt.QAccessibleInterface arg1);
Qt.QAccessibleObject Class, Qt Namespace
public Qt.QRect Rect(int control);
Qt.QAccessibleObject Class, Qt Namespace
public Role Role(int control);
Qt.QAccessibleObject Class, Qt Namespace
public bool SetFocus(int control);
Qt.QAccessibleObject Class, Qt Namespace
public bool SetSelected(int control, bool on, bool extend);
Qt.QAccessibleObject Class, Qt Namespace
public void SetText(Text t, int control, System.String text);
Qt.QAccessibleObject Class, Qt Namespace
public State State(int control);
Qt.QAccessibleObject Class, Qt Namespace
public System.String Text(Text t, int control);
Qt.QAccessibleObject Class, Qt Namespace