Data Structure Documentation
FM4, S6E2DH/S6E2DF/S6E2D5/S6E2D3 Series, 32-Bit Microcontroller, Graphic Driver User Manual, Doc. No. 002-04387 Rev. *A
211
12.10
CWindow Class Reference
#include <ut_class_window.h>
Public Member Functions
CWindow ()
∗
CWindow ()
virtual MM_ERROR Open (MML_GDC_DISPLAY display, MM_S32 x=0, MM_S32 y=0, MM_U32 w=0, MM_U32
h=0, MML_GDC_DISP_LAYER layerId=MML_GDC_DISP_LAYER_0, MML_GDC_DISP_SUB_LAYER
sub_layerID=MML_GDC_DISP_SUB_LAYER_DEFAULT, MM_U32 features=0, MM_U32 blend_mode=0)
virtual MM_ERROR Close ()
virtual MM_BOOL SyncReady ()
virtual MM_ERROR Commit ()
virtual MM_ERROR SetSurface (MML_GDC_SURFACE surf)
unsigned int GetWidth ()
unsigned int GetHeight ()
MML_GDC_DISPLAY GetDisplay ()
MML_GDC_DISP_WINDOW GetWindowHandle ()
operator MML_GDC_DISP_WINDOW ()
MML_GDC_SYNC GetSync ()
Data Fields
MML_GDC_DISP_WINDOW m_win
MML_GDC_DISPLAY m_display
MML_GDC_DISP_WINDOW_PROPERTIES m_windowProp
12.10.1 Detailed Description
Generic Window class (Base class for some specialized derived classes
12.10.2 Constructor & Destructor Documentation
12.10.2.1 CWindow ( ) [inline]
Class CWindow constructor.
12.10.2.2
∼
CWindow ( ) [inline]
Class CWindow destructor.