C# Class Qyoto.QCursor

Inheritance: Object, IDisposable
Datei anzeigen Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
Bitmap ( ) : QBitmap
Dispose ( ) : void
HotSpot ( ) : Qyoto.QPoint
Mask ( ) : QBitmap
Pixmap ( ) : QPixmap
Pos ( ) : Qyoto.QPoint
QCursor ( QBitmap bitmap, QBitmap mask ) : System
QCursor ( QBitmap bitmap, QBitmap mask, int hotX ) : System
QCursor ( QBitmap bitmap, QBitmap mask, int hotX, int hotY ) : System
QCursor ( QCursor cursor ) : System
QCursor ( QPixmap pixmap ) : System
QCursor ( QPixmap pixmap, int hotX ) : System
QCursor ( QPixmap pixmap, int hotX, int hotY ) : System
QCursor ( Qt shape ) : System
SetPos ( Qyoto.QPoint p ) : void
SetPos ( int x, int y ) : void
SetShape ( Qt newShape ) : void
Shape ( ) : Qt.CursorShape
operator ( ) : Qyoto.QVariant

Protected Methods

Method Description
CreateProxy ( ) : void
QCursor ( Type dummy ) : System

Private Methods

Method Description
QCursor ( ) : System

Method Details

Bitmap() public method

public Bitmap ( ) : QBitmap
return QBitmap

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

HotSpot() public method

public HotSpot ( ) : Qyoto.QPoint
return Qyoto.QPoint

Mask() public method

public Mask ( ) : QBitmap
return QBitmap

Pixmap() public method

public Pixmap ( ) : QPixmap
return QPixmap

Pos() public static method

public static Pos ( ) : Qyoto.QPoint
return Qyoto.QPoint

QCursor() public method

public QCursor ( QBitmap bitmap, QBitmap mask ) : System
bitmap QBitmap
mask QBitmap
return System

QCursor() public method

public QCursor ( QBitmap bitmap, QBitmap mask, int hotX ) : System
bitmap QBitmap
mask QBitmap
hotX int
return System

QCursor() public method

public QCursor ( QBitmap bitmap, QBitmap mask, int hotX, int hotY ) : System
bitmap QBitmap
mask QBitmap
hotX int
hotY int
return System

QCursor() public method

public QCursor ( QCursor cursor ) : System
cursor QCursor
return System

QCursor() public method

public QCursor ( QPixmap pixmap ) : System
pixmap QPixmap
return System

QCursor() public method

public QCursor ( QPixmap pixmap, int hotX ) : System
pixmap QPixmap
hotX int
return System

QCursor() public method

public QCursor ( QPixmap pixmap, int hotX, int hotY ) : System
pixmap QPixmap
hotX int
hotY int
return System

QCursor() public method

public QCursor ( Qt shape ) : System
shape Qt
return System

QCursor() protected method

protected QCursor ( Type dummy ) : System
dummy System.Type
return System

SetPos() public static method

public static SetPos ( Qyoto.QPoint p ) : void
p Qyoto.QPoint
return void

SetPos() public static method

public static SetPos ( int x, int y ) : void
x int
y int
return void

SetShape() public method

public SetShape ( Qt newShape ) : void
newShape Qt
return void

Shape() public method

public Shape ( ) : Qt.CursorShape
return Qt.CursorShape

operator() public static method

public static operator ( ) : Qyoto.QVariant
return Qyoto.QVariant

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation