Пример #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);
 }