WebRadioApp  0.1
_CoreGroup.h File Reference
#include "ewrte.h"
#include "ewgfx.h"
#include "_CoreRectView.h"
Include dependency graph for _CoreGroup.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _CoreDialogContext_
 
#define _CoreKeyPressHandler_
 
#define _CoreTaskQueue_
 
#define _EffectsFader_
 
#define _EffectsTransition_
 
#define _CoreGroup__DispatchEvent_
 
#define _CoreGroup__BroadcastEventAtPosition_
 
#define _CoreGroup__BroadcastEvent_
 

Functions

 EW_METHOD (initLayoutContext, void)(CoreRectView _this
 
XRect CoreOutline aOutline EW_METHOD (GetRoot, CoreRoot)(CoreView _this) EW_METHOD(Draw
 
XRect CoreOutline aOutline void (CoreGroup _this, GraphicsCanvas aCanvas, XRect aClip, XPoint aOffset, XInt32 aOpacity, XBool aBlend) EW_METHOD(HandleEvent
 
XRect CoreOutline aOutline XObject (CoreView _this, CoreEvent aEvent) EW_METHOD(CursorHitTest
 
XRect CoreOutline aOutline CoreCursorHit (CoreGroup _this, XRect aArea, XInt32 aFinger, XInt32 aStrikeCount, CoreView aDedicatedView, XSet aRetargetReason) EW_METHOD(ArrangeView
 
XRect CoreOutline aOutline XPoint (CoreRectView _this, XRect aBounds, XEnum aFormation) EW_METHOD(MoveView
 
XRect CoreOutline aOutline void (CoreRectView _this, XPoint aOffset, XBool aFastMove) EW_METHOD(GetExtent
 
XRect CoreOutline aOutline XRect (CoreRectView _this) EW_METHOD(ChangeViewState
 
XRect CoreOutline aOutline void (CoreGroup _this, XSet aSetState, XSet aClearState) EW_METHOD(OnSetBounds
 
XRect CoreOutline aOutline void (CoreGroup _this, XRect value) EW_METHOD(drawContent
 
XRect CoreOutline aOutline void (CoreGroup _this, CoreView value) EW_METHOD(OnSetBuffered
 
XRect CoreOutline aOutline void (CoreGroup _this, XBool value) EW_METHOD(OnSetOpacity
 
XRect CoreOutline aOutline void (CoreGroup _this, XInt32 value) EW_METHOD(IsDialog
 
XRect CoreOutline aOutline XBool (CoreGroup _this, XBool aRecursive) EW_METHOD(DispatchEvent
 
XRect CoreOutline aOutline XObject (CoreGroup _this, CoreEvent aEvent) EW_METHOD(BroadcastEvent
 
XRect CoreOutline aOutline XObject (CoreGroup _this, CoreEvent aEvent, XSet aFilter) EW_METHOD(UpdateLayout
 
XRect CoreOutline aOutline void (CoreGroup _this, XPoint aSize) EW_METHOD(UpdateViewState
 
XRect CoreOutline aOutline void (CoreGroup _this, XSet aState) EW_METHOD(InvalidateArea
 
void CoreGroup_Draw (CoreGroup _this, GraphicsCanvas aCanvas, XRect aClip, XPoint aOffset, XInt32 aOpacity, XBool aBlend)
 
CoreCursorHit CoreGroup_CursorHitTest (CoreGroup _this, XRect aArea, XInt32 aFinger, XInt32 aStrikeCount, CoreView aDedicatedView, XSet aRetargetReason)
 
void CoreGroup_ChangeViewState (CoreGroup _this, XSet aSetState, XSet aClearState)
 
void CoreGroup_OnSetBounds (CoreGroup _this, XRect value)
 
XObject CoreGroup_processKeyHandlers (CoreGroup _this, CoreEvent aEvent)
 
void CoreGroup_updateBufferSlot (CoreGroup _this, XObject sender)
 
void CoreGroup_drawContent (CoreGroup _this, GraphicsCanvas aCanvas, XRect aClip, XPoint aOffset, XInt32 aOpacity, XBool aBlend)
 
void CoreGroup__drawContent (void *_this, GraphicsCanvas aCanvas, XRect aClip, XPoint aOffset, XInt32 aOpacity, XBool aBlend)
 
void CoreGroup_recalculateLayout (CoreGroup _this)
 
void CoreGroup_updateComponent (CoreGroup _this, XObject sender)
 
void CoreGroup_OnSetFocus (CoreGroup _this, CoreView value)
 
void CoreGroup__OnSetFocus (void *_this, CoreView value)
 
XBool CoreGroup_OnGetBuffered (CoreGroup _this)
 
void CoreGroup_OnSetBuffered (CoreGroup _this, XBool value)
 
void CoreGroup__OnSetBuffered (void *_this, XBool value)
 
void CoreGroup_OnSetEnabled (CoreGroup _this, XBool value)
 
void CoreGroup_OnSetOpacity (CoreGroup _this, XInt32 value)
 
void CoreGroup__OnSetOpacity (void *_this, XInt32 value)
 
void CoreGroup_OnSetEmbedded (CoreGroup _this, XBool value)
 
XBool CoreGroup_OnGetVisible (CoreGroup _this)
 
void CoreGroup_OnSetVisible (CoreGroup _this, XBool value)
 
XBool CoreGroup_IsDialog (CoreGroup _this, XBool aRecursive)
 
XBool CoreGroup__IsDialog (void *_this, XBool aRecursive)
 
void CoreGroup_SwitchToDialog (CoreGroup _this, CoreGroup aDialogGroup, EffectsTransition aPresentTransition, EffectsTransition aDismissTransition, EffectsTransition aOverlayTransition, EffectsTransition aRestoreTransition, EffectsTransition aOverrideDismissTransition, EffectsTransition aOverrideOverlayTransition, EffectsTransition aOverrideRestoreTransition, XSlot aComplete, XSlot aCancel, XBool aCombine)
 
void CoreGroup_DismissDialog (CoreGroup _this, CoreGroup aDialogGroup, EffectsTransition aOverrideDismissTransition, EffectsTransition aOverrideOverlayTransition, EffectsTransition aOverrideRestoreTransition, XSlot aComplete, XSlot aCancel, XBool aCombine)
 
void CoreGroup_PresentDialog (CoreGroup _this, CoreGroup aDialogGroup, EffectsTransition aPresentTransition, EffectsTransition aDismissTransition, EffectsTransition aOverlayTransition, EffectsTransition aRestoreTransition, EffectsTransition aOverrideOverlayTransition, EffectsTransition aOverrideRestoreTransition, XSlot aComplete, XSlot aCancel, XBool aCombine)
 
XPoint CoreGroup_LocalPosition (CoreGroup _this, XPoint aPoint)
 
XObject CoreGroup_DispatchEvent (CoreGroup _this, CoreEvent aEvent)
 
XObject CoreGroup__DispatchEvent (void *_this, CoreEvent aEvent)
 
XObject CoreGroup_BroadcastEventAtPosition (CoreGroup _this, CoreEvent aEvent, XPoint aPosition, XSet aFilter)
 
XObject CoreGroup__BroadcastEventAtPosition (void *_this, CoreEvent aEvent, XPoint aPosition, XSet aFilter)
 
XObject CoreGroup_BroadcastEvent (CoreGroup _this, CoreEvent aEvent, XSet aFilter)
 
XObject CoreGroup__BroadcastEvent (void *_this, CoreEvent aEvent, XSet aFilter)
 
void CoreGroup_UpdateLayout (CoreGroup _this, XPoint aSize)
 
void CoreGroup__UpdateLayout (void *_this, XPoint aSize)
 
void CoreGroup_UpdateViewState (CoreGroup _this, XSet aState)
 
void CoreGroup__UpdateViewState (void *_this, XSet aState)
 
void CoreGroup_InvalidateViewState (CoreGroup _this)
 
void CoreGroup_InvalidateArea (CoreGroup _this, XRect aArea)
 
void CoreGroup__InvalidateArea (void *_this, XRect aArea)
 
CoreView CoreGroup_FindSiblingView (CoreGroup _this, CoreView aView, XSet aFilter)
 
void CoreGroup_FadeGroup (CoreGroup _this, CoreGroup aGroup, EffectsFader aFader, XSlot aComplete, XSlot aCancel, XBool aCombine)
 
void CoreGroup_RestackTop (CoreGroup _this, CoreView aView)
 
void CoreGroup_Remove (CoreGroup _this, CoreView aView)
 
void CoreGroup_Add (CoreGroup _this, CoreView aView, XInt32 aOrder)
 
XInt32 CoreGroup_OnGetOpacity (CoreGroup _this)
 

Variables

XRect aBounds
 
XRect CoreOutline aOutline XHandle aArg
 

Macro Definition Documentation

◆ _CoreDialogContext_

#define _CoreDialogContext_

◆ _CoreGroup__BroadcastEvent_

#define _CoreGroup__BroadcastEvent_

◆ _CoreGroup__BroadcastEventAtPosition_

#define _CoreGroup__BroadcastEventAtPosition_

◆ _CoreGroup__DispatchEvent_

#define _CoreGroup__DispatchEvent_

◆ _CoreKeyPressHandler_

#define _CoreKeyPressHandler_

◆ _CoreTaskQueue_

#define _CoreTaskQueue_

◆ _EffectsFader_

#define _EffectsFader_

◆ _EffectsTransition_

#define _EffectsTransition_

Function Documentation

◆ CoreCursorHit()

XRect CoreOutline aOutline CoreCursorHit ( CoreGroup  _this,
XRect  aArea,
XInt32  aFinger,
XInt32  aStrikeCount,
CoreView  aDedicatedView,
XSet  aRetargetReason 
)

◆ CoreGroup__BroadcastEvent()

XObject CoreGroup__BroadcastEvent ( void _this,
CoreEvent  aEvent,
XSet  aFilter 
)
Here is the caller graph for this function:

◆ CoreGroup__BroadcastEventAtPosition()

XObject CoreGroup__BroadcastEventAtPosition ( void _this,
CoreEvent  aEvent,
XPoint  aPosition,
XSet  aFilter 
)

References CoreGroup_BroadcastEventAtPosition().

Here is the call graph for this function:

◆ CoreGroup__DispatchEvent()

XObject CoreGroup__DispatchEvent ( void _this,
CoreEvent  aEvent 
)
Here is the caller graph for this function:

◆ CoreGroup__drawContent()

void CoreGroup__drawContent ( void _this,
GraphicsCanvas  aCanvas,
XRect  aClip,
XPoint  aOffset,
XInt32  aOpacity,
XBool  aBlend 
)

References aBlend, aCanvas, aClip, aOffset, and aOpacity.

Here is the caller graph for this function:

◆ CoreGroup__InvalidateArea()

void CoreGroup__InvalidateArea ( void _this,
XRect  aArea 
)

◆ CoreGroup__IsDialog()

XBool CoreGroup__IsDialog ( void _this,
XBool  aRecursive 
)
Here is the caller graph for this function:

◆ CoreGroup__OnSetBuffered()

void CoreGroup__OnSetBuffered ( void _this,
XBool  value 
)

References value.

Here is the caller graph for this function:

◆ CoreGroup__OnSetFocus()

void CoreGroup__OnSetFocus ( void _this,
CoreView  value 
)

References value.

Here is the caller graph for this function:

◆ CoreGroup__OnSetOpacity()

void CoreGroup__OnSetOpacity ( void _this,
XInt32  value 
)

References value.

Here is the caller graph for this function:

◆ CoreGroup__UpdateLayout()

void CoreGroup__UpdateLayout ( void _this,
XPoint  aSize 
)
Here is the caller graph for this function:

◆ CoreGroup__UpdateViewState()

void CoreGroup__UpdateViewState ( void _this,
XSet  aState 
)
Here is the caller graph for this function:

◆ CoreGroup_Add()

void CoreGroup_Add ( CoreGroup  _this,
CoreView  aView,
XInt32  aOrder 
)

References _Const000C, _Const000D, CoreGroup__InvalidateArea(), CoreGroup__OnSetFocus(), CoreGroup_updateComponent(), CoreView__GetExtent(), CoreViewStateDialog, CoreViewStateEmbedded, CoreViewStateEnabled, CoreViewStateFocusable, CoreViewStateIsOutline, CoreViewStatePendingLayout, CoreViewStateRequestLayout, CoreViewStateVisible, EwLoadString(), EwNewSlot(), EwPostSignal(), and EwThrow().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreGroup_BroadcastEvent()

XObject CoreGroup_BroadcastEvent ( CoreGroup  _this,
CoreEvent  aEvent,
XSet  aFilter 
)

References CoreGroup__BroadcastEvent(), CoreGroup_processKeyHandlers(), CoreView__HandleEvent(), EwCastObject(), and EwSetContains().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreGroup_BroadcastEventAtPosition()

XObject CoreGroup_BroadcastEventAtPosition ( CoreGroup  _this,
CoreEvent  aEvent,
XPoint  aPosition,
XSet  aFilter 
)

References CoreView__GetExtent(), CoreView__HandleEvent(), EwCastObject(), EwIsPointInRect(), EwMovePointNeg(), and EwSetContains().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreGroup_ChangeViewState()

void CoreGroup_ChangeViewState ( CoreGroup  _this,
XSet  aSetState,
XSet  aClearState 
)

References CoreGroup_updateComponent(), CoreView__ChangeViewState(), CoreView_ChangeViewState(), CoreViewStateEnabled, CoreViewStateFocusable, CoreViewStateFocused, CoreViewStatePendingViewState, EwNewSlot(), and EwPostSignal().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreGroup_CursorHitTest()

CoreCursorHit CoreGroup_CursorHitTest ( CoreGroup  _this,
XRect  aArea,
XInt32  aFinger,
XInt32  aStrikeCount,
CoreView  aDedicatedView,
XSet  aRetargetReason 
)

◆ CoreGroup_DismissDialog()

void CoreGroup_DismissDialog ( CoreGroup  _this,
CoreGroup  aDialogGroup,
EffectsTransition  aOverrideDismissTransition,
EffectsTransition  aOverrideOverlayTransition,
EffectsTransition  aOverrideRestoreTransition,
XSlot  aComplete,
XSlot  aCancel,
XBool  aCombine 
)

References _Const0005, CoreGroup_FadeGroup(), CoreView__ChangeViewState(), CoreViewStateDialog, CoreViewStateEnabled, CoreViewStateFocusable, CoreViewStateFocused, EffectsTransition__CreateDismissFader(), EffectsTransition__CreateOverlayFader(), EffectsTransition__CreateRestoreFader(), EwLoadString(), EwNullSlot, and EwThrow().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreGroup_DispatchEvent()

XObject CoreGroup_DispatchEvent ( CoreGroup  _this,
CoreEvent  aEvent 
)

References CoreGroup__DispatchEvent(), CoreGroup_processKeyHandlers(), CoreView__HandleEvent(), CoreViewStateDialog, CoreViewStatePendingFader, CoreViewStateRunningFader, and EwCastObject().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreGroup_Draw()

void CoreGroup_Draw ( CoreGroup  _this,
GraphicsCanvas  aCanvas,
XRect  aClip,
XPoint  aOffset,
XInt32  aOpacity,
XBool  aBlend 
)

References _Const0000, aBlend, aCanvas, aClip, aOffset, aOpacity, CoreGroup__drawContent(), CoreViewStateAlphaBlended, EwMovePointPos(), EwMoveRectPos(), EwNewColor(), GraphicsCanvas_CopyBitmap(), XRect::Point1, and ResourcesBitmap__Update().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreGroup_drawContent()

void CoreGroup_drawContent ( CoreGroup  _this,
GraphicsCanvas  aCanvas,
XRect  aClip,
XPoint  aOffset,
XInt32  aOpacity,
XBool  aBlend 
)

References _Const0001, aBlend, aCanvas, aClip, aOffset, aOpacity, CoreView__Draw(), CoreView__GetExtent(), CoreViewStateEmbedded, CoreViewStateIsOutline, CoreViewStateVisible, EwCastObject(), EwIntersectRect(), EwIsRectEmpty(), and EwMoveRectPos().

Here is the call graph for this function:

◆ CoreGroup_FadeGroup()

void CoreGroup_FadeGroup ( CoreGroup  _this,
CoreGroup  aGroup,
EffectsFader  aFader,
XSlot  aComplete,
XSlot  aCancel,
XBool  aCombine 
)

References _Const0006, _Const0007, _Const0008, CoreTask_IsCurrent(), CoreTaskQueue_ScheduleTask(), CoreViewStatePendingFader, EffectsFaderTask_AddFader(), EffectsFaderTask_RemoveFader(), EwCastObject(), EwLoadString(), EwNewObject, and EwThrow().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreGroup_FindSiblingView()

CoreView CoreGroup_FindSiblingView ( CoreGroup  _this,
CoreView  aView,
XSet  aFilter 
)

References CoreViewStateDialog, and EwSetContains().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreGroup_InvalidateArea()

void CoreGroup_InvalidateArea ( CoreGroup  _this,
XRect  aArea 
)

References CoreGroup__InvalidateArea(), CoreViewStateVisible, EwCompRect(), EwFullOffScreenBufferUpdate, EwGetRectORect(), EwIntersectRect(), EwIsRectEmpty(), EwMoveRectPos(), EwNotifyObjObservers(), EwUnionRect(), and XRect::Point1.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreGroup_InvalidateViewState()

void CoreGroup_InvalidateViewState ( CoreGroup  _this)

References CoreGroup_updateComponent(), CoreViewStatePendingViewState, EwNewSlot(), and EwPostSignal().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreGroup_IsDialog()

XBool CoreGroup_IsDialog ( CoreGroup  _this,
XBool  aRecursive 
)

References CoreGroup__IsDialog(), and CoreViewStateDialog.

Here is the call graph for this function:

◆ CoreGroup_LocalPosition()

XPoint CoreGroup_LocalPosition ( CoreGroup  _this,
XPoint  aPoint 
)

References EwMovePointNeg().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreGroup_OnGetBuffered()

XBool CoreGroup_OnGetBuffered ( CoreGroup  _this)
Here is the caller graph for this function:

◆ CoreGroup_OnGetOpacity()

XInt32 CoreGroup_OnGetOpacity ( CoreGroup  _this)
Here is the caller graph for this function:

◆ CoreGroup_OnGetVisible()

XBool CoreGroup_OnGetVisible ( CoreGroup  _this)

References CoreViewStateVisible.

Here is the caller graph for this function:

◆ CoreGroup_OnSetBounds()

void CoreGroup_OnSetBounds ( CoreGroup  _this,
XRect  value 
)

◆ CoreGroup_OnSetBuffered()

void CoreGroup_OnSetBuffered ( CoreGroup  _this,
XBool  value 
)

References _Const0000, CoreGroup__InvalidateArea(), CoreGroup_updateBufferSlot(), CoreViewStateVisible, EwGetRectSize(), EwNewObject, EwNewSlot(), EwNotifyObjObservers(), EwNullSlot, ResourcesBitmap__OnSetFrameSize(), and value.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreGroup_OnSetEmbedded()

void CoreGroup_OnSetEmbedded ( CoreGroup  _this,
XBool  value 
)

References CoreView__ChangeViewState(), CoreViewStateEmbedded, and value.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreGroup_OnSetEnabled()

void CoreGroup_OnSetEnabled ( CoreGroup  _this,
XBool  value 
)

References CoreView__ChangeViewState(), CoreViewStateEnabled, and value.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreGroup_OnSetFocus()

void CoreGroup_OnSetFocus ( CoreGroup  _this,
CoreView  value 
)

References _Const0003, CoreView__ChangeViewState(), CoreViewStateDialog, CoreViewStateEnabled, CoreViewStateFocusable, CoreViewStateFocused, CoreViewStateSelected, EwLoadString(), EwThrow(), and value.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreGroup_OnSetOpacity()

void CoreGroup_OnSetOpacity ( CoreGroup  _this,
XInt32  value 
)

References CoreGroup__InvalidateArea(), CoreViewStateVisible, and value.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreGroup_OnSetVisible()

void CoreGroup_OnSetVisible ( CoreGroup  _this,
XBool  value 
)

References CoreView__ChangeViewState(), CoreViewStateVisible, and value.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreGroup_PresentDialog()

void CoreGroup_PresentDialog ( CoreGroup  _this,
CoreGroup  aDialogGroup,
EffectsTransition  aPresentTransition,
EffectsTransition  aDismissTransition,
EffectsTransition  aOverlayTransition,
EffectsTransition  aRestoreTransition,
EffectsTransition  aOverrideOverlayTransition,
EffectsTransition  aOverrideRestoreTransition,
XSlot  aComplete,
XSlot  aCancel,
XBool  aCombine 
)

References _Const0004, CoreGroup__OnSetFocus(), CoreGroup_FadeGroup(), CoreGroup_SwitchToDialog(), CoreView__ChangeViewState(), CoreViewStateDialog, CoreViewStateEnabled, CoreViewStateFocusable, CoreViewStateFocused, EffectsTransition__CreateOverlayFader(), EffectsTransition__CreatePresentFader(), EwGetAutoObject(), EwLoadString(), EwNewObject, EwNullSlot, and EwThrow().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreGroup_processKeyHandlers()

XObject CoreGroup_processKeyHandlers ( CoreGroup  _this,
CoreEvent  aEvent 
)

References CoreKeyPressHandler_HandleEvent(), and EwCastObject().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreGroup_recalculateLayout()

◆ CoreGroup_Remove()

void CoreGroup_Remove ( CoreGroup  _this,
CoreView  aView 
)

References _Const000A, _Const000B, CoreGroup__InvalidateArea(), CoreGroup__OnSetFocus(), CoreGroup_FindSiblingView(), CoreGroup_updateComponent(), CoreView__GetExtent(), CoreViewStateEmbedded, CoreViewStateEnabled, CoreViewStateFocusable, CoreViewStateIsOutline, CoreViewStatePendingLayout, CoreViewStateRequestLayout, CoreViewStateVisible, EwLoadString(), EwNewSlot(), EwPostSignal(), and EwThrow().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreGroup_RestackTop()

void CoreGroup_RestackTop ( CoreGroup  _this,
CoreView  aView 
)

References _Const0009, _Const000A, CoreGroup__InvalidateArea(), CoreGroup_updateComponent(), CoreView__GetExtent(), CoreViewStateEmbedded, CoreViewStateIsOutline, CoreViewStatePendingLayout, CoreViewStateRequestLayout, CoreViewStateVisible, EwLoadString(), EwNewSlot(), EwPostSignal(), and EwThrow().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreGroup_SwitchToDialog()

void CoreGroup_SwitchToDialog ( CoreGroup  _this,
CoreGroup  aDialogGroup,
EffectsTransition  aPresentTransition,
EffectsTransition  aDismissTransition,
EffectsTransition  aOverlayTransition,
EffectsTransition  aRestoreTransition,
EffectsTransition  aOverrideDismissTransition,
EffectsTransition  aOverrideOverlayTransition,
EffectsTransition  aOverrideRestoreTransition,
XSlot  aComplete,
XSlot  aCancel,
XBool  aCombine 
)

References _Const0004, CoreGroup__OnSetFocus(), CoreGroup_FadeGroup(), CoreGroup_PresentDialog(), CoreView__ChangeViewState(), CoreViewStateDialog, CoreViewStateEnabled, CoreViewStateFocusable, CoreViewStateFocused, EffectsTransition__CreateDismissFader(), EffectsTransition__CreateOverlayFader(), EffectsTransition__CreatePresentFader(), EffectsTransition__CreateRestoreFader(), EwGetAutoObject(), EwLoadString(), EwNewObject, EwNullSlot, and EwThrow().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreGroup_updateBufferSlot()

void CoreGroup_updateBufferSlot ( CoreGroup  _this,
XObject  sender 
)

References _Const0000, _Const0002, CoreGroup__drawContent(), EW_UNUSED_ARG, EwFullOffScreenBufferUpdate, GraphicsCanvas_FillRectangle(), and sender.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreGroup_updateComponent()

void CoreGroup_updateComponent ( CoreGroup  _this,
XObject  sender 
)

References CoreGroup__UpdateViewState(), CoreGroup_recalculateLayout(), CoreViewStatePendingLayout, CoreViewStatePendingViewState, CoreViewStateUpdateLayout, EW_UNUSED_ARG, and sender.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreGroup_UpdateLayout()

void CoreGroup_UpdateLayout ( CoreGroup  _this,
XPoint  aSize 
)

References EW_UNUSED_ARG.

◆ CoreGroup_UpdateViewState()

void CoreGroup_UpdateViewState ( CoreGroup  _this,
XSet  aState 
)

References EW_UNUSED_ARG.

◆ EW_METHOD() [1/2]

XRect CoreOutline aOutline EW_METHOD ( GetRoot  ,
CoreRoot   
)

◆ EW_METHOD() [2/2]

EW_METHOD ( initLayoutContext  ,
void   
)

◆ void() [1/9]

XRect CoreOutline aOutline void ( CoreGroup  _this,
CoreView  value 
)

◆ void() [2/9]

XRect CoreOutline aOutline void ( CoreGroup  _this,
GraphicsCanvas  aCanvas,
XRect  aClip,
XPoint  aOffset,
XInt32  aOpacity,
XBool  aBlend 
)

◆ void() [3/9]

XRect CoreOutline aOutline void ( CoreGroup  _this,
XBool  value 
)

◆ void() [4/9]

XRect CoreOutline aOutline void ( CoreGroup  _this,
XInt32  value 
)

◆ void() [5/9]

XRect CoreOutline aOutline void ( CoreGroup  _this,
XPoint  aSize 
)

◆ void() [6/9]

XRect CoreOutline aOutline void ( CoreGroup  _this,
XRect  value 
)

◆ void() [7/9]

XRect CoreOutline aOutline void ( CoreGroup  _this,
XSet  aSetState,
XSet  aClearState 
)

◆ void() [8/9]

XRect CoreOutline aOutline void ( CoreGroup  _this,
XSet  aState 
)

◆ void() [9/9]

XRect CoreOutline aOutline void ( CoreRectView  _this,
XPoint  aOffset,
XBool  aFastMove 
)

◆ XBool()

XRect CoreOutline aOutline XBool ( CoreGroup  _this,
XBool  aRecursive 
)

◆ XObject() [1/3]

XRect CoreOutline aOutline XObject ( CoreGroup  _this,
CoreEvent  aEvent 
)

◆ XObject() [2/3]

XRect CoreOutline aOutline XObject ( CoreGroup  _this,
CoreEvent  aEvent,
XSet  aFilter 
)

◆ XObject() [3/3]

XRect CoreOutline aOutline XObject ( CoreView  _this,
CoreEvent  aEvent 
)

◆ XPoint()

XRect CoreOutline aOutline XPoint ( CoreRectView  _this,
XRect  aBounds,
XEnum  aFormation 
)

◆ XRect()

XRect CoreOutline aOutline XRect ( CoreRectView  _this)

Variable Documentation

◆ aArg

XRect CoreOutline aOutline XHandle aArg

◆ aBounds

XRect aBounds