Beispiel #1
0
 /// <remarks>
 ///  This overloaded constructor allows you to set the Mode to ExeCompletion
 ///  or FileCompletion without using setMode. Default is FileCompletion.
 /// 	 </remarks>        <short>    This overloaded constructor allows you to set the Mode to ExeCompletion  or FileCompletion without using setMode.</short>
 public KUrlCompletion(KUrlCompletion.Mode arg1)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KUrlCompletion$", "KUrlCompletion(KUrlCompletion::Mode)", typeof(void), typeof(KUrlCompletion.Mode), arg1);
 }
Beispiel #2
0
 public virtual void SetMode(KUrlCompletion.Mode mode)
 {
     interceptor.Invoke("setMode$", "setMode(KUrlCompletion::Mode)", typeof(void), typeof(KUrlCompletion.Mode), mode);
 }