예제 #1
0
파일: QColormap.cs 프로젝트: KDE/qyoto
 public QColormap(QColormap colormap)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QColormap#", "QColormap(const QColormap&)", typeof(void), typeof(QColormap), colormap);
 }
예제 #2
0
 public QColormap(QColormap colormap) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QColormap#", "QColormap(const QColormap&)", typeof(void), typeof(QColormap), colormap);
 }