Classes | Defines | Enumerations | Functions
Win32MainWindow.cpp File Reference
#include "Win32MainWindow.h"
#include "Interfaces/MainWindowEventInterface.h"
#include <windows.h>
#include <Windowsx.h>
#include <commctrl.h>
#include "Image/ByteImage.h"
Include dependency graph for Win32MainWindow.cpp:

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 Documentation

#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.


Enumeration Type Documentation

Enumerator:
eImage 
eButton 
eLabel 
eCheckBox 
eTextEdit 
eSlider 
eComboBox 
eGLWidget 

Definition at line 18 of file Win32MainWindow.cpp.


Function Documentation

void DrawRect ( unsigned char *  img,
int  width,
int  height,
int  x0,
int  y0,
int  x1,
int  y1 
)

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.



asr_ivt
Author(s): Allgeyer Tobias, Hutmacher Robin, Kleinert Daniel, Meißner Pascal, Scholz Jonas, Stöckle Patrick
autogenerated on Thu Jun 6 2019 21:46:58