Example #1
0
 public QRubberBand(QRubberBand.Shape arg1)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QRubberBand$", "QRubberBand(QRubberBand::Shape)", typeof(void), typeof(QRubberBand.Shape), arg1);
 }
Example #2
0
 public QRubberBand(QRubberBand.Shape arg1, QWidget arg2)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QRubberBand$#", "QRubberBand(QRubberBand::Shape, QWidget*)", typeof(void), typeof(QRubberBand.Shape), arg1, typeof(QWidget), arg2);
 }