#include <QTWindow.h>
Public Member Functions | |
CQTWindow (int nWidth, int nHeight, CWindowEventInterface *pWindowEventInterface=0, QWidget *pParent=0) | |
void | DrawImage (const CByteImage *pImage, int x=0, int y=0) |
void | Hide () |
void | Show () |
~CQTWindow () | |
Public Member Functions inherited from CGUIInterface | |
virtual | ~CGUIInterface () |
Private Member Functions | |
void | mouseMoveEvent (QMouseEvent *e) |
void | mousePressEvent (QMouseEvent *e) |
void | mouseReleaseEvent (QMouseEvent *e) |
void | paintEvent (QPaintEvent *pPaintEvent) |
Private Attributes | |
bool | m_bGetRect |
bool | m_bMarkRectangle |
int | m_nImageHeight |
int | m_nImageWidth |
int | m_nImageX |
int | m_nImageY |
int | m_nRectX0 |
int | m_nRectX1 |
int | m_nRectY0 |
int | m_nRectY1 |
unsigned char * | m_pBuffer |
CWindowEventInterface * | m_pWindowEventInterface |
int | m_type |
Definition at line 68 of file QTWindow.h.
CQTWindow::CQTWindow | ( | int | nWidth, |
int | nHeight, | ||
CWindowEventInterface * | pWindowEventInterface = 0 , |
||
QWidget * | pParent = 0 |
||
) |
Definition at line 67 of file QTWindow.cpp.
CQTWindow::~CQTWindow | ( | ) |
Definition at line 85 of file QTWindow.cpp.
|
virtual |
Implements CGUIInterface.
Definition at line 129 of file QTWindow.cpp.
|
virtual |
Implements CGUIInterface.
Definition at line 124 of file QTWindow.cpp.
|
private |
Definition at line 199 of file QTWindow.cpp.
|
private |
Definition at line 178 of file QTWindow.cpp.
|
private |
Definition at line 208 of file QTWindow.cpp.
|
private |
Definition at line 96 of file QTWindow.cpp.
|
virtual |
Implements CGUIInterface.
Definition at line 119 of file QTWindow.cpp.
|
private |
Definition at line 91 of file QTWindow.h.
|
private |
Definition at line 103 of file QTWindow.h.
|
private |
Definition at line 98 of file QTWindow.h.
|
private |
Definition at line 97 of file QTWindow.h.
|
private |
Definition at line 99 of file QTWindow.h.
|
private |
Definition at line 100 of file QTWindow.h.
|
private |
Definition at line 92 of file QTWindow.h.
|
private |
Definition at line 94 of file QTWindow.h.
|
private |
Definition at line 93 of file QTWindow.h.
|
private |
Definition at line 95 of file QTWindow.h.
|
private |
Definition at line 89 of file QTWindow.h.
|
private |
Definition at line 105 of file QTWindow.h.
|
private |
Definition at line 101 of file QTWindow.h.