Exemplo n.º 1
0
 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);
 }
Exemplo n.º 2
0
 public override int IndexOfChild(QAccessibleInterface child)
 {
     return (int) interceptor.Invoke("indexOfChild#", "indexOfChild(const QAccessibleInterface*) const", typeof(int), typeof(QAccessibleInterface), child);
 }
Exemplo n.º 3
0
 public abstract void SetRootObject(QAccessibleInterface arg1);
 public QAccessibleSimpleEditableTextInterface(QAccessibleInterface accessibleInterface)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QAccessibleSimpleEditableTextInterface#", "QAccessibleSimpleEditableTextInterface(QAccessibleInterface*)", typeof(void), typeof(QAccessibleInterface), accessibleInterface);
 }
Exemplo n.º 5
0
 public abstract void NotifyAccessibilityUpdate(int arg1, QAccessibleInterface arg2, int arg3);