示例#1
0
 public KIntNumInput(KNumInput below, int value, QWidget parent)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KIntNumInput#$#", "KIntNumInput(KNumInput*, int, QWidget*)", typeof(void), typeof(KNumInput), below, typeof(int), value, typeof(QWidget), parent);
 }
示例#2
0
 public KDoubleNumInput(KNumInput below, double lower, double upper, double value, QWidget parent, double step)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KDoubleNumInput#$$$#$", "KDoubleNumInput(KNumInput*, double, double, double, QWidget*, double)", typeof(void), typeof(KNumInput), below, typeof(double), lower, typeof(double), upper, typeof(double), value, typeof(QWidget), parent, typeof(double), step);
 }
示例#3
0
 public KDoubleNumInput(KNumInput below, double lower, double upper, double value)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KDoubleNumInput#$$$", "KDoubleNumInput(KNumInput*, double, double, double)", typeof(void), typeof(KNumInput), below, typeof(double), lower, typeof(double), upper, typeof(double), value);
 }
示例#4
0
文件: KNumInput.cs 项目: KDE/kimono
 /// <remarks>
 /// <param> name="below" A pointer to another KNumInput.
 /// </param><param> name="parent" parent widget
 ///  \deprecated - use the version without the below parameter instead
 ///      </param></remarks>        <short>   </short>
 public KNumInput(QWidget parent, KNumInput below)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KNumInput##", "KNumInput(QWidget*, KNumInput*)", typeof(void), typeof(QWidget), parent, typeof(KNumInput), below);
 }