예제 #1
0
파일: KAction.cs 프로젝트: KDE/kimono
 public void SetShapeGesture(KShapeGesture gest)
 {
     interceptor.Invoke("setShapeGesture#", "setShapeGesture(const KShapeGesture&)", typeof(void), typeof(KShapeGesture), gest);
 }
예제 #2
0
파일: KAction.cs 프로젝트: KDE/kimono
 public void SetShapeGesture(KShapeGesture gest, uint type)
 {
     interceptor.Invoke("setShapeGesture#$", "setShapeGesture(const KShapeGesture&, KAction::ShortcutTypes)", typeof(void), typeof(KShapeGesture), gest, typeof(uint), type);
 }