ReactOS 0.4.16-dev-570-g1868985
|
Go to the source code of this file.
Enumerations | |
enum | OutPrimitive { opLine , opBezier , opRectangle , opRoundRect , opEllipse , opArc , opPie , opChord , opCustom } |
Functions | |
LRESULT CALLBACK | MainWndProc (HWND HWnd, UINT Msg, WPARAM WParam, LPARAM LParam) |
int APIENTRY | WinMain (HINSTANCE hInstance, HINSTANCE, LPTSTR, int nCmdShow) |
void | DrawPrimitive (IN HDC hDC, IN const RECT &RPrimitive, IN OutPrimitive PrimitiveID) |
Variables | |
HINSTANCE | hInst |
const char * | WndClassName = "GMainWnd" |
HWND | hListBox = NULL |
HBRUSH | hListBrush = NULL |
HPEN | hListPen = NULL |
HFONT | hListFont = NULL |
Enumerator | |
---|---|
opLine | |
opBezier | |
opRectangle | |
opRoundRect | |
opEllipse | |
opArc | |
opPie | |
opChord | |
opCustom |
Definition at line 75 of file primitives.cpp.
Definition at line 80 of file primitives.cpp.
Referenced by DECLARE_INTERFACE_(), and MainWndProc().
Definition at line 171 of file primitives.cpp.
Referenced by WinMain().
Definition at line 29 of file primitives.cpp.
HINSTANCE hInst |
Definition at line 23 of file primitives.cpp.
Referenced by MainWndProc(), and WinMain().
Definition at line 166 of file primitives.cpp.
Referenced by MainWndProc().
HBRUSH hListBrush = NULL |
Definition at line 167 of file primitives.cpp.
Referenced by MainWndProc().
Definition at line 169 of file primitives.cpp.
Referenced by MainWndProc().
HPEN hListPen = NULL |
Definition at line 168 of file primitives.cpp.
Referenced by MainWndProc().
Definition at line 24 of file primitives.cpp.
Referenced by WinMain().