Example #1
0
File: Qt.cs Project: KDE/qyoto
 public static uint QHash(QItemSelectionRange arg1)
 {
     return (uint) staticInterceptor.Invoke("qHash#", "qHash(const QItemSelectionRange&)", typeof(uint), typeof(QItemSelectionRange), arg1);
 }
Example #2
0
 public static void Split(QItemSelectionRange range, QItemSelectionRange other, QItemSelection result)
 {
     staticInterceptor.Invoke("split###", "split(const QItemSelectionRange&, const QItemSelectionRange&, QItemSelection*)", typeof(void), typeof(QItemSelectionRange), range, typeof(QItemSelectionRange), other, typeof(QItemSelection), result);
 }