Exemplo n.º 1
0
 public QPersistentModelIndex(QPersistentModelIndex other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QPersistentModelIndex#", "QPersistentModelIndex(const QPersistentModelIndex&)", typeof(void), typeof(QPersistentModelIndex), other);
 }
Exemplo n.º 2
0
Arquivo: Qt.cs Projeto: KDE/qyoto
 public static uint QHash(QPersistentModelIndex index)
 {
     return (uint) staticInterceptor.Invoke("qHash#", "qHash(const QPersistentModelIndex&)", typeof(uint), typeof(QPersistentModelIndex), index);
 }
Exemplo n.º 3
0
 public QPersistentModelIndex(QPersistentModelIndex other) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QPersistentModelIndex#", "QPersistentModelIndex(const QPersistentModelIndex&)", typeof(void), typeof(QPersistentModelIndex), other);
 }