public abstract uint RelationTo(int child, QAccessibleInterface other, int otherChild);
public override uint RelationTo(int child, QAccessibleInterface other, int otherChild) { return((uint)interceptor.Invoke("relationTo$#$", "relationTo(int, const QAccessibleInterface*, int) const", typeof(uint), typeof(int), child, typeof(QAccessibleInterface), other, typeof(int), otherChild)); }
public abstract int IndexOfChild(QAccessibleInterface arg1);
public override int IndexOfChild(QAccessibleInterface child) { return((int)interceptor.Invoke("indexOfChild#", "indexOfChild(const QAccessibleInterface*) const", typeof(int), typeof(QAccessibleInterface), child)); }
public override uint RelationTo(int arg1, QAccessibleInterface arg2, int arg3) { return((uint)interceptor.Invoke("relationTo$#$", "relationTo(int, const QAccessibleInterface*, int) const", typeof(uint), typeof(int), arg1, typeof(QAccessibleInterface), arg2, typeof(int), arg3)); }
public QAccessibleSimpleEditableTextInterface(QAccessibleInterface accessibleInterface) : this((Type)null) { CreateProxy(); interceptor.Invoke("QAccessibleSimpleEditableTextInterface#", "QAccessibleSimpleEditableTextInterface(QAccessibleInterface*)", typeof(void), typeof(QAccessibleInterface), accessibleInterface); }
public abstract void NotifyAccessibilityUpdate(int arg1, QAccessibleInterface arg2, int arg3);
public abstract void SetRootObject(QAccessibleInterface arg1);