Inheritance: Qyoto.QInputEvent, IDisposable
示例#1
0
 public void SetDeviceType(QTouchEvent.DeviceType adeviceType)
 {
     interceptor.Invoke("setDeviceType$", "setDeviceType(QTouchEvent::DeviceType)", typeof(void), typeof(QTouchEvent.DeviceType), adeviceType);
 }
示例#2
0
 public QTouchEvent(QEvent.TypeOf eventType, QTouchEvent.DeviceType deviceType)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QTouchEvent$$", "QTouchEvent(QEvent::Type, QTouchEvent::DeviceType)", typeof(void), typeof(QEvent.TypeOf), eventType, typeof(QTouchEvent.DeviceType), deviceType);
 }
示例#3
0
 public TouchPoint(QTouchEvent.TouchPoint other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("TouchPoint#", "TouchPoint(const QTouchEvent::TouchPoint&)", typeof(void), typeof(QTouchEvent.TouchPoint), other);
 }
示例#4
0
 public QTouchEvent(QEvent.TypeOf eventType, QTouchEvent.DeviceType deviceType, uint modifiers)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QTouchEvent$$$", "QTouchEvent(QEvent::Type, QTouchEvent::DeviceType, Qt::KeyboardModifiers)", typeof(void), typeof(QEvent.TypeOf), eventType, typeof(QTouchEvent.DeviceType), deviceType, typeof(uint), modifiers);
 }
示例#5
0
 public QTouchEvent(QEvent.TypeOf eventType, QTouchEvent.DeviceType deviceType, uint modifiers, uint touchPointStates, List<QTouchEvent.TouchPoint> touchPoints)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QTouchEvent$$$$?", "QTouchEvent(QEvent::Type, QTouchEvent::DeviceType, Qt::KeyboardModifiers, Qt::TouchPointStates, const QList<QTouchEvent::TouchPoint>&)", typeof(void), typeof(QEvent.TypeOf), eventType, typeof(QTouchEvent.DeviceType), deviceType, typeof(uint), modifiers, typeof(uint), touchPointStates, typeof(List<QTouchEvent.TouchPoint>), touchPoints);
 }