#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) |
|
#define DEFAULT_CLASS_NAME "MainWindow" |
#define IMAGE_WINDOW_CLASS_NAME "ImageWindow" |
Enumerator |
---|
eImage |
|
eButton |
|
eLabel |
|
eCheckBox |
|
eTextEdit |
|
eSlider |
|
eComboBox |
|
eGLWidget |
|
Definition at line 18 of file Win32MainWindow.cpp.
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 |
|
) |
| |
asr_ivt
Author(s): Allgeyer Tobias, Hutmacher Robin, Kleinert Daniel, Meißner Pascal, Scholz Jonas, Stöckle Patrick
autogenerated on Mon Dec 2 2019 03:47:28