#include "qwin_gui.h"
Public Attributes | |
HDC | src_hDC |
int | src_width |
int | src_height |
HDC | dst_hDC |
int | dst_width |
int | dst_height |
HWND | hItem |
HBITMAP | hBitmap |
BYTE * | bits |
BYTE | bgColor [3] |
Definition at line 90 of file qwin_gui.h.
HDC GraphicDisplay::src_hDC |
Definition at line 91 of file qwin_gui.h.
int GraphicDisplay::src_width |
Definition at line 92 of file qwin_gui.h.
int GraphicDisplay::src_height |
Definition at line 93 of file qwin_gui.h.
HDC GraphicDisplay::dst_hDC |
Definition at line 94 of file qwin_gui.h.
int GraphicDisplay::dst_width |
Definition at line 95 of file qwin_gui.h.
int GraphicDisplay::dst_height |
Definition at line 96 of file qwin_gui.h.
HWND GraphicDisplay::hItem |
Definition at line 97 of file qwin_gui.h.
HBITMAP GraphicDisplay::hBitmap |
Definition at line 98 of file qwin_gui.h.
BYTE* GraphicDisplay::bits |
Definition at line 99 of file qwin_gui.h.
BYTE GraphicDisplay::bgColor[3] |
Definition at line 100 of file qwin_gui.h.