42 #ifndef QWSCURSOR_QWS_H 43 #define QWSCURSOR_QWS_H 45 #include <QtGui/qimage.h> 46 #include <QtGui/qregion.h> 60 {
set(
data, mask, width, height, hotX, hotY); }
63 int width,
int height,
int hotX,
int hotY);
68 static QWSCursor *systemCursor(
int id);
71 static void createSystemCursor(
int id);
72 void createDropShadow(
int dropx,
int dropy);
83 #endif // QWSCURSOR_QWS_H #define QT_END_NAMESPACE
This macro expands to.
QWSCursor(const uchar *data, const uchar *mask, int width, int height, int hotX, int hotY)
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QImage class provides a hardware-independent image representation that allows direct access to th...
static const char * data(const QByteArray &arr)
The QPoint class defines a point in the plane using integer precision.