Ejemplo n.º 1
0
 public void SetShape(Qt.CursorShape newShape)
 {
     interceptor.Invoke("setShape$", "setShape(Qt::CursorShape)", typeof(void), typeof(Qt.CursorShape), newShape);
 }
Ejemplo n.º 2
0
 public QCursor(Qt.CursorShape shape) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QCursor$", "QCursor(Qt::CursorShape)", typeof(void), typeof(Qt.CursorShape), shape);
 }