My Project
|
#include <drawinterface.h>
Public Member Functions | |
InterfaceDrawInit () | |
InterfaceDrawInit (HDC hdc) | |
virtual bool | display (int X1=0, int Y1=0, int X2=0, int Y2=0, WCHAR *TEXT=NULL) override |
virtual bool | redraw () override |
![]() | |
BaseDrawInterfaceElement () | |
BaseDrawInterfaceElement (HDC hdc) | |
~BaseDrawInterfaceElement () | |
Additional Inherited Members | |
![]() | |
static HDC | hdc |
Definition at line 73 of file drawinterface.h.
|
inline |
Empty constructor. No action.
Definition at line 79 of file drawinterface.h.
|
inline |
Constructor runs BaseInterfaceCtrl constructor
[in] | hWnd | HWND of main (parent) window |
[in] | hInst | Global instance |
Definition at line 86 of file drawinterface.h.
|
inlineoverridevirtual |
Overrided emty method. No action.
Implements BaseDrawInterfaceElement.
Definition at line 89 of file drawinterface.h.
|
inlineoverridevirtual |
Overrided emty method. No action.
Implements BaseDrawInterfaceElement.
Definition at line 92 of file drawinterface.h.