#include "Win32MainWindow.h"
#include "Interfaces/MainWindowEventInterface.h"
#include <windows.h>
#include <Windowsx.h>
#include <commctrl.h>
#include "Image/ByteImage.h"
Go to the source code of this file.
Classes | |
struct | Win32GLWidget |
struct | Win32ImageWidget |
struct | Win32Widget |
Defines | |
#define | DEFAULT_CLASS_NAME "MainWindow" |
#define | IMAGE_WINDOW_CLASS_NAME "ImageWindow" |
Enumerations | |
enum | Win32WidgetType { eImage = 0, eButton, eLabel, eCheckBox, eTextEdit, eSlider, eComboBox, eGLWidget } |
Functions | |
void | DrawRect (unsigned char *img, int width, int height, int x0, int y0, int x1, int y1) |
LRESULT CALLBACK | WndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
#define DEFAULT_CLASS_NAME "MainWindow" |
Definition at line 104 of file Win32MainWindow.cpp.
#define IMAGE_WINDOW_CLASS_NAME "ImageWindow" |
Definition at line 105 of file Win32MainWindow.cpp.
enum Win32WidgetType |
Definition at line 18 of file Win32MainWindow.cpp.
Definition at line 69 of file Win32MainWindow.cpp.
LRESULT CALLBACK WndProc | ( | HWND | hWnd, |
UINT | uMsg, | ||
WPARAM | wParam, | ||
LPARAM | lParam | ||
) |
Definition at line 107 of file Win32MainWindow.cpp.