예제 #1
0
 public QPersistentModelIndex(QPersistentModelIndex other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QPersistentModelIndex#", "QPersistentModelIndex(const QPersistentModelIndex&)", typeof(void), typeof(QPersistentModelIndex), other);
 }
예제 #2
0
파일: Qt.cs 프로젝트: KDE/qyoto
 public static uint QHash(QPersistentModelIndex index)
 {
     return (uint) staticInterceptor.Invoke("qHash#", "qHash(const QPersistentModelIndex&)", typeof(uint), typeof(QPersistentModelIndex), index);
 }
예제 #3
0
 public QPersistentModelIndex(QPersistentModelIndex other) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QPersistentModelIndex#", "QPersistentModelIndex(const QPersistentModelIndex&)", typeof(void), typeof(QPersistentModelIndex), other);
 }