The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Gui::QCursor

PUBLIC METHODS

QCursor()
QCursor(Qt::CursorShape shape)
QCursor(const QCursor & cursor)
QCursor(unsigned long cursor)
QCursor(const QPixmap & pixmap, int hotX, int hotY)
QCursor(const QPixmap & pixmap, int hotX, int hotY = -1)
QCursor(const QPixmap & pixmap, int hotX = -1, int hotY = -1)
QCursor(const QBitmap & bitmap, const QBitmap & mask, int hotX, int hotY)
QCursor(const QBitmap & bitmap, const QBitmap & mask, int hotX, int hotY = -1)
QCursor(const QBitmap & bitmap, const QBitmap & mask, int hotX = -1, int hotY = -1)
~QCursor()
const QBitmap * bitmap()
unsigned long handle()
QPoint hotSpot()
const QBitmap * mask()
QVariant operator QVariant()
QCursor & operator=(const QCursor & cursor)
QPixmap pixmap()
static QPoint pos()
static void setPos(const QPoint & p)
static void setPos(int x, int y)
void setShape(Qt::CursorShape newShape)
Qt::CursorShape shape()
static int x11Screen()

ENUM VALUES

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html