My Project
Public Member Functions | List of all members
InterfaceCtrlInit Class Reference

#include <interface.h>

Inheritance diagram for InterfaceCtrlInit:
Inheritance graph
[legend]
Collaboration diagram for InterfaceCtrlInit:
Collaboration graph
[legend]

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
 
- Public Member Functions inherited from BaseInterfaceCtrl
 BaseInterfaceCtrl ()
 
 BaseInterfaceCtrl (HWND hWnd, HINSTANCE hInst)
 
 ~BaseInterfaceCtrl ()
 

Additional Inherited Members

- Static Protected Attributes inherited from BaseInterfaceCtrl
static HWND hWnd
 
static HINSTANCE hInst
 

Detailed Description

Definition at line 77 of file interface.h.

Constructor & Destructor Documentation

§ InterfaceCtrlInit() [1/2]

InterfaceCtrlInit::InterfaceCtrlInit ( )
inline

Empty constructor. No action.

Definition at line 83 of file interface.h.

§ InterfaceCtrlInit() [2/2]

InterfaceCtrlInit::InterfaceCtrlInit ( HWND  hWnd,
HINSTANCE  hInst 
)
inline

Constructor runs BaseInterfaceCtrl constructor

Parameters
[in]hWndHWND of main (parent) window
[in]hInstGlobal instance

Definition at line 90 of file interface.h.

Member Function Documentation

§ create()

virtual HWND InterfaceCtrlInit::create ( int  X = 0,
int  Y = 0,
int  HEIGHT = 0,
int  WIDTH = 0,
WCHAR *  TEXT = NULL 
)
inlineoverridevirtual

Overrided emty method. No action.

Implements BaseInterfaceCtrl.

Definition at line 93 of file interface.h.

§ remove()

virtual void InterfaceCtrlInit::remove ( )
inlineoverridevirtual

Overrided emty method. No action.

Implements BaseInterfaceCtrl.

Definition at line 96 of file interface.h.


The documentation for this class was generated from the following file: