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