Beispiel #1
0
 public void SetRangeSelected(QTableWidgetSelectionRange range, bool select)
 {
     interceptor.Invoke("setRangeSelected#$", "setRangeSelected(const QTableWidgetSelectionRange&, bool)", typeof(void), typeof(QTableWidgetSelectionRange), range, typeof(bool), select);
 }
Beispiel #2
0
 public void SetRangeSelected(QTableWidgetSelectionRange range, bool select)
 {
     interceptor.Invoke("setRangeSelected#$", "setRangeSelected(const QTableWidgetSelectionRange&, bool)", typeof(void), typeof(QTableWidgetSelectionRange), range, typeof(bool), select);
 }
 public QTableWidgetSelectionRange(QTableWidgetSelectionRange other) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QTableWidgetSelectionRange#", "QTableWidgetSelectionRange(const QTableWidgetSelectionRange&)", typeof(void), typeof(QTableWidgetSelectionRange), other);
 }
 public QTableWidgetSelectionRange(QTableWidgetSelectionRange other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QTableWidgetSelectionRange#", "QTableWidgetSelectionRange(const QTableWidgetSelectionRange&)", typeof(void), typeof(QTableWidgetSelectionRange), other);
 }