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

#include <drawinterface.h>

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

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
 
- Public Member Functions inherited from BaseDrawInterfaceElement
 BaseDrawInterfaceElement ()
 
 BaseDrawInterfaceElement (HDC hdc)
 
 ~BaseDrawInterfaceElement ()
 

Additional Inherited Members

- Static Protected Attributes inherited from BaseDrawInterfaceElement
static HDC hdc
 

Detailed Description

Definition at line 73 of file drawinterface.h.

Constructor & Destructor Documentation

§ InterfaceDrawInit() [1/2]

InterfaceDrawInit::InterfaceDrawInit ( )
inline

Empty constructor. No action.

Definition at line 79 of file drawinterface.h.

§ InterfaceDrawInit() [2/2]

InterfaceDrawInit::InterfaceDrawInit ( HDC  hdc)
inline

Constructor runs BaseInterfaceCtrl constructor

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

Definition at line 86 of file drawinterface.h.

Member Function Documentation

§ display()

virtual bool InterfaceDrawInit::display ( int  X1 = 0,
int  Y1 = 0,
int  X2 = 0,
int  Y2 = 0,
WCHAR *  TEXT = NULL 
)
inlineoverridevirtual

Overrided emty method. No action.

Implements BaseDrawInterfaceElement.

Definition at line 89 of file drawinterface.h.

§ redraw()

virtual bool InterfaceDrawInit::redraw ( )
inlineoverridevirtual

Overrided emty method. No action.

Implements BaseDrawInterfaceElement.

Definition at line 92 of file drawinterface.h.


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