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