Public Attributes | |
unsigned char * | m_buffer |
HBITMAP | m_hBmp |
HBITMAP | m_hBmpOld |
HDC | m_hDC |
HDC | m_hDCMem |
int | m_iHeight |
int | m_iWidth |
const CByteImage * | m_pImage |
unsigned char * | m_pPixels |
unsigned int | mouse_current_x |
unsigned int | mouse_current_y |
bool | mouse_down |
unsigned int | mouse_start_x |
unsigned int | mouse_start_y |
Public Attributes inherited from Win32Widget | |
Win32WidgetType | m_eType |
HWND | m_hWnd |
int | m_index |
Definition at line 37 of file Win32MainWindow.cpp.
unsigned char* Win32ImageWidget::m_buffer |
Definition at line 48 of file Win32MainWindow.cpp.
HBITMAP Win32ImageWidget::m_hBmp |
Definition at line 41 of file Win32MainWindow.cpp.
HBITMAP Win32ImageWidget::m_hBmpOld |
Definition at line 42 of file Win32MainWindow.cpp.
HDC Win32ImageWidget::m_hDC |
Definition at line 39 of file Win32MainWindow.cpp.
HDC Win32ImageWidget::m_hDCMem |
Definition at line 40 of file Win32MainWindow.cpp.
int Win32ImageWidget::m_iHeight |
Definition at line 45 of file Win32MainWindow.cpp.
int Win32ImageWidget::m_iWidth |
Definition at line 44 of file Win32MainWindow.cpp.
const CByteImage* Win32ImageWidget::m_pImage |
Definition at line 47 of file Win32MainWindow.cpp.
unsigned char* Win32ImageWidget::m_pPixels |
Definition at line 43 of file Win32MainWindow.cpp.
unsigned int Win32ImageWidget::mouse_current_x |
Definition at line 55 of file Win32MainWindow.cpp.
unsigned int Win32ImageWidget::mouse_current_y |
Definition at line 56 of file Win32MainWindow.cpp.
bool Win32ImageWidget::mouse_down |
Definition at line 52 of file Win32MainWindow.cpp.
unsigned int Win32ImageWidget::mouse_start_x |
Definition at line 53 of file Win32MainWindow.cpp.
unsigned int Win32ImageWidget::mouse_start_y |
Definition at line 54 of file Win32MainWindow.cpp.