QWSCursor Class Reference

#include <qwscursor_qws.h>

Class Description

Definition at line 54 of file qwscursor_qws.h.

Public Member Functions

 QWSCursor ()
 
 QWSCursor (const uchar *data, const uchar *mask, int width, int height, int hotX, int hotY)
 
void set (const uchar *data, const uchar *mask, int width, int height, int hotX, int hotY)
 
QPoint hotSpot () const
 
QImageimage ()
 

Static Public Member Functions

static QWSCursorsystemCursor (int id)
 

Constructor & Destructor Documentation

QWSCursor ( )
inline

Definition at line 57 of file qwscursor_qws.h.

57 {}
QWSCursor ( const uchar *  data,
const uchar *  mask,
int  width,
int  height,
int  hotX,
int  hotY 
)
inline

Definition at line 58 of file qwscursor_qws.h.

60  { set(data, mask, width, height, hotX, hotY); }
GLenum GLsizei width
Definition: GLee.h:873
GLsizei GLsizei GLenum GLenum const GLvoid * data
Definition: GLee.h:880
GLenum GLsizei GLsizei height
Definition: GLee.h:883
void set(const uchar *data, const uchar *mask, int width, int height, int hotX, int hotY)
GLenum GLint GLuint mask
Definition: GLee.h:1701

Member Function Documentation

void set ( const uchar *  data,
const uchar *  mask,
int  width,
int  height,
int  hotX,
int  hotY 
)
QPoint hotSpot ( ) const
inline

Definition at line 65 of file qwscursor_qws.h.

65 { return hot; }
QImage& image ( )
inline

Definition at line 66 of file qwscursor_qws.h.

66 { return cursor; }
static QWSCursor* systemCursor ( int  id)
static

The documentation for this class was generated from the following file: