Beispiel #1
0
 public void SetShapeGesture(KShapeGesture gest)
 {
     interceptor.Invoke("setShapeGesture#", "setShapeGesture(const KShapeGesture&)", typeof(void), typeof(KShapeGesture), gest);
 }
Beispiel #2
0
 public void SetShapeGesture(KShapeGesture gest, uint type)
 {
     interceptor.Invoke("setShapeGesture#$", "setShapeGesture(const KShapeGesture&, KAction::ShortcutTypes)", typeof(void), typeof(KShapeGesture), gest, typeof(uint), type);
 }