예제 #1
0
파일: QCursor.cs 프로젝트: micro-chen/qyoto
 public void SetShape(Qt.CursorShape newShape)
 {
     interceptor.Invoke("setShape$", "setShape(Qt::CursorShape)", typeof(void), typeof(Qt.CursorShape), newShape);
 }
예제 #2
0
파일: QCursor.cs 프로젝트: micro-chen/qyoto
 public QCursor(Qt.CursorShape shape) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QCursor$", "QCursor(Qt::CursorShape)", typeof(void), typeof(Qt.CursorShape), shape);
 }