84 void paintEvent(QPaintEvent *pPaintEvent);
85 void mousePressEvent(QMouseEvent *e);
86 void mouseReleaseEvent(QMouseEvent *e);
87 void mouseMoveEvent(QMouseEvent *e);
89 unsigned char *m_pBuffer;
103 bool m_bMarkRectangle;
void DrawImage(const CByteImage *pImage, int x=0, int y=0)
CQTWindow(int nWidth, int nHeight, CWindowEventInterface *pWindowEventInterface=0, QWidget *pParent=0)
Data structure for the representation of 8-bit grayscale images and 24-bit RGB (or HSV) color images ...