Public Member Functions | |
PoolImage (QWidget *parent=0, const char *name=0) | |
void | createIcon (int num) |
void | currentItem (int item) |
float | getAngle () |
void | getCoord (int i, int &x, int &y) |
void | setCoordByPix (int i, int x, int y) |
void | setCoordByGL (int i, float glx, float gly) |
void | getRealPosition (int i, float &rx, float &ry) |
void | getGLPosition (float rx, float ry, float &gx, float &gy) |
void | reset () |
iconImage * | getList () |
Public Attributes | |
float | angle |
float | scale |
Protected Member Functions | |
void | initializeGL () |
void | resizeGL (int w, int h) |
void | paintGL () |
void | mousePressEvent (QMouseEvent *event) |
void | mouseMoveEvent (QMouseEvent *event) |
void | mouseDoubleClickEvent (QMouseEvent *event) |
void | mouseReleaseEvent (QMouseEvent *event) |
Definition at line 79 of file poolimage.h.