示例#1
0
文件: Qt.cs 项目: KDE/qyoto
 public static uint QHash(QItemSelectionRange arg1)
 {
     return (uint) staticInterceptor.Invoke("qHash#", "qHash(const QItemSelectionRange&)", typeof(uint), typeof(QItemSelectionRange), arg1);
 }
示例#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);
 }