#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.
|
| 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) |
| |
◆ DEFAULT_CLASS_NAME
| #define DEFAULT_CLASS_NAME "MainWindow" |
◆ IMAGE_WINDOW_CLASS_NAME
| #define IMAGE_WINDOW_CLASS_NAME "ImageWindow" |
◆ Win32WidgetType
| Enumerator |
|---|
| eImage | |
| eButton | |
| eLabel | |
| eCheckBox | |
| eTextEdit | |
| eSlider | |
| eComboBox | |
| eGLWidget | |
Definition at line 18 of file Win32MainWindow.cpp.
◆ DrawRect()
| void DrawRect |
( |
unsigned char * |
img, |
|
|
int |
width, |
|
|
int |
height, |
|
|
int |
x0, |
|
|
int |
y0, |
|
|
int |
x1, |
|
|
int |
y1 |
|
) |
| |
◆ WndProc()
| LRESULT CALLBACK WndProc |
( |
HWND |
hWnd, |
|
|
UINT |
uMsg, |
|
|
WPARAM |
wParam, |
|
|
LPARAM |
lParam |
|
) |
| |
asr_ivt
Author(s): Allgeyer Tobias, Hutmacher Robin, Kleinert Daniel, Meißner Pascal, Scholz Jonas, Stöckle Patrick
autogenerated on Mon Feb 28 2022 21:44:00