QPlatformCursorImage Class Reference

QPlatformCursorImage Class Reference

#include <qplatformcursor_qpa.h>

Class Description

Definition at line 59 of file qplatformcursor_qpa.h.

Public Member Functions

 QPlatformCursorImage (const uchar *data, const uchar *mask, int width, int height, int hotX, int hotY)
 
QImageimage ()
 
QPoint hotspot ()
 
void set (const uchar *data, const uchar *mask, int width, int height, int hotX, int hotY)
 
void set (const QImage &image, int hx, int hy)
 
void set (Qt::CursorShape)
 

Constructor & Destructor Documentation

QPlatformCursorImage ( const uchar *  data,
const uchar *  mask,
int  width,
int  height,
int  hotX,
int  hotY 
)
inline

Definition at line 61 of file qplatformcursor_qpa.h.

62  { 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
void set(const uchar *data, const uchar *mask, int width, int height, int hotX, int hotY)
GLenum GLsizei GLsizei height
Definition: GLee.h:883
GLenum GLint GLuint mask
Definition: GLee.h:1701

Member Function Documentation

QImage* image ( )
inline

Definition at line 63 of file qplatformcursor_qpa.h.

63 { return &cursorImage; }
QPoint hotspot ( )
inline

Definition at line 64 of file qplatformcursor_qpa.h.

64 { return hot; }
void set ( const uchar *  data,
const uchar *  mask,
int  width,
int  height,
int  hotX,
int  hotY 
)
void set ( const QImage image,
int  hx,
int  hy 
)
void set ( Qt::CursorShape  )

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