예제 #1
0
파일: KAction.cs 프로젝트: KDE/kimono
 public void SetRockerGesture(KRockerGesture gest)
 {
     interceptor.Invoke("setRockerGesture#", "setRockerGesture(const KRockerGesture&)", typeof(void), typeof(KRockerGesture), gest);
 }
예제 #2
0
 /// <remarks>
 ///  Copies the given gesture.
 /// <param> name="other" gesture to copy
 ///      </param></remarks>        <short>    Copies the given gesture.</short>
 public KRockerGesture(KRockerGesture other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KRockerGesture#", "KRockerGesture(const KRockerGesture&)", typeof(void), typeof(KRockerGesture), other);
 }
예제 #3
0
파일: KAction.cs 프로젝트: KDE/kimono
 public void SetRockerGesture(KRockerGesture gest, uint type)
 {
     interceptor.Invoke("setRockerGesture#$", "setRockerGesture(const KRockerGesture&, KAction::ShortcutTypes)", typeof(void), typeof(KRockerGesture), gest, typeof(uint), type);
 }