public QItemSelectionRange(QItemSelectionRange other) : this((Type)null) { CreateProxy(); interceptor.Invoke("QItemSelectionRange#", "QItemSelectionRange(const QItemSelectionRange&)", typeof(void), typeof(QItemSelectionRange), other); }
public bool Intersects(QItemSelectionRange other) { return((bool)interceptor.Invoke("intersects#", "intersects(const QItemSelectionRange&) const", typeof(bool), typeof(QItemSelectionRange), other)); }
public QItemSelectionRange Intersected(QItemSelectionRange other) { return((QItemSelectionRange)interceptor.Invoke("intersected#", "intersected(const QItemSelectionRange&) const", typeof(QItemSelectionRange), typeof(QItemSelectionRange), other)); }
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); }