Inheritance: QObject, IDisposable
Example #1
0
 public bool IsAccepted(QGesture arg1)
 {
     return (bool) interceptor.Invoke("isAccepted#", "isAccepted(QGesture*) const", typeof(bool), typeof(QGesture), arg1);
 }
Example #2
0
 public void Ignore(QGesture arg1)
 {
     interceptor.Invoke("ignore#", "ignore(QGesture*)", typeof(void), typeof(QGesture), arg1);
 }
Example #3
0
 public void Accept(QGesture arg1)
 {
     interceptor.Invoke("accept#", "accept(QGesture*)", typeof(void), typeof(QGesture), arg1);
 }
Example #4
0
 public void SetAccepted(QGesture arg1, bool arg2)
 {
     interceptor.Invoke("setAccepted#$", "setAccepted(QGesture*, bool)", typeof(void), typeof(QGesture), arg1, typeof(bool), arg2);
 }
Example #5
0
 public virtual void Reset(QGesture state)
 {
     interceptor.Invoke("reset#", "reset(QGesture*)", typeof(void), typeof(QGesture), state);
 }
Example #6
0
 public abstract uint Recognize(QGesture state, QObject watched, QEvent arg3);