My Project
|
#include <interface.h>
Public Member Functions | |
InterfaceCtrlInit () | |
InterfaceCtrlInit (HWND hWnd, HINSTANCE hInst) | |
virtual HWND | create (int X=0, int Y=0, int HEIGHT=0, int WIDTH=0, WCHAR *TEXT=NULL) override |
virtual void | remove () override |
![]() | |
BaseInterfaceCtrl () | |
BaseInterfaceCtrl (HWND hWnd, HINSTANCE hInst) | |
~BaseInterfaceCtrl () | |
Additional Inherited Members | |
![]() | |
static HWND | hWnd |
static HINSTANCE | hInst |
Definition at line 77 of file interface.h.
|
inline |
Empty constructor. No action.
Definition at line 83 of file interface.h.
|
inline |
Constructor runs BaseInterfaceCtrl constructor
[in] | hWnd | HWND of main (parent) window |
[in] | hInst | Global instance |
Definition at line 90 of file interface.h.
|
inlineoverridevirtual |
Overrided emty method. No action.
Implements BaseInterfaceCtrl.
Definition at line 93 of file interface.h.
|
inlineoverridevirtual |
Overrided emty method. No action.
Implements BaseInterfaceCtrl.
Definition at line 96 of file interface.h.