WebRadioApp  0.1
Core.c File Reference
#include "ewlocale.h"
#include "_ApplicationApplication.h"
#include "_CoreCursorEvent.h"
#include "_CoreCursorGrabEvent.h"
#include "_CoreCursorHit.h"
#include "_CoreDialogContext.h"
#include "_CoreDragEvent.h"
#include "_CoreEvent.h"
#include "_CoreGroup.h"
#include "_CoreKeyEvent.h"
#include "_CoreKeyPressHandler.h"
#include "_CoreLayoutContext.h"
#include "_CoreLayoutQuadContext.h"
#include "_CoreModalContext.h"
#include "_CoreOutline.h"
#include "_CorePropertyObserver.h"
#include "_CoreQuadView.h"
#include "_CoreRectView.h"
#include "_CoreResource.h"
#include "_CoreRoot.h"
#include "_CoreSimpleTouchHandler.h"
#include "_CoreSystemEvent.h"
#include "_CoreSystemEventHandler.h"
#include "_CoreSystemEventTask.h"
#include "_CoreTask.h"
#include "_CoreTaskQueue.h"
#include "_CoreTime.h"
#include "_CoreTimer.h"
#include "_CoreView.h"
#include "_EffectsFader.h"
#include "_EffectsFaderTask.h"
#include "_EffectsPointEffect.h"
#include "_EffectsShowHideTransition.h"
#include "_EffectsTransition.h"
#include "_GraphicsCanvas.h"
#include "_ResourcesBitmap.h"
#include "Core.h"
#include "Effects.h"
#include "Resources.h"
Include dependency graph for Core.c:

Macros

#define EwCheckIndex(aIndex, aRange)   EwCheckIndex( aIndex, aRange, __FILE__, __LINE__ )
 
#define this   _this
 
#define this   _this
 
#define this   _this
 

Functions

static int EwCheckIndex (int aIndex, int aRange, const char *aFile, int aLine)
 
void CoreView__Init (CoreView _this, XObject aLink, XHandle aArg)
 
void CoreView__ReInit (CoreView _this)
 
void CoreView__Done (CoreView _this)
 
void CoreView_initLayoutContext (CoreView _this, XRect aBounds, CoreOutline aOutline)
 
void CoreView__initLayoutContext (void *_this, XRect aBounds, CoreOutline aOutline)
 
void CoreView_OnSetLayout (CoreView _this, XSet value)
 
CoreRoot CoreView_GetRoot (CoreView _this)
 
CoreRoot CoreView__GetRoot (void *_this)
 
void CoreView_Draw (CoreView _this, GraphicsCanvas aCanvas, XRect aClip, XPoint aOffset, XInt32 aOpacity, XBool aBlend)
 
void CoreView__Draw (void *_this, GraphicsCanvas aCanvas, XRect aClip, XPoint aOffset, XInt32 aOpacity, XBool aBlend)
 
XObject CoreView_HandleEvent (CoreView _this, CoreEvent aEvent)
 
XObject CoreView__HandleEvent (void *_this, CoreEvent aEvent)
 
CoreCursorHit CoreView_CursorHitTest (CoreView _this, XRect aArea, XInt32 aFinger, XInt32 aStrikeCount, CoreView aDedicatedView, XSet aRetargetReason)
 
CoreCursorHit CoreView__CursorHitTest (void *_this, XRect aArea, XInt32 aFinger, XInt32 aStrikeCount, CoreView aDedicatedView, XSet aRetargetReason)
 
XPoint CoreView_ArrangeView (CoreView _this, XRect aBounds, XEnum aFormation)
 
XPoint CoreView__ArrangeView (void *_this, XRect aBounds, XEnum aFormation)
 
void CoreView_MoveView (CoreView _this, XPoint aOffset, XBool aFastMove)
 
void CoreView__MoveView (void *_this, XPoint aOffset, XBool aFastMove)
 
XRect CoreView_GetExtent (CoreView _this)
 
XRect CoreView__GetExtent (void *_this)
 
void CoreView_ChangeViewState (CoreView _this, XSet aSetState, XSet aClearState)
 
void CoreView__ChangeViewState (void *_this, XSet aSetState, XSet aClearState)
 
 EW_DEFINE_CLASS (CoreView, XObject, next, viewState, viewState, viewState, viewState, viewState, "Core::View")
 
void CoreQuadView__ReInit (CoreQuadView _this)
 
void CoreQuadView__Done (CoreQuadView _this)
 
void CoreQuadView_initLayoutContext (CoreQuadView _this, XRect aBounds, CoreOutline aOutline)
 
XPoint CoreQuadView_ArrangeView (CoreQuadView _this, XRect aBounds, XEnum aFormation)
 
void CoreQuadView_MoveView (CoreQuadView _this, XPoint aOffset, XBool aFastMove)
 
XRect CoreQuadView_GetExtent (CoreQuadView _this)
 
void CoreQuadView_OnSetPoint4 (CoreQuadView _this, XPoint value)
 
void CoreQuadView__OnSetPoint4 (void *_this, XPoint value)
 
void CoreQuadView_OnSetPoint3 (CoreQuadView _this, XPoint value)
 
void CoreQuadView__OnSetPoint3 (void *_this, XPoint value)
 
void CoreQuadView_OnSetPoint2 (CoreQuadView _this, XPoint value)
 
void CoreQuadView__OnSetPoint2 (void *_this, XPoint value)
 
void CoreQuadView_OnSetPoint1 (CoreQuadView _this, XPoint value)
 
void CoreQuadView__OnSetPoint1 (void *_this, XPoint value)
 
XBool CoreQuadView_IsPointInside (CoreQuadView _this, XPoint aPoint)
 
XBool CoreQuadView_HasRectShape (CoreQuadView _this)
 
 EW_DEFINE_CLASS (CoreQuadView, CoreView, _None, _None, _None, _None, _None, _None, "Core::QuadView")
 
void CoreRectView__ReInit (CoreRectView _this)
 
void CoreRectView__Done (CoreRectView _this)
 
void CoreRectView_initLayoutContext (CoreRectView _this, XRect aBounds, CoreOutline aOutline)
 
XPoint CoreRectView_ArrangeView (CoreRectView _this, XRect aBounds, XEnum aFormation)
 
void CoreRectView_MoveView (CoreRectView _this, XPoint aOffset, XBool aFastMove)
 
XRect CoreRectView_GetExtent (CoreRectView _this)
 
void CoreRectView_OnSetBounds (CoreRectView _this, XRect value)
 
void CoreRectView__OnSetBounds (void *_this, XRect value)
 
 EW_DEFINE_CLASS (CoreRectView, CoreView, _None, _None, _None, _None, _None, _None, "Core::RectView")
 
void CoreGroup__ReInit (CoreGroup _this)
 
void CoreGroup__Done (CoreGroup _this)
 
void CoreGroup_Init (CoreGroup _this, XHandle aArg)
 
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)
 
 EW_DEFINE_CLASS (CoreGroup, CoreRectView, first, Opacity, Opacity, Opacity, Opacity, Opacity, "Core::Group")
 
void CoreRoot__ReInit (CoreRoot _this)
 
void CoreRoot__Done (CoreRoot _this)
 
CoreRoot CoreRoot_GetRoot (CoreRoot _this)
 
void CoreRoot_Draw (CoreRoot _this, GraphicsCanvas aCanvas, XRect aClip, XPoint aOffset, XInt32 aOpacity, XBool aBlend)
 
void CoreRoot_ChangeViewState (CoreRoot _this, XSet aSetState, XSet aClearState)
 
void CoreRoot_OnSetFocus (CoreRoot _this, CoreView value)
 
void CoreRoot_OnSetBuffered (CoreRoot _this, XBool value)
 
void CoreRoot_OnSetOpacity (CoreRoot _this, XInt32 value)
 
XBool CoreRoot_IsDialog (CoreRoot _this, XBool aRecursive)
 
XObject CoreRoot_DispatchEvent (CoreRoot _this, CoreEvent aEvent)
 
XObject CoreRoot_BroadcastEvent (CoreRoot _this, CoreEvent aEvent, XSet aFilter)
 
void CoreRoot_InvalidateArea (CoreRoot _this, XRect aArea)
 
CoreDragEvent CoreRoot_createDragEvent (CoreRoot _this)
 
CoreCursorEvent CoreRoot_createCursorEvent (CoreRoot _this)
 
CoreCursorGrabEvent CoreRoot_createCursorGrabEvent (CoreRoot _this)
 
void CoreRoot_cursorHoldTimerProc (CoreRoot _this, XObject sender)
 
XInt32 CoreRoot_GetFPS (CoreRoot _this)
 
XInt32 CoreRoot__GetFPS (void *_this)
 
XRect CoreRoot_Update (CoreRoot _this)
 
XRect CoreRoot__Update (void *_this)
 
XRect CoreRoot_UpdateGE20 (CoreRoot _this, GraphicsCanvas aCanvas)
 
XRect CoreRoot__UpdateGE20 (void *_this, GraphicsCanvas aCanvas)
 
void CoreRoot_EndUpdate (CoreRoot _this)
 
void CoreRoot__EndUpdate (void *_this)
 
XRect CoreRoot_UpdateCanvas (CoreRoot _this, GraphicsCanvas aCanvas, XPoint aOffset)
 
XRect CoreRoot__UpdateCanvas (void *_this, GraphicsCanvas aCanvas, XPoint aOffset)
 
XRect CoreRoot_GetUpdateRegion (CoreRoot _this, XInt32 aRegionNo)
 
XRect CoreRoot__GetUpdateRegion (void *_this, XInt32 aRegionNo)
 
XInt32 CoreRoot_BeginUpdate (CoreRoot _this)
 
XInt32 CoreRoot__BeginUpdate (void *_this)
 
XBool CoreRoot_DoesNeedUpdate (CoreRoot _this)
 
XBool CoreRoot__DoesNeedUpdate (void *_this)
 
CoreRoot CoreRoot_Initialize (CoreRoot _this, XPoint aSize)
 
CoreRoot CoreRoot__Initialize (void *_this, XPoint aSize)
 
XBool CoreRoot_SetRootFocus (CoreRoot _this, XBool aHasRootFocus)
 
XBool CoreRoot__SetRootFocus (void *_this, XBool aHasRootFocus)
 
void CoreRoot_SetUserInputTimestamp (CoreRoot _this, XUInt32 aTimestamp)
 
void CoreRoot__SetUserInputTimestamp (void *_this, XUInt32 aTimestamp)
 
XBool CoreRoot_DriveKeyboardHitting (CoreRoot _this, XEnum aCode, XChar aCharCode, XBool aDown)
 
XBool CoreRoot__DriveKeyboardHitting (void *_this, XEnum aCode, XChar aCharCode, XBool aDown)
 
XBool CoreRoot_DriveCursorMovement (CoreRoot _this, XPoint aPos)
 
XBool CoreRoot__DriveCursorMovement (void *_this, XPoint aPos)
 
XBool CoreRoot_DriveMultiTouchMovement (CoreRoot _this, XInt32 aFinger, XPoint aPos)
 
XBool CoreRoot__DriveMultiTouchMovement (void *_this, XInt32 aFinger, XPoint aPos)
 
XBool CoreRoot_DriveCursorHitting (CoreRoot _this, XBool aDown, XInt32 aFinger, XPoint aPos)
 
XBool CoreRoot__DriveCursorHitting (void *_this, XBool aDown, XInt32 aFinger, XPoint aPos)
 
XBool CoreRoot_DriveMultiTouchHitting (CoreRoot _this, XBool aDown, XInt32 aFinger, XPoint aPos)
 
XBool CoreRoot__DriveMultiTouchHitting (void *_this, XBool aDown, XInt32 aFinger, XPoint aPos)
 
void CoreRoot_RetargetCursorWithReason (CoreRoot _this, CoreView aNewTarget, CoreView aFallbackTarget, XSet aRetargetReason)
 
void CoreRoot_RetargetCursor (CoreRoot _this, CoreView aNewTarget, CoreView aFallbackTarget)
 
void CoreRoot_DeflectCursor (CoreRoot _this, CoreView aNewTarget, XPoint aHitOffset)
 
 EW_DEFINE_CLASS (CoreRoot, CoreGroup, keyLastTarget, cursorHoldTimer, cursorHoldTimer, cursorHoldTimer, updateLock, updateLock, "Core::Root")
 
void CoreEvent__ReInit (CoreEvent _this)
 
void CoreEvent__Done (CoreEvent _this)
 
void CoreEvent_Init (CoreEvent _this, XHandle aArg)
 
XUInt32 CoreEvent_GetCurrentTime (CoreEvent _this)
 
void CoreKeyEvent__Init (CoreKeyEvent _this, XObject aLink, XHandle aArg)
 
void CoreKeyEvent__ReInit (CoreKeyEvent _this)
 
void CoreKeyEvent__Done (CoreKeyEvent _this)
 
CoreKeyEvent CoreKeyEvent_Initialize2 (CoreKeyEvent _this, XChar aCode, XBool aDown)
 
CoreKeyEvent CoreKeyEvent__Initialize2 (void *_this, XChar aCode, XBool aDown)
 
CoreKeyEvent CoreKeyEvent_Initialize (CoreKeyEvent _this, XEnum aCode, XBool aDown)
 
CoreKeyEvent CoreKeyEvent__Initialize (void *_this, XEnum aCode, XBool aDown)
 
XBool CoreKeyEvent_IsCode (CoreKeyEvent _this, XEnum aCodeOrCategory)
 
 EW_DEFINE_CLASS (CoreKeyEvent, CoreEvent, _None, _None, _None, _None, _None, _None, "Core::KeyEvent")
 
void CoreCursorGrabEvent__ReInit (CoreCursorGrabEvent _this)
 
void CoreCursorGrabEvent__Done (CoreCursorGrabEvent _this)
 
CoreCursorGrabEvent CoreCursorGrabEvent_InitializeUp (CoreCursorGrabEvent _this, XInt32 aFinger, XInt32 aStrikeCount, XBool aAutoDeflected, CoreView aTarget, XPoint aGlobalCurrentPos)
 
CoreCursorGrabEvent CoreCursorGrabEvent__InitializeUp (void *_this, XInt32 aFinger, XInt32 aStrikeCount, XBool aAutoDeflected, CoreView aTarget, XPoint aGlobalCurrentPos)
 
CoreCursorGrabEvent CoreCursorGrabEvent_InitializeDown (CoreCursorGrabEvent _this, XInt32 aFinger, XInt32 aStrikeCount, XBool aAutoDeflected, CoreView aTarget, XPoint aGlobalCurrentPos)
 
CoreCursorGrabEvent CoreCursorGrabEvent__InitializeDown (void *_this, XInt32 aFinger, XInt32 aStrikeCount, XBool aAutoDeflected, CoreView aTarget, XPoint aGlobalCurrentPos)
 
 EW_DEFINE_CLASS (CoreCursorGrabEvent, CoreEvent, Target, GlobalCurrentPos, GlobalCurrentPos, GlobalCurrentPos, GlobalCurrentPos, GlobalCurrentPos, "Core::CursorGrabEvent")
 
void CoreCursorEvent__ReInit (CoreCursorEvent _this)
 
void CoreCursorEvent__Done (CoreCursorEvent _this)
 
CoreCursorEvent CoreCursorEvent_InitializeHold (CoreCursorEvent _this, XInt32 aFinger, XPoint aCurrentPos, XPoint aHittingPos, XInt32 aHoldPeriod, XInt32 aStrikeCount, XPoint aHitOffset, XPoint aGlobalCurrentPos, XPoint aGlobalHittingPos)
 
CoreCursorEvent CoreCursorEvent__InitializeHold (void *_this, XInt32 aFinger, XPoint aCurrentPos, XPoint aHittingPos, XInt32 aHoldPeriod, XInt32 aStrikeCount, XPoint aHitOffset, XPoint aGlobalCurrentPos, XPoint aGlobalHittingPos)
 
CoreCursorEvent CoreCursorEvent_InitializeUp (CoreCursorEvent _this, XInt32 aFinger, XPoint aCurrentPos, XPoint aHittingPos, XInt32 aHoldPeriod, XInt32 aStrikeCount, XPoint aHitOffset, XBool aAutoDeflected, XPoint aGlobalCurrentPos, XPoint aGlobalHittingPos)
 
CoreCursorEvent CoreCursorEvent__InitializeUp (void *_this, XInt32 aFinger, XPoint aCurrentPos, XPoint aHittingPos, XInt32 aHoldPeriod, XInt32 aStrikeCount, XPoint aHitOffset, XBool aAutoDeflected, XPoint aGlobalCurrentPos, XPoint aGlobalHittingPos)
 
CoreCursorEvent CoreCursorEvent_InitializeDown (CoreCursorEvent _this, XInt32 aFinger, XPoint aCurrentPos, XInt32 aStrikeCount, XPoint aHitOffset, XBool aAutoDeflected, XPoint aGlobalCurrentPos)
 
CoreCursorEvent CoreCursorEvent__InitializeDown (void *_this, XInt32 aFinger, XPoint aCurrentPos, XInt32 aStrikeCount, XPoint aHitOffset, XBool aAutoDeflected, XPoint aGlobalCurrentPos)
 
 EW_DEFINE_CLASS (CoreCursorEvent, CoreEvent, _None, _None, _None, _None, _None, _None, "Core::CursorEvent")
 
void CoreDragEvent__ReInit (CoreDragEvent _this)
 
void CoreDragEvent__Done (CoreDragEvent _this)
 
CoreDragEvent CoreDragEvent_Initialize (CoreDragEvent _this, XInt32 aFinger, XPoint aCurrentPos, XPoint aHittingPos, XPoint aOffset, XInt32 aHoldPeriod, XInt32 aSequelCount, XPoint aHitOffset, XPoint aGlobalCurrentPos, XPoint aGlobalHittingPos)
 
CoreDragEvent CoreDragEvent__Initialize (void *_this, XInt32 aFinger, XPoint aCurrentPos, XPoint aHittingPos, XPoint aOffset, XInt32 aHoldPeriod, XInt32 aSequelCount, XPoint aHitOffset, XPoint aGlobalCurrentPos, XPoint aGlobalHittingPos)
 
 EW_DEFINE_CLASS (CoreDragEvent, CoreEvent, _None, _None, _None, _None, _None, _None, "Core::DragEvent")
 
void CoreOutline__ReInit (CoreOutline _this)
 
void CoreOutline__Done (CoreOutline _this)
 
void CoreOutline_Draw (CoreOutline _this, GraphicsCanvas aCanvas, XRect aClip, XPoint aOffset, XInt32 aOpacity, XBool aBlend)
 
void CoreOutline_OnSetBounds (CoreOutline _this, XRect value)
 
void CoreOutline_onFinishScrollSlot (CoreOutline _this, XObject sender)
 
void CoreOutline_OnSetScrollOffset (CoreOutline _this, XPoint value)
 
void CoreOutline_EnsureVisible (CoreOutline _this, CoreView aView, XBool aFullyVisible, EffectsPointEffect aAnimationEffect, XSlot aOnDoneScroll)
 
XPoint CoreOutline_OnGetScrollOffset (CoreOutline _this)
 
 EW_DEFINE_CLASS (CoreOutline, CoreRectView, scrollEffect, onDoneScroll, ScrollOffset, ScrollOffset, ScrollOffset, ScrollOffset, "Core::Outline")
 
void CoreSimpleTouchHandler__ReInit (CoreSimpleTouchHandler _this)
 
void CoreSimpleTouchHandler__Done (CoreSimpleTouchHandler _this)
 
void CoreSimpleTouchHandler_Draw (CoreSimpleTouchHandler _this, GraphicsCanvas aCanvas, XRect aClip, XPoint aOffset, XInt32 aOpacity, XBool aBlend)
 
XObject CoreSimpleTouchHandler_HandleEvent (CoreSimpleTouchHandler _this, CoreEvent aEvent)
 
CoreCursorHit CoreSimpleTouchHandler_CursorHitTest (CoreSimpleTouchHandler _this, XRect aArea, XInt32 aFinger, XInt32 aStrikeCount, CoreView aDedicatedView, XSet aRetargetReason)
 
void CoreSimpleTouchHandler_OnSetRetargetOffset (CoreSimpleTouchHandler _this, XInt32 value)
 
void CoreSimpleTouchHandler_OnSetMaxStrikeCount (CoreSimpleTouchHandler _this, XInt32 value)
 
void CoreSimpleTouchHandler_OnSetEnabled (CoreSimpleTouchHandler _this, XBool value)
 
 EW_DEFINE_CLASS (CoreSimpleTouchHandler, CoreQuadView, OnDrag, OnDrag, stateRetargetReason, stateRetargetReason, stateRetargetReason, stateRetargetReason, "Core::SimpleTouchHandler")
 
void CoreKeyPressHandler__ReInit (CoreKeyPressHandler _this)
 
void CoreKeyPressHandler__Done (CoreKeyPressHandler _this)
 
void CoreKeyPressHandler_Init (CoreKeyPressHandler _this, XHandle aArg)
 
XBool CoreKeyPressHandler_HandleEvent (CoreKeyPressHandler _this, CoreKeyEvent aEvent)
 
 EW_DEFINE_CLASS (CoreKeyPressHandler, XObject, next, OnRelease, pressCounter, pressCounter, pressCounter, pressCounter, "Core::KeyPressHandler")
 
void CoreCursorHit__ReInit (CoreCursorHit _this)
 
void CoreCursorHit__Done (CoreCursorHit _this)
 
CoreCursorHit CoreCursorHit_Initialize (CoreCursorHit _this, CoreView aView, XPoint aOffset)
 
 EW_DEFINE_CLASS (CoreCursorHit, XObject, View, Deviation, Deviation, Deviation, Deviation, Deviation, "Core::CursorHit")
 
void CoreModalContext__ReInit (CoreModalContext _this)
 
void CoreModalContext__Done (CoreModalContext _this)
 
 EW_DEFINE_CLASS (CoreModalContext, XObject, group, _None, _None, _None, _None, _None, "Core::ModalContext")
 
void CoreLayoutContext__ReInit (CoreLayoutContext _this)
 
void CoreLayoutContext__Done (CoreLayoutContext _this)
 
 EW_DEFINE_CLASS (CoreLayoutContext, XObject, outline, extent, extent, extent, extent, extent, "Core::LayoutContext")
 
void CoreLayoutQuadContext__ReInit (CoreLayoutQuadContext _this)
 
void CoreLayoutQuadContext__Done (CoreLayoutQuadContext _this)
 
 EW_DEFINE_CLASS (CoreLayoutQuadContext, CoreLayoutContext, _None, _None, _None, _None, _None, _None, "Core::LayoutQuadContext")
 
void CoreDialogContext__ReInit (CoreDialogContext _this)
 
void CoreDialogContext__Done (CoreDialogContext _this)
 
 EW_DEFINE_CLASS (CoreDialogContext, XObject, group, _None, _None, _None, _None, _None, "Core::DialogContext")
 
void CoreTaskQueue__ReInit (CoreTaskQueue _this)
 
void CoreTaskQueue__Done (CoreTaskQueue _this)
 
void CoreTaskQueue_completeTask (CoreTaskQueue _this)
 
void CoreTaskQueue_onDispatchNext (CoreTaskQueue _this, XObject sender)
 
void CoreTaskQueue_onPreDispatchNext (CoreTaskQueue _this, XObject sender)
 
void CoreTaskQueue_CancelTask (CoreTaskQueue _this, CoreTask aTask)
 
void CoreTaskQueue_ScheduleTask (CoreTaskQueue _this, CoreTask aTask, XBool aWithPriority)
 
 EW_DEFINE_CLASS (CoreTaskQueue, XObject, toContinue, OnDone, isInOnStart, isInOnStart, isInOnStart, isInOnStart, "Core::TaskQueue")
 
void CoreTask__ReInit (CoreTask _this)
 
void CoreTask__Done (CoreTask _this)
 
void CoreTask_OnComplete (CoreTask _this, CoreTaskQueue aQueue)
 
void CoreTask__OnComplete (void *_this, CoreTaskQueue aQueue)
 
void CoreTask_OnCancel (CoreTask _this, CoreTaskQueue aQueue)
 
void CoreTask__OnCancel (void *_this, CoreTaskQueue aQueue)
 
void CoreTask_OnStart (CoreTask _this, CoreTaskQueue aQueue)
 
void CoreTask__OnStart (void *_this, CoreTaskQueue aQueue)
 
void CoreTask_Complete (CoreTask _this)
 
void CoreTask__Complete (void *_this)
 
void CoreTask_Cancel (CoreTask _this)
 
XBool CoreTask_IsCurrent (CoreTask _this)
 
void CoreSystemEventTask__Init (CoreSystemEventTask _this, XObject aLink, XHandle aArg)
 
void CoreSystemEventTask__ReInit (CoreSystemEventTask _this)
 
void CoreSystemEventTask__Done (CoreSystemEventTask _this)
 
void CoreSystemEventTask_OnStart (CoreSystemEventTask _this, CoreTaskQueue aQueue)
 
void CoreSystemEventTask_onDelivered (CoreSystemEventTask _this, XObject sender)
 
 EW_DEFINE_CLASS (CoreSystemEventTask, CoreTask, context, _None, _None, _None, _None, _None, "Core::SystemEventTask")
 
void CoreResource__Init (CoreResource _this, XObject aLink, XHandle aArg)
 
void CoreResource__ReInit (CoreResource _this)
 
void CoreResource__Done (CoreResource _this)
 
void CoreResource_Done (CoreResource _this)
 
void CoreResource_Init (CoreResource _this, XHandle aArg)
 
 EW_DEFINE_CLASS (CoreResource, XObject, _None, _None, _None, _None, _None, _None, "Core::Resource")
 
void CoreTimer__Init (CoreTimer _this, XObject aLink, XHandle aArg)
 
void CoreTimer__ReInit (CoreTimer _this)
 
void CoreTimer__Done (CoreTimer _this)
 
void CoreTimer_Done (CoreTimer _this)
 
void CoreTimer_restart (CoreTimer _this, XInt32 aBegin, XInt32 aPeriod)
 
void CoreTimer_OnSetPeriod (CoreTimer _this, XInt32 value)
 
void CoreTimer_OnSetBegin (CoreTimer _this, XInt32 value)
 
void CoreTimer_OnSetEnabled (CoreTimer _this, XBool value)
 
XUInt32 CoreTimer_GetCurrentTime (CoreTimer _this)
 
void CoreTimer_Trigger (CoreTimer _this)
 
void CoreTimer__Trigger (void *_this)
 
 EW_DEFINE_CLASS (CoreTimer, XObject, OnTrigger, OnTrigger, timer, timer, timer, timer, "Core::Timer")
 
void CoreTime__ReInit (CoreTime _this)
 
void CoreTime__Done (CoreTime _this)
 
XString CoreTime_getMonthName (CoreTime _this, XInt32 aMonth, XBool aAbbreviated)
 
XString CoreTime_getDayOfWeekName (CoreTime _this, XInt32 aDayOfWeek, XBool aAbbreviated)
 
XInt64 CoreTime_getCurrentTime (CoreTime _this)
 
void CoreTime_OnSetTime (CoreTime _this, XInt64 value)
 
CoreTime CoreTime_OnGetCurrentTime (CoreTime _this)
 
XInt32 CoreTime_OnGetDayOfWeek (CoreTime _this)
 
void CoreTime_OnSetSecond (CoreTime _this, XInt32 value)
 
void CoreTime_OnSetMinute (CoreTime _this, XInt32 value)
 
void CoreTime_OnSetHour (CoreTime _this, XInt32 value)
 
void CoreTime_OnSetDay (CoreTime _this, XInt32 value)
 
void CoreTime_OnSetMonth (CoreTime _this, XInt32 value)
 
CoreTime CoreTime_Initialize (CoreTime _this, XInt64 aTime)
 
void CoreSystemEvent__Init (CoreSystemEvent _this, XObject aLink, XHandle aArg)
 
void CoreSystemEvent__ReInit (CoreSystemEvent _this)
 
void CoreSystemEvent__Done (CoreSystemEvent _this)
 
void CoreSystemEvent_Trigger (CoreSystemEvent _this, XObject aContext, XBool aWithPriority)
 
 EW_DEFINE_CLASS (CoreSystemEvent, XObject, context, _None, _None, _None, _None, _None, "Core::SystemEvent")
 
void CoreSystemEventHandler__ReInit (CoreSystemEventHandler _this)
 
void CoreSystemEventHandler__Done (CoreSystemEventHandler _this)
 
void CoreSystemEventHandler_onEvent (CoreSystemEventHandler _this, XObject sender)
 
void CoreSystemEventHandler_OnSetEvent (CoreSystemEventHandler _this, CoreSystemEvent value)
 
 EW_DEFINE_CLASS (CoreSystemEventHandler, XObject, Context, OnEvent, Enabled, Enabled, Enabled, Enabled, "Core::SystemEventHandler")
 
void CorePropertyObserver__ReInit (CorePropertyObserver _this)
 
void CorePropertyObserver__Done (CorePropertyObserver _this)
 
void CorePropertyObserver_onEvent (CorePropertyObserver _this, XObject sender)
 
void CorePropertyObserver_OnSetOutlet (CorePropertyObserver _this, XRef value)
 

Variables

static const unsigned int _StringsDefault0 []
 
static const unsigned int _StringsDefault1 []
 
static const XPoint _Const0000 = { 0, 0 }
 
static const XRect _Const0001 = {{ 0, 0 }, { 0, 0 }}
 
static const XColor _Const0002 = { 0x00, 0x00, 0x00, 0x00 }
 
static const XStringRes _Const0003 = { _StringsDefault0, 0x0002 }
 
static const XStringRes _Const0004 = { _StringsDefault0, 0x002B }
 
static const XStringRes _Const0005 = { _StringsDefault0, 0x0057 }
 
static const XStringRes _Const0006 = { _StringsDefault0, 0x0088 }
 
static const XStringRes _Const0007 = { _StringsDefault0, 0x00B8 }
 
static const XStringRes _Const0008 = { _StringsDefault0, 0x00DD }
 
static const XStringRes _Const0009 = { _StringsDefault0, 0x011C }
 
static const XStringRes _Const000A = { _StringsDefault0, 0x0131 }
 
static const XStringRes _Const000B = { _StringsDefault0, 0x014D }
 
static const XStringRes _Const000C = { _StringsDefault0, 0x0161 }
 
static const XStringRes _Const000D = { _StringsDefault0, 0x0172 }
 
static const XStringRes _Const000E = { _StringsDefault0, 0x018C }
 
static const XStringRes _Const000F = { _StringsDefault0, 0x01BF }
 
static const XStringRes _Const0010 = { _StringsDefault1, 0x0002 }
 
static const XStringRes _Const0011 = { _StringsDefault1, 0x0039 }
 
const XPoint EwScreenSize = { 800, 480 }
 
const XClass EwApplicationClass = EW_CLASS( ApplicationApplication )
 
const char * EwApplicationTitle = ""
 
 CoreTask_OnComplete
 
 CoreTask_OnCancel
 
 CoreTask_OnStart
 
 CoreTask_Complete
 

Macro Definition Documentation

◆ EwCheckIndex

#define EwCheckIndex (   aIndex,
  aRange 
)    EwCheckIndex( aIndex, aRange, __FILE__, __LINE__ )

◆ this [1/3]

#define this   _this

◆ this [2/3]

#define this   _this

◆ this [3/3]

#define this   _this

Function Documentation

◆ CoreCursorEvent__Done()

void CoreCursorEvent__Done ( CoreCursorEvent  _this)

References CoreEvent__Done(), and EW_CLASS.

Here is the call graph for this function:

◆ CoreCursorEvent__InitializeDown()

CoreCursorEvent CoreCursorEvent__InitializeDown ( void _this,
XInt32  aFinger,
XPoint  aCurrentPos,
XInt32  aStrikeCount,
XPoint  aHitOffset,
XBool  aAutoDeflected,
XPoint  aGlobalCurrentPos 
)

References CoreCursorEvent_InitializeDown().

Here is the call graph for this function:

◆ CoreCursorEvent__InitializeHold()

CoreCursorEvent CoreCursorEvent__InitializeHold ( void _this,
XInt32  aFinger,
XPoint  aCurrentPos,
XPoint  aHittingPos,
XInt32  aHoldPeriod,
XInt32  aStrikeCount,
XPoint  aHitOffset,
XPoint  aGlobalCurrentPos,
XPoint  aGlobalHittingPos 
)

References CoreCursorEvent_InitializeHold().

Here is the call graph for this function:

◆ CoreCursorEvent__InitializeUp()

CoreCursorEvent CoreCursorEvent__InitializeUp ( void _this,
XInt32  aFinger,
XPoint  aCurrentPos,
XPoint  aHittingPos,
XInt32  aHoldPeriod,
XInt32  aStrikeCount,
XPoint  aHitOffset,
XBool  aAutoDeflected,
XPoint  aGlobalCurrentPos,
XPoint  aGlobalHittingPos 
)

References CoreCursorEvent_InitializeUp().

Here is the call graph for this function:

◆ CoreCursorEvent__ReInit()

void CoreCursorEvent__ReInit ( CoreCursorEvent  _this)

References CoreEvent__ReInit().

Here is the call graph for this function:

◆ CoreCursorEvent_InitializeDown()

CoreCursorEvent CoreCursorEvent_InitializeDown ( CoreCursorEvent  _this,
XInt32  aFinger,
XPoint  aCurrentPos,
XInt32  aStrikeCount,
XPoint  aHitOffset,
XBool  aAutoDeflected,
XPoint  aGlobalCurrentPos 
)

References EwMovePointPos().

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

◆ CoreCursorEvent_InitializeHold()

CoreCursorEvent CoreCursorEvent_InitializeHold ( CoreCursorEvent  _this,
XInt32  aFinger,
XPoint  aCurrentPos,
XPoint  aHittingPos,
XInt32  aHoldPeriod,
XInt32  aStrikeCount,
XPoint  aHitOffset,
XPoint  aGlobalCurrentPos,
XPoint  aGlobalHittingPos 
)

References EwMovePointPos().

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

◆ CoreCursorEvent_InitializeUp()

CoreCursorEvent CoreCursorEvent_InitializeUp ( CoreCursorEvent  _this,
XInt32  aFinger,
XPoint  aCurrentPos,
XPoint  aHittingPos,
XInt32  aHoldPeriod,
XInt32  aStrikeCount,
XPoint  aHitOffset,
XBool  aAutoDeflected,
XPoint  aGlobalCurrentPos,
XPoint  aGlobalHittingPos 
)

References EwMovePointPos().

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

◆ CoreCursorGrabEvent__Done()

void CoreCursorGrabEvent__Done ( CoreCursorGrabEvent  _this)

References CoreEvent__Done(), and EW_CLASS.

Here is the call graph for this function:

◆ CoreCursorGrabEvent__InitializeDown()

CoreCursorGrabEvent CoreCursorGrabEvent__InitializeDown ( void _this,
XInt32  aFinger,
XInt32  aStrikeCount,
XBool  aAutoDeflected,
CoreView  aTarget,
XPoint  aGlobalCurrentPos 
)

References CoreCursorGrabEvent_InitializeDown().

Here is the call graph for this function:

◆ CoreCursorGrabEvent__InitializeUp()

CoreCursorGrabEvent CoreCursorGrabEvent__InitializeUp ( void _this,
XInt32  aFinger,
XInt32  aStrikeCount,
XBool  aAutoDeflected,
CoreView  aTarget,
XPoint  aGlobalCurrentPos 
)

References CoreCursorGrabEvent_InitializeUp().

Here is the call graph for this function:

◆ CoreCursorGrabEvent__ReInit()

void CoreCursorGrabEvent__ReInit ( CoreCursorGrabEvent  _this)

References CoreEvent__ReInit().

Here is the call graph for this function:

◆ CoreCursorGrabEvent_InitializeDown()

CoreCursorGrabEvent CoreCursorGrabEvent_InitializeDown ( CoreCursorGrabEvent  _this,
XInt32  aFinger,
XInt32  aStrikeCount,
XBool  aAutoDeflected,
CoreView  aTarget,
XPoint  aGlobalCurrentPos 
)
Here is the caller graph for this function:

◆ CoreCursorGrabEvent_InitializeUp()

CoreCursorGrabEvent CoreCursorGrabEvent_InitializeUp ( CoreCursorGrabEvent  _this,
XInt32  aFinger,
XInt32  aStrikeCount,
XBool  aAutoDeflected,
CoreView  aTarget,
XPoint  aGlobalCurrentPos 
)
Here is the caller graph for this function:

◆ CoreCursorHit__Done()

void CoreCursorHit__Done ( CoreCursorHit  _this)

References EW_CLASS, and XObject__Done().

Here is the call graph for this function:

◆ CoreCursorHit__ReInit()

void CoreCursorHit__ReInit ( CoreCursorHit  _this)

References XObject__ReInit().

Here is the call graph for this function:

◆ CoreCursorHit_Initialize()

CoreCursorHit CoreCursorHit_Initialize ( CoreCursorHit  _this,
CoreView  aView,
XPoint  aOffset 
)

References aOffset.

Here is the caller graph for this function:

◆ CoreDialogContext__Done()

void CoreDialogContext__Done ( CoreDialogContext  _this)

References EW_CLASS, and XObject__Done().

Here is the call graph for this function:

◆ CoreDialogContext__ReInit()

void CoreDialogContext__ReInit ( CoreDialogContext  _this)

References XObject__ReInit().

Here is the call graph for this function:

◆ CoreDragEvent__Done()

void CoreDragEvent__Done ( CoreDragEvent  _this)

References CoreEvent__Done(), and EW_CLASS.

Here is the call graph for this function:

◆ CoreDragEvent__Initialize()

CoreDragEvent CoreDragEvent__Initialize ( void _this,
XInt32  aFinger,
XPoint  aCurrentPos,
XPoint  aHittingPos,
XPoint  aOffset,
XInt32  aHoldPeriod,
XInt32  aSequelCount,
XPoint  aHitOffset,
XPoint  aGlobalCurrentPos,
XPoint  aGlobalHittingPos 
)

References aOffset, and CoreDragEvent_Initialize().

Here is the call graph for this function:

◆ CoreDragEvent__ReInit()

void CoreDragEvent__ReInit ( CoreDragEvent  _this)

References CoreEvent__ReInit().

Here is the call graph for this function:

◆ CoreDragEvent_Initialize()

CoreDragEvent CoreDragEvent_Initialize ( CoreDragEvent  _this,
XInt32  aFinger,
XPoint  aCurrentPos,
XPoint  aHittingPos,
XPoint  aOffset,
XInt32  aHoldPeriod,
XInt32  aSequelCount,
XPoint  aHitOffset,
XPoint  aGlobalCurrentPos,
XPoint  aGlobalHittingPos 
)

References aOffset, and EwMovePointPos().

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

◆ CoreEvent__Done()

void CoreEvent__Done ( CoreEvent  _this)

References EW_CLASS, and XObject__Done().

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

◆ CoreEvent__ReInit()

void CoreEvent__ReInit ( CoreEvent  _this)

References XObject__ReInit().

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

◆ CoreEvent_GetCurrentTime()

XUInt32 CoreEvent_GetCurrentTime ( CoreEvent  _this)

References EW_UNUSED_ARG, and EwGetTicks().

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

◆ CoreEvent_Init()

void CoreEvent_Init ( CoreEvent  _this,
XHandle  aArg 
)

References aArg, CoreEvent_GetCurrentTime(), and EW_UNUSED_ARG.

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

◆ 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__Done()

void CoreGroup__Done ( CoreGroup  _this)

References CoreRectView__Done(), and EW_CLASS.

Here is the call graph for this function:
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__ReInit()

void CoreGroup__ReInit ( CoreGroup  _this)

References CoreRectView__ReInit().

Here is the call graph for this function:
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_Init()

void CoreGroup_Init ( CoreGroup  _this,
XHandle  aArg 
)

References aArg, CoreGroup_InvalidateViewState(), and EW_UNUSED_ARG.

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.

◆ CoreKeyEvent__Done()

void CoreKeyEvent__Done ( CoreKeyEvent  _this)

References CoreEvent__Done(), and EW_CLASS.

Here is the call graph for this function:

◆ CoreKeyEvent__Init()

void CoreKeyEvent__Init ( CoreKeyEvent  _this,
XObject  aLink,
XHandle  aArg 
)

References aArg, EW_CLASS, and EW_CLASS_GCT.

◆ CoreKeyEvent__Initialize()

CoreKeyEvent CoreKeyEvent__Initialize ( void _this,
XEnum  aCode,
XBool  aDown 
)

References CoreKeyEvent_Initialize().

Here is the call graph for this function:

◆ CoreKeyEvent__Initialize2()

CoreKeyEvent CoreKeyEvent__Initialize2 ( void _this,
XChar  aCode,
XBool  aDown 
)

References CoreKeyEvent_Initialize2().

Here is the call graph for this function:

◆ CoreKeyEvent__ReInit()

void CoreKeyEvent__ReInit ( CoreKeyEvent  _this)

References CoreEvent__ReInit().

Here is the call graph for this function:

◆ CoreKeyEvent_Initialize()

CoreKeyEvent CoreKeyEvent_Initialize ( CoreKeyEvent  _this,
XEnum  aCode,
XBool  aDown 
)

References CoreKeyCodeColon, CoreKeyCodeComma, CoreKeyCodeDivide, CoreKeyCodeEquals, CoreKeyCodeMinus, CoreKeyCodeMultiply, CoreKeyCodePeriod, CoreKeyCodePlus, CoreKeyCodeSemicolon, and CoreKeyCodeSpace.

Here is the caller graph for this function:

◆ CoreKeyEvent_Initialize2()

CoreKeyEvent CoreKeyEvent_Initialize2 ( CoreKeyEvent  _this,
XChar  aCode,
XBool  aDown 
)

References CoreKeyCodeColon, CoreKeyCodeComma, CoreKeyCodeDivide, CoreKeyCodeEquals, CoreKeyCodeMinus, CoreKeyCodeMultiply, CoreKeyCodeNoKey, CoreKeyCodePeriod, CoreKeyCodePlus, CoreKeyCodeSemicolon, and CoreKeyCodeSpace.

Here is the caller graph for this function:

◆ CoreKeyEvent_IsCode()

XBool CoreKeyEvent_IsCode ( CoreKeyEvent  _this,
XEnum  aCodeOrCategory 
)

References CoreKeyCodeAlphaKeys, CoreKeyCodeAlphaOrDigitKeys, CoreKeyCodeAnyKey, CoreKeyCodeCharacterKeys, CoreKeyCodeControlKeys, CoreKeyCodeCursorKeys, CoreKeyCodeDigitKeys, CoreKeyCodeDown, CoreKeyCodeHexDigitKeys, CoreKeyCodeLeft, CoreKeyCodeNoKey, CoreKeyCodeRight, and CoreKeyCodeUp.

Here is the caller graph for this function:

◆ CoreKeyPressHandler__Done()

void CoreKeyPressHandler__Done ( CoreKeyPressHandler  _this)

References EW_CLASS, and XObject__Done().

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

◆ CoreKeyPressHandler__ReInit()

void CoreKeyPressHandler__ReInit ( CoreKeyPressHandler  _this)

References XObject__ReInit().

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

◆ CoreKeyPressHandler_HandleEvent()

XBool CoreKeyPressHandler_HandleEvent ( CoreKeyPressHandler  _this,
CoreKeyEvent  aEvent 
)

References CoreKeyEvent_IsCode(), and EwSignal().

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

◆ CoreKeyPressHandler_Init()

void CoreKeyPressHandler_Init ( CoreKeyPressHandler  _this,
XHandle  aArg 
)

References _Const000F, aArg, EW_UNUSED_ARG, EwCastObject(), EwLoadString(), and EwThrow().

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

◆ CoreLayoutContext__Done()

void CoreLayoutContext__Done ( CoreLayoutContext  _this)

References EW_CLASS, and XObject__Done().

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

◆ CoreLayoutContext__ReInit()

void CoreLayoutContext__ReInit ( CoreLayoutContext  _this)

References XObject__ReInit().

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

◆ CoreLayoutQuadContext__Done()

void CoreLayoutQuadContext__Done ( CoreLayoutQuadContext  _this)

References CoreLayoutContext__Done(), and EW_CLASS.

Here is the call graph for this function:

◆ CoreLayoutQuadContext__ReInit()

void CoreLayoutQuadContext__ReInit ( CoreLayoutQuadContext  _this)

References CoreLayoutContext__ReInit().

Here is the call graph for this function:

◆ CoreModalContext__Done()

void CoreModalContext__Done ( CoreModalContext  _this)

References EW_CLASS, and XObject__Done().

Here is the call graph for this function:

◆ CoreModalContext__ReInit()

void CoreModalContext__ReInit ( CoreModalContext  _this)

References XObject__ReInit().

Here is the call graph for this function:

◆ CoreOutline__Done()

void CoreOutline__Done ( CoreOutline  _this)

References CoreRectView__Done(), and EW_CLASS.

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

◆ CoreOutline__ReInit()

void CoreOutline__ReInit ( CoreOutline  _this)

References CoreRectView__ReInit().

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

◆ CoreOutline_Draw()

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

◆ CoreOutline_EnsureVisible()

void CoreOutline_EnsureVisible ( CoreOutline  _this,
CoreView  aView,
XBool  aFullyVisible,
EffectsPointEffect  aAnimationEffect,
XSlot  aOnDoneScroll 
)

References _Const0000, CoreOutline_onFinishScrollSlot(), CoreOutline_OnGetScrollOffset(), CoreOutline_OnSetScrollOffset(), CoreView__GetExtent(), EffectsEffect_OnSetEnabled(), EffectsEffect_OnSetNoOfCycles(), EffectsEffect_OnSetReversed(), EwCompRect(), EwIntersectRect(), EwIsRectEmpty(), EwMovePointNeg(), EwNewRef(), EwNewSlot(), EwNullRef, EwNullSlot, EwSignal(), XRect::Point1, XRect::Point2, XPoint::X, and XPoint::Y.

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

◆ CoreOutline_onFinishScrollSlot()

void CoreOutline_onFinishScrollSlot ( CoreOutline  _this,
XObject  sender 
)

References EW_UNUSED_ARG, EwNullRef, EwNullSlot, EwSignal(), and sender.

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

◆ CoreOutline_OnGetScrollOffset()

XPoint CoreOutline_OnGetScrollOffset ( CoreOutline  _this)
Here is the caller graph for this function:

◆ CoreOutline_OnSetBounds()

◆ CoreOutline_OnSetScrollOffset()

void CoreOutline_OnSetScrollOffset ( CoreOutline  _this,
XPoint  value 
)

References _Const0000, CoreGroup__InvalidateArea(), CoreView__MoveView(), CoreViewStateEmbedded, CoreViewStateFastReshape, CoreViewStateIsOutline, EwCompPoint(), EwMovePointNeg(), EwPostSignal(), offset, and value.

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

◆ CorePropertyObserver__Done()

void CorePropertyObserver__Done ( CorePropertyObserver  _this)

References EW_CLASS, and XObject__Done().

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

◆ CorePropertyObserver__ReInit()

void CorePropertyObserver__ReInit ( CorePropertyObserver  _this)

References XObject__ReInit().

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

◆ CorePropertyObserver_onEvent()

void CorePropertyObserver_onEvent ( CorePropertyObserver  _this,
XObject  sender 
)

References EW_UNUSED_ARG, EwSignal(), and sender.

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

◆ CorePropertyObserver_OnSetOutlet()

void CorePropertyObserver_OnSetOutlet ( CorePropertyObserver  _this,
XRef  value 
)

References CorePropertyObserver_onEvent(), EwAttachRefObserver(), EwCompRef(), EwDetachRefObserver(), EwNewSlot(), and value.

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

◆ CoreQuadView__Done()

void CoreQuadView__Done ( CoreQuadView  _this)

References CoreView__Done(), and EW_CLASS.

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

◆ CoreQuadView__OnSetPoint1()

void CoreQuadView__OnSetPoint1 ( void _this,
XPoint  value 
)

References value.

Here is the caller graph for this function:

◆ CoreQuadView__OnSetPoint2()

void CoreQuadView__OnSetPoint2 ( void _this,
XPoint  value 
)

References value.

Here is the caller graph for this function:

◆ CoreQuadView__OnSetPoint3()

void CoreQuadView__OnSetPoint3 ( void _this,
XPoint  value 
)

References value.

Here is the caller graph for this function:

◆ CoreQuadView__OnSetPoint4()

void CoreQuadView__OnSetPoint4 ( void _this,
XPoint  value 
)

References value.

Here is the caller graph for this function:

◆ CoreQuadView__ReInit()

void CoreQuadView__ReInit ( CoreQuadView  _this)

References CoreView__ReInit().

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

◆ CoreQuadView_ArrangeView()

◆ CoreQuadView_GetExtent()

XRect CoreQuadView_GetExtent ( CoreQuadView  _this)

References _Const0001, EwNewRect(), XRect::Point1, and XPoint::X.

Here is the call graph for this function:

◆ CoreQuadView_HasRectShape()

XBool CoreQuadView_HasRectShape ( CoreQuadView  _this)
Here is the caller graph for this function:

◆ CoreQuadView_initLayoutContext()

void CoreQuadView_initLayoutContext ( CoreQuadView  _this,
XRect  aBounds,
CoreOutline  aOutline 
)

References aBounds, aOutline, CoreView__GetExtent(), EwNewObject, and XRect::Point1.

Here is the call graph for this function:

◆ CoreQuadView_IsPointInside()

XBool CoreQuadView_IsPointInside ( CoreQuadView  _this,
XPoint  aPoint 
)

References EwCheckIndex, XPoint::X, and XPoint::Y.

Here is the caller graph for this function:

◆ CoreQuadView_MoveView()

void CoreQuadView_MoveView ( CoreQuadView  _this,
XPoint  aOffset,
XBool  aFastMove 
)

References aOffset, CoreQuadView__OnSetPoint1(), CoreQuadView__OnSetPoint2(), CoreQuadView__OnSetPoint3(), CoreQuadView__OnSetPoint4(), and EwMovePointPos().

Here is the call graph for this function:

◆ CoreQuadView_OnSetPoint1()

void CoreQuadView_OnSetPoint1 ( CoreQuadView  _this,
XPoint  value 
)

References CoreGroup__InvalidateArea(), CoreGroup_updateComponent(), CoreView__GetExtent(), CoreViewStateEmbedded, CoreViewStatePendingLayout, CoreViewStateRequestLayout, CoreViewStateUpdatingLayout, CoreViewStateVisible, EwCompPoint(), EwNewSlot(), EwPostSignal(), XRect::Point1, and value.

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

◆ CoreQuadView_OnSetPoint2()

void CoreQuadView_OnSetPoint2 ( CoreQuadView  _this,
XPoint  value 
)

References CoreGroup__InvalidateArea(), CoreGroup_updateComponent(), CoreView__GetExtent(), CoreViewStateEmbedded, CoreViewStatePendingLayout, CoreViewStateRequestLayout, CoreViewStateUpdatingLayout, CoreViewStateVisible, EwCompPoint(), EwNewSlot(), EwPostSignal(), XRect::Point2, and value.

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

◆ CoreQuadView_OnSetPoint3()

void CoreQuadView_OnSetPoint3 ( CoreQuadView  _this,
XPoint  value 
)

References CoreGroup__InvalidateArea(), CoreGroup_updateComponent(), CoreView__GetExtent(), CoreViewStateEmbedded, CoreViewStatePendingLayout, CoreViewStateRequestLayout, CoreViewStateUpdatingLayout, CoreViewStateVisible, EwCompPoint(), EwNewSlot(), EwPostSignal(), and value.

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

◆ CoreQuadView_OnSetPoint4()

void CoreQuadView_OnSetPoint4 ( CoreQuadView  _this,
XPoint  value 
)

References CoreGroup__InvalidateArea(), CoreGroup_updateComponent(), CoreView__GetExtent(), CoreViewStateEmbedded, CoreViewStatePendingLayout, CoreViewStateRequestLayout, CoreViewStateUpdatingLayout, CoreViewStateVisible, EwCompPoint(), EwNewSlot(), EwPostSignal(), and value.

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

◆ CoreRectView__Done()

void CoreRectView__Done ( CoreRectView  _this)

References CoreView__Done(), and EW_CLASS.

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

◆ CoreRectView__OnSetBounds()

void CoreRectView__OnSetBounds ( void _this,
XRect  value 
)

References value.

Here is the caller graph for this function:

◆ CoreRectView__ReInit()

void CoreRectView__ReInit ( CoreRectView  _this)

References CoreView__ReInit().

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

◆ CoreRectView_ArrangeView()

XPoint CoreRectView_ArrangeView ( CoreRectView  _this,
XRect  aBounds,
XEnum  aFormation 
)

◆ CoreRectView_GetExtent()

XRect CoreRectView_GetExtent ( CoreRectView  _this)

◆ CoreRectView_initLayoutContext()

void CoreRectView_initLayoutContext ( CoreRectView  _this,
XRect  aBounds,
CoreOutline  aOutline 
)

References aBounds, aOutline, and EwNewObject.

◆ CoreRectView_MoveView()

void CoreRectView_MoveView ( CoreRectView  _this,
XPoint  aOffset,
XBool  aFastMove 
)

References aOffset, CoreRectView__OnSetBounds(), and EwMoveRectPos().

Here is the call graph for this function:

◆ CoreRectView_OnSetBounds()

void CoreRectView_OnSetBounds ( CoreRectView  _this,
XRect  value 
)

References CoreGroup__InvalidateArea(), CoreGroup_updateComponent(), CoreViewStateEmbedded, CoreViewStatePendingLayout, CoreViewStateRequestLayout, CoreViewStateUpdatingLayout, CoreViewStateVisible, EwCompRect(), EwNewSlot(), EwPostSignal(), and value.

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

◆ CoreResource__Done()

void CoreResource__Done ( CoreResource  _this)

References CoreResource_Done(), EW_CLASS, and XObject__Done().

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

◆ CoreResource__Init()

void CoreResource__Init ( CoreResource  _this,
XObject  aLink,
XHandle  aArg 
)

References aArg, CoreResource_Init(), EW_CLASS, EW_CLASS_GCT, and XObject__Init().

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

◆ CoreResource__ReInit()

void CoreResource__ReInit ( CoreResource  _this)

References XObject__ReInit().

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

◆ CoreResource_Done()

void CoreResource_Done ( CoreResource  _this)

References EwDeregisterResource().

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

◆ CoreResource_Init()

void CoreResource_Init ( CoreResource  _this,
XHandle  aArg 
)

References aArg, and EwRegisterResource().

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

◆ CoreRoot__BeginUpdate()

XInt32 CoreRoot__BeginUpdate ( void _this)

References CoreRoot_BeginUpdate().

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

◆ CoreRoot__DoesNeedUpdate()

XBool CoreRoot__DoesNeedUpdate ( void _this)

References CoreRoot_DoesNeedUpdate().

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

◆ CoreRoot__Done()

void CoreRoot__Done ( CoreRoot  _this)

References CoreGroup__Done(), CoreTimer__Done(), and EW_CLASS.

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

◆ CoreRoot__DriveCursorHitting()

XBool CoreRoot__DriveCursorHitting ( void _this,
XBool  aDown,
XInt32  aFinger,
XPoint  aPos 
)

References CoreRoot_DriveCursorHitting().

Here is the call graph for this function:

◆ CoreRoot__DriveCursorMovement()

XBool CoreRoot__DriveCursorMovement ( void _this,
XPoint  aPos 
)

References CoreRoot_DriveCursorMovement().

Here is the call graph for this function:

◆ CoreRoot__DriveKeyboardHitting()

XBool CoreRoot__DriveKeyboardHitting ( void _this,
XEnum  aCode,
XChar  aCharCode,
XBool  aDown 
)

References CoreRoot_DriveKeyboardHitting().

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

◆ CoreRoot__DriveMultiTouchHitting()

XBool CoreRoot__DriveMultiTouchHitting ( void _this,
XBool  aDown,
XInt32  aFinger,
XPoint  aPos 
)

References CoreRoot_DriveMultiTouchHitting().

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

◆ CoreRoot__DriveMultiTouchMovement()

XBool CoreRoot__DriveMultiTouchMovement ( void _this,
XInt32  aFinger,
XPoint  aPos 
)

References CoreRoot_DriveMultiTouchMovement().

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

◆ CoreRoot__EndUpdate()

void CoreRoot__EndUpdate ( void _this)

References CoreRoot_EndUpdate().

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

◆ CoreRoot__GetFPS()

XInt32 CoreRoot__GetFPS ( void _this)

References CoreRoot_GetFPS().

Here is the call graph for this function:

◆ CoreRoot__GetUpdateRegion()

XRect CoreRoot__GetUpdateRegion ( void _this,
XInt32  aRegionNo 
)

References CoreRoot_GetUpdateRegion().

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

◆ CoreRoot__Initialize()

CoreRoot CoreRoot__Initialize ( void _this,
XPoint  aSize 
)

References CoreRoot_Initialize().

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

◆ CoreRoot__ReInit()

void CoreRoot__ReInit ( CoreRoot  _this)

References CoreGroup__ReInit(), and CoreTimer__ReInit().

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

◆ CoreRoot__SetRootFocus()

XBool CoreRoot__SetRootFocus ( void _this,
XBool  aHasRootFocus 
)

References CoreRoot_SetRootFocus().

Here is the call graph for this function:

◆ CoreRoot__SetUserInputTimestamp()

void CoreRoot__SetUserInputTimestamp ( void _this,
XUInt32  aTimestamp 
)

References CoreRoot_SetUserInputTimestamp().

Here is the call graph for this function:

◆ CoreRoot__Update()

XRect CoreRoot__Update ( void _this)

References CoreRoot_Update().

Here is the call graph for this function:

◆ CoreRoot__UpdateCanvas()

XRect CoreRoot__UpdateCanvas ( void _this,
GraphicsCanvas  aCanvas,
XPoint  aOffset 
)

References aCanvas, aOffset, and CoreRoot_UpdateCanvas().

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

◆ CoreRoot__UpdateGE20()

XRect CoreRoot__UpdateGE20 ( void _this,
GraphicsCanvas  aCanvas 
)

References aCanvas, and CoreRoot_UpdateGE20().

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

◆ CoreRoot_BeginUpdate()

XInt32 CoreRoot_BeginUpdate ( CoreRoot  _this)

References _Const0001, CoreGroup__InvalidateArea(), EwCheckIndex, EwFullScreenUpdate, EwGetOverlayArea(), EwGetRectArea(), EwIsRectEmpty(), EwPreserveFramebufferContent, and EwUnionRect().

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

◆ CoreRoot_BroadcastEvent()

XObject CoreRoot_BroadcastEvent ( CoreRoot  _this,
CoreEvent  aEvent,
XSet  aFilter 
)

References CoreGroup_BroadcastEvent().

Here is the call graph for this function:

◆ CoreRoot_ChangeViewState()

void CoreRoot_ChangeViewState ( CoreRoot  _this,
XSet  aSetState,
XSet  aClearState 
)

References CoreGroup__InvalidateArea(), CoreGroup_ChangeViewState(), CoreViewStateAlphaBlended, CoreViewStateVisible, and EwGetRectORect().

Here is the call graph for this function:

◆ CoreRoot_createCursorEvent()

CoreCursorEvent CoreRoot_createCursorEvent ( CoreRoot  _this)

References EwNewObject.

Here is the caller graph for this function:

◆ CoreRoot_createCursorGrabEvent()

CoreCursorGrabEvent CoreRoot_createCursorGrabEvent ( CoreRoot  _this)

References EwNewObject.

Here is the caller graph for this function:

◆ CoreRoot_createDragEvent()

CoreDragEvent CoreRoot_createDragEvent ( CoreRoot  _this)

References EwNewObject.

Here is the caller graph for this function:

◆ CoreRoot_cursorHoldTimerProc()

void CoreRoot_cursorHoldTimerProc ( CoreRoot  _this,
XObject  sender 
)

References CoreCursorEvent_InitializeHold(), CoreCursorEvent_InitializeUp(), CoreCursorGrabEvent_InitializeUp(), CoreGroup__BroadcastEvent(), CoreRoot_createCursorEvent(), CoreRoot_createCursorGrabEvent(), CoreTimer_OnSetEnabled(), CoreView__HandleEvent(), CoreViewStateEnabled, CoreViewStateTouchable, EW_UNUSED_ARG, EwCheckIndex, EwMovePointNeg(), and sender.

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

◆ CoreRoot_DeflectCursor()

void CoreRoot_DeflectCursor ( CoreRoot  _this,
CoreView  aNewTarget,
XPoint  aHitOffset 
)

References CoreCursorEvent_InitializeDown(), CoreCursorEvent_InitializeUp(), CoreCursorGrabEvent_InitializeDown(), CoreCursorGrabEvent_InitializeUp(), CoreGroup__BroadcastEvent(), CoreRoot_createCursorEvent(), CoreRoot_createCursorGrabEvent(), CoreView__HandleEvent(), CoreViewStateEnabled, CoreViewStateTouchable, EwCheckIndex, EwGetTicks(), and EwMovePointNeg().

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

◆ CoreRoot_DispatchEvent()

XObject CoreRoot_DispatchEvent ( CoreRoot  _this,
CoreEvent  aEvent 
)

References CoreGroup__DispatchEvent(), CoreGroup_DispatchEvent(), CoreGroup_processKeyHandlers(), CoreView__HandleEvent(), and EwCastObject().

Here is the call graph for this function:

◆ CoreRoot_DoesNeedUpdate()

XBool CoreRoot_DoesNeedUpdate ( CoreRoot  _this)

References _Const0001, EwGetOverlayArea(), and EwIsRectEmpty().

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

◆ CoreRoot_Draw()

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

References _Const0002, aBlend, aCanvas, aClip, aOffset, aOpacity, CoreGroup_Draw(), EwFullScreenUpdate, EwMoveRectPos(), GraphicsCanvas_FillRectangle(), and XRect::Point1.

Here is the call graph for this function:

◆ CoreRoot_DriveCursorHitting()

XBool CoreRoot_DriveCursorHitting ( CoreRoot  _this,
XBool  aDown,
XInt32  aFinger,
XPoint  aPos 
)

References CoreRoot_DriveMultiTouchHitting().

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

◆ CoreRoot_DriveCursorMovement()

XBool CoreRoot_DriveCursorMovement ( CoreRoot  _this,
XPoint  aPos 
)

References CoreRoot_DriveMultiTouchMovement().

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

◆ CoreRoot_DriveKeyboardHitting()

XBool CoreRoot_DriveKeyboardHitting ( CoreRoot  _this,
XEnum  aCode,
XChar  aCharCode,
XBool  aDown 
)

References CoreGroup__DispatchEvent(), CoreKeyCodeNoKey, CoreKeyEvent_Initialize(), CoreKeyEvent_Initialize2(), CoreKeyPressHandler_HandleEvent(), CoreView__HandleEvent(), EwCastObject(), and EwNewObject.

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

◆ CoreRoot_DriveMultiTouchHitting()

XBool CoreRoot_DriveMultiTouchHitting ( CoreRoot  _this,
XBool  aDown,
XInt32  aFinger,
XPoint  aPos 
)

References _Const0000, CoreCursorEvent_InitializeDown(), CoreCursorEvent_InitializeUp(), CoreCursorGrabEvent_InitializeDown(), CoreCursorGrabEvent_InitializeUp(), CoreCursorHit(), CoreGroup__BroadcastEvent(), CoreGroup_LocalPosition(), CoreRoot_createCursorEvent(), CoreRoot_createCursorGrabEvent(), CoreRoot_DriveMultiTouchMovement(), CoreTimer_OnSetEnabled(), CoreView__CursorHitTest(), CoreView__HandleEvent(), CoreViewStateEnabled, CoreViewStateTouchable, EwCheckIndex, EwGetTicks(), EwIsPointInRect(), EwMovePointNeg(), EwMoveRectPos(), EwNewPoint(), and EwNewRect2Point().

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

◆ CoreRoot_DriveMultiTouchMovement()

XBool CoreRoot_DriveMultiTouchMovement ( CoreRoot  _this,
XInt32  aFinger,
XPoint  aPos 
)

References _Const0000, CoreCursorEvent_InitializeUp(), CoreCursorGrabEvent_InitializeUp(), CoreDragEvent_Initialize(), CoreGroup__BroadcastEvent(), CoreRoot_createCursorEvent(), CoreRoot_createCursorGrabEvent(), CoreRoot_createDragEvent(), CoreView__HandleEvent(), CoreViewStateEnabled, CoreViewStateTouchable, EwCheckIndex, EwCompPoint(), EwMovePointNeg(), and offset.

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

◆ CoreRoot_EndUpdate()

void CoreRoot_EndUpdate ( CoreRoot  _this)
Here is the caller graph for this function:

◆ CoreRoot_GetFPS()

XInt32 CoreRoot_GetFPS ( CoreRoot  _this)

References EwGetTicks().

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

◆ CoreRoot_GetRoot()

CoreRoot CoreRoot_GetRoot ( CoreRoot  _this)

◆ CoreRoot_GetUpdateRegion()

XRect CoreRoot_GetUpdateRegion ( CoreRoot  _this,
XInt32  aRegionNo 
)

References _Const0001, and EwCheckIndex.

Here is the caller graph for this function:

◆ CoreRoot_Initialize()

CoreRoot CoreRoot_Initialize ( CoreRoot  _this,
XPoint  aSize 
)

References _Const0000, CoreGroup__InvalidateArea(), CoreRectView__OnSetBounds(), CoreViewStateFocused, CoreViewStateSelected, and EwNewRect2Point().

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

◆ CoreRoot_InvalidateArea()

void CoreRoot_InvalidateArea ( CoreRoot  _this,
XRect  aArea 
)

References _Const000E, CoreGroup_InvalidateArea(), EwCheckIndex, EwFullOffScreenBufferUpdate, EwFullScreenUpdate, EwGetRectArea(), EwGetRectORect(), EwIntersectRect(), EwIsRectEmpty(), EwLoadString(), EwMoveRectPos(), EwNotifyObjObservers(), EwThrow(), EwUnionRect(), and XRect::Point1.

Here is the call graph for this function:

◆ CoreRoot_IsDialog()

XBool CoreRoot_IsDialog ( CoreRoot  _this,
XBool  aRecursive 
)

References EW_UNUSED_ARG.

◆ CoreRoot_OnSetBuffered()

void CoreRoot_OnSetBuffered ( CoreRoot  _this,
XBool  value 
)

References CoreGroup__InvalidateArea(), CoreGroup_OnSetBuffered(), CoreViewStateVisible, EwGetRectORect(), and value.

Here is the call graph for this function:

◆ CoreRoot_OnSetFocus()

void CoreRoot_OnSetFocus ( CoreRoot  _this,
CoreView  value 
)

References CoreGroup_OnSetFocus(), and value.

Here is the call graph for this function:

◆ CoreRoot_OnSetOpacity()

void CoreRoot_OnSetOpacity ( CoreRoot  _this,
XInt32  value 
)

References CoreGroup__InvalidateArea(), CoreGroup_OnSetOpacity(), CoreViewStateVisible, EwGetRectORect(), and value.

Here is the call graph for this function:

◆ CoreRoot_RetargetCursor()

void CoreRoot_RetargetCursor ( CoreRoot  _this,
CoreView  aNewTarget,
CoreView  aFallbackTarget 
)

References CoreRoot_RetargetCursorWithReason().

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

◆ CoreRoot_RetargetCursorWithReason()

void CoreRoot_RetargetCursorWithReason ( CoreRoot  _this,
CoreView  aNewTarget,
CoreView  aFallbackTarget,
XSet  aRetargetReason 
)

References _Const0000, CoreCursorHit(), CoreRoot_DeflectCursor(), CoreView__CursorHitTest(), EwCheckIndex, EwMoveRectPos(), EwNewPoint(), and EwNewRect2Point().

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

◆ CoreRoot_SetRootFocus()

XBool CoreRoot_SetRootFocus ( CoreRoot  _this,
XBool  aHasRootFocus 
)

References CoreView__ChangeViewState(), and CoreViewStateFocused.

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

◆ CoreRoot_SetUserInputTimestamp()

void CoreRoot_SetUserInputTimestamp ( CoreRoot  _this,
XUInt32  aTimestamp 
)
Here is the caller graph for this function:

◆ CoreRoot_Update()

XRect CoreRoot_Update ( CoreRoot  _this)

References CoreRoot_UpdateGE20(), EwGetRectSize(), EwNewObject, ResourcesBitmap__OnSetFrameSize(), and ResourcesBitmap__Update().

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

◆ CoreRoot_UpdateCanvas()

XRect CoreRoot_UpdateCanvas ( CoreRoot  _this,
GraphicsCanvas  aCanvas,
XPoint  aOffset 
)

References _Const0001, aCanvas, aOffset, CoreView__Draw(), EwCheckIndex, EwIntersectRect(), EwIsRectEmpty(), EwMovePointPos(), EwMoveRectNeg(), EwNegPoint(), EwNewRect2Point(), and EwUnionRect().

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

◆ CoreRoot_UpdateGE20()

XRect CoreRoot_UpdateGE20 ( CoreRoot  _this,
GraphicsCanvas  aCanvas 
)

References _Const0000, _Const0001, aCanvas, CoreRoot_BeginUpdate(), CoreRoot_EndUpdate(), and CoreRoot_UpdateCanvas().

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

◆ CoreSimpleTouchHandler__Done()

void CoreSimpleTouchHandler__Done ( CoreSimpleTouchHandler  _this)

References CoreQuadView__Done(), and EW_CLASS.

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

◆ CoreSimpleTouchHandler__ReInit()

void CoreSimpleTouchHandler__ReInit ( CoreSimpleTouchHandler  _this)

References CoreQuadView__ReInit().

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

◆ CoreSimpleTouchHandler_CursorHitTest()

CoreCursorHit CoreSimpleTouchHandler_CursorHitTest ( CoreSimpleTouchHandler  _this,
XRect  aArea,
XInt32  aFinger,
XInt32  aStrikeCount,
CoreView  aDedicatedView,
XSet  aRetargetReason 
)

References _Const0000, CoreCursorHit(), CoreCursorHit_Initialize(), CoreQuadView_HasRectShape(), CoreQuadView_IsPointInside(), CoreView__GetExtent(), EwCheckIndex, EwGetRectCenter(), EwIntersectRect(), EwIsRectEmpty(), EwMovePointNeg(), EwNewObject, EwNewPoint(), offset, XRect::Point1, XRect::Point2, XPoint::X, and XPoint::Y.

Here is the call graph for this function:

◆ CoreSimpleTouchHandler_Draw()

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

◆ CoreSimpleTouchHandler_HandleEvent()

XObject CoreSimpleTouchHandler_HandleEvent ( CoreSimpleTouchHandler  _this,
CoreEvent  aEvent 
)

◆ CoreSimpleTouchHandler_OnSetEnabled()

void CoreSimpleTouchHandler_OnSetEnabled ( CoreSimpleTouchHandler  _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:

◆ CoreSimpleTouchHandler_OnSetMaxStrikeCount()

void CoreSimpleTouchHandler_OnSetMaxStrikeCount ( CoreSimpleTouchHandler  _this,
XInt32  value 
)

References value.

Here is the caller graph for this function:

◆ CoreSimpleTouchHandler_OnSetRetargetOffset()

void CoreSimpleTouchHandler_OnSetRetargetOffset ( CoreSimpleTouchHandler  _this,
XInt32  value 
)

References value.

Here is the caller graph for this function:

◆ CoreSystemEvent__Done()

void CoreSystemEvent__Done ( CoreSystemEvent  _this)

References EW_CLASS, and XObject__Done().

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

◆ CoreSystemEvent__Init()

void CoreSystemEvent__Init ( CoreSystemEvent  _this,
XObject  aLink,
XHandle  aArg 
)

References aArg, EW_CLASS, EW_CLASS_GCT, EwGetAutoObject(), and XObject__Init().

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

◆ CoreSystemEvent__ReInit()

void CoreSystemEvent__ReInit ( CoreSystemEvent  _this)

References XObject__ReInit().

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

◆ CoreSystemEvent_Trigger()

void CoreSystemEvent_Trigger ( CoreSystemEvent  _this,
XObject  aContext,
XBool  aWithPriority 
)

References CoreTaskQueue_ScheduleTask(), and EwNewObject.

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

◆ CoreSystemEventHandler__Done()

void CoreSystemEventHandler__Done ( CoreSystemEventHandler  _this)

References EW_CLASS, and XObject__Done().

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

◆ CoreSystemEventHandler__ReInit()

void CoreSystemEventHandler__ReInit ( CoreSystemEventHandler  _this)

References XObject__ReInit().

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

◆ CoreSystemEventHandler_onEvent()

void CoreSystemEventHandler_onEvent ( CoreSystemEventHandler  _this,
XObject  sender 
)

References EW_UNUSED_ARG, EwSignal(), and sender.

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

◆ CoreSystemEventHandler_OnSetEvent()

void CoreSystemEventHandler_OnSetEvent ( CoreSystemEventHandler  _this,
CoreSystemEvent  value 
)

References CoreSystemEventHandler_onEvent(), EwAttachObjObserver(), EwDetachObjObserver(), EwNewSlot(), and value.

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

◆ CoreSystemEventTask__Done()

void CoreSystemEventTask__Done ( CoreSystemEventTask  _this)

References CoreTask__Done(), and EW_CLASS.

Here is the call graph for this function:

◆ CoreSystemEventTask__Init()

void CoreSystemEventTask__Init ( CoreSystemEventTask  _this,
XObject  aLink,
XHandle  aArg 
)

References aArg, EW_CLASS, and EW_CLASS_GCT.

◆ CoreSystemEventTask__ReInit()

void CoreSystemEventTask__ReInit ( CoreSystemEventTask  _this)

References CoreTask__ReInit().

Here is the call graph for this function:

◆ CoreSystemEventTask_onDelivered()

void CoreSystemEventTask_onDelivered ( CoreSystemEventTask  _this,
XObject  sender 
)

References CoreTask__Complete(), EW_UNUSED_ARG, and sender.

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

◆ CoreSystemEventTask_OnStart()

void CoreSystemEventTask_OnStart ( CoreSystemEventTask  _this,
CoreTaskQueue  aQueue 
)

References aQueue, CoreSystemEventTask_onDelivered(), EW_UNUSED_ARG, EwNewSlot(), EwNotifyObjObservers(), and EwPostSignal().

Here is the call graph for this function:

◆ CoreTask__Complete()

void CoreTask__Complete ( void _this)
Here is the caller graph for this function:

◆ CoreTask__Done()

void CoreTask__Done ( CoreTask  _this)

References EW_CLASS, and XObject__Done().

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

◆ CoreTask__OnCancel()

void CoreTask__OnCancel ( void _this,
CoreTaskQueue  aQueue 
)

References aQueue.

Here is the caller graph for this function:

◆ CoreTask__OnComplete()

void CoreTask__OnComplete ( void _this,
CoreTaskQueue  aQueue 
)

References aQueue.

Here is the caller graph for this function:

◆ CoreTask__OnStart()

void CoreTask__OnStart ( void _this,
CoreTaskQueue  aQueue 
)

References aQueue.

Here is the caller graph for this function:

◆ CoreTask__ReInit()

void CoreTask__ReInit ( CoreTask  _this)

References XObject__ReInit().

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

◆ CoreTask_Cancel()

void CoreTask_Cancel ( CoreTask  _this)

References CoreTaskQueue_CancelTask().

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

◆ CoreTask_Complete()

void CoreTask_Complete ( CoreTask  _this)

References CoreTaskQueue_completeTask().

Here is the call graph for this function:

◆ CoreTask_IsCurrent()

XBool CoreTask_IsCurrent ( CoreTask  _this)
Here is the caller graph for this function:

◆ CoreTask_OnCancel()

void CoreTask_OnCancel ( CoreTask  _this,
CoreTaskQueue  aQueue 
)

References aQueue, and EW_UNUSED_ARG.

◆ CoreTask_OnComplete()

void CoreTask_OnComplete ( CoreTask  _this,
CoreTaskQueue  aQueue 
)

References aQueue, and EW_UNUSED_ARG.

◆ CoreTask_OnStart()

void CoreTask_OnStart ( CoreTask  _this,
CoreTaskQueue  aQueue 
)

References aQueue, CoreTask_Cancel(), and EW_UNUSED_ARG.

Here is the call graph for this function:

◆ CoreTaskQueue__Done()

void CoreTaskQueue__Done ( CoreTaskQueue  _this)

References EW_CLASS, and XObject__Done().

Here is the call graph for this function:

◆ CoreTaskQueue__ReInit()

void CoreTaskQueue__ReInit ( CoreTaskQueue  _this)

References XObject__ReInit().

Here is the call graph for this function:

◆ CoreTaskQueue_CancelTask()

void CoreTaskQueue_CancelTask ( CoreTaskQueue  _this,
CoreTask  aTask 
)

References _Const0010, CoreTask__OnCancel(), CoreTaskQueue_onDispatchNext(), CoreTaskQueue_onPreDispatchNext(), EwLoadString(), EwNewSlot(), EwPostSignal(), and EwThrow().

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

◆ CoreTaskQueue_completeTask()

void CoreTaskQueue_completeTask ( CoreTaskQueue  _this)

References CoreTask__OnComplete(), CoreTaskQueue_onDispatchNext(), CoreTaskQueue_onPreDispatchNext(), EwNewSlot(), and EwPostSignal().

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

◆ CoreTaskQueue_onDispatchNext()

void CoreTaskQueue_onDispatchNext ( CoreTaskQueue  _this,
XObject  sender 
)

References CoreTask__OnStart(), EW_UNUSED_ARG, EwPostSignal(), and sender.

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

◆ CoreTaskQueue_onPreDispatchNext()

void CoreTaskQueue_onPreDispatchNext ( CoreTaskQueue  _this,
XObject  sender 
)

References CoreTaskQueue_onDispatchNext(), EW_UNUSED_ARG, EwNewSlot(), EwPostSignal(), and sender.

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

◆ CoreTaskQueue_ScheduleTask()

void CoreTaskQueue_ScheduleTask ( CoreTaskQueue  _this,
CoreTask  aTask,
XBool  aWithPriority 
)

References _Const0011, CoreTaskQueue_onDispatchNext(), EwLoadString(), EwNewSlot(), EwPostSignal(), and EwThrow().

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

◆ CoreTime__Done()

void CoreTime__Done ( CoreTime  _this)

References EW_CLASS, and XObject__Done().

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

◆ CoreTime__ReInit()

void CoreTime__ReInit ( CoreTime  _this)

References XObject__ReInit().

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

◆ CoreTime_getCurrentTime()

XInt64 CoreTime_getCurrentTime ( CoreTime  _this)

References EW_UNUSED_ARG, and EwGetTime().

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

◆ CoreTime_getDayOfWeekName()

XString CoreTime_getDayOfWeekName ( CoreTime  _this,
XInt32  aDayOfWeek,
XBool  aAbbreviated 
)

References EW_UNUSED_ARG, EwLoadString(), ResourcesFriday, ResourcesFridayAbbr, ResourcesMonday, ResourcesMondayAbbr, ResourcesSaturday, ResourcesSaturdayAbbr, ResourcesSunday, ResourcesSundayAbbr, ResourcesThursday, ResourcesThursdayAbbr, ResourcesTuesday, ResourcesTuesdayAbbr, ResourcesWednesday, and ResourcesWednesdayAbbr.

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

◆ CoreTime_getMonthName()

XString CoreTime_getMonthName ( CoreTime  _this,
XInt32  aMonth,
XBool  aAbbreviated 
)

References EW_UNUSED_ARG, EwLoadString(), ResourcesApril, ResourcesAprilAbbr, ResourcesAugust, ResourcesAugustAbbr, ResourcesDecember, ResourcesDecemberAbbr, ResourcesFebruary, ResourcesFebruaryAbbr, ResourcesJanuary, ResourcesJanuaryAbbr, ResourcesJuly, ResourcesJulyAbbr, ResourcesJune, ResourcesJuneAbbr, ResourcesMarch, ResourcesMarchAbbr, ResourcesMay, ResourcesMayAbbr, ResourcesNovember, ResourcesNovemberAbbr, ResourcesOctober, ResourcesOctoberAbbr, ResourcesSeptember, and ResourcesSeptemberAbbr.

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

◆ CoreTime_Initialize()

CoreTime CoreTime_Initialize ( CoreTime  _this,
XInt64  aTime 
)

References CoreTime_OnSetTime().

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

◆ CoreTime_OnGetCurrentTime()

CoreTime CoreTime_OnGetCurrentTime ( CoreTime  _this)

References CoreTime_getCurrentTime(), CoreTime_Initialize(), and EwNewObject.

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

◆ CoreTime_OnGetDayOfWeek()

XInt32 CoreTime_OnGetDayOfWeek ( CoreTime  _this)
Here is the caller graph for this function:

◆ CoreTime_OnSetDay()

void CoreTime_OnSetDay ( CoreTime  _this,
XInt32  value 
)

References value.

Here is the caller graph for this function:

◆ CoreTime_OnSetHour()

void CoreTime_OnSetHour ( CoreTime  _this,
XInt32  value 
)

References value.

Here is the caller graph for this function:

◆ CoreTime_OnSetMinute()

void CoreTime_OnSetMinute ( CoreTime  _this,
XInt32  value 
)

References value.

Here is the caller graph for this function:

◆ CoreTime_OnSetMonth()

void CoreTime_OnSetMonth ( CoreTime  _this,
XInt32  value 
)

References value.

Here is the caller graph for this function:

◆ CoreTime_OnSetSecond()

void CoreTime_OnSetSecond ( CoreTime  _this,
XInt32  value 
)

References value.

Here is the caller graph for this function:

◆ CoreTime_OnSetTime()

void CoreTime_OnSetTime ( CoreTime  _this,
XInt64  value 
)

References CoreTime_OnSetDay(), CoreTime_OnSetHour(), CoreTime_OnSetMinute(), CoreTime_OnSetMonth(), CoreTime_OnSetSecond(), and value.

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

◆ CoreTimer__Done()

void CoreTimer__Done ( CoreTimer  _this)

References CoreTimer_Done(), EW_CLASS, and XObject__Done().

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

◆ CoreTimer__Init()

void CoreTimer__Init ( CoreTimer  _this,
XObject  aLink,
XHandle  aArg 
)

References aArg, EW_CLASS, EW_CLASS_GCT, and XObject__Init().

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

◆ CoreTimer__ReInit()

void CoreTimer__ReInit ( CoreTimer  _this)

References XObject__ReInit().

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

◆ CoreTimer__Trigger()

void CoreTimer__Trigger ( void _this)
Here is the caller graph for this function:

◆ CoreTimer_Done()

void CoreTimer_Done ( CoreTimer  _this)

References EwDestroyTimer().

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

◆ CoreTimer_GetCurrentTime()

XUInt32 CoreTimer_GetCurrentTime ( CoreTimer  _this)

References EW_UNUSED_ARG, and EwGetTicks().

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

◆ CoreTimer_OnSetBegin()

void CoreTimer_OnSetBegin ( CoreTimer  _this,
XInt32  value 
)

References CoreTimer_restart(), and value.

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

◆ CoreTimer_OnSetEnabled()

void CoreTimer_OnSetEnabled ( CoreTimer  _this,
XBool  value 
)

References CoreTimer_GetCurrentTime(), CoreTimer_restart(), and value.

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

◆ CoreTimer_OnSetPeriod()

void CoreTimer_OnSetPeriod ( CoreTimer  _this,
XInt32  value 
)

References CoreTimer_restart(), and value.

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

◆ CoreTimer_restart()

void CoreTimer_restart ( CoreTimer  _this,
XInt32  aBegin,
XInt32  aPeriod 
)

References EwCreateTimer(), EwResetTimer(), and EwStartTimer().

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

◆ CoreTimer_Trigger()

void CoreTimer_Trigger ( CoreTimer  _this)

References CoreTimer_GetCurrentTime(), CoreTimer_OnSetEnabled(), and EwSignal().

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

◆ CoreView__ArrangeView()

XPoint CoreView__ArrangeView ( void _this,
XRect  aBounds,
XEnum  aFormation 
)

References aBounds.

Here is the caller graph for this function:

◆ CoreView__ChangeViewState()

void CoreView__ChangeViewState ( void _this,
XSet  aSetState,
XSet  aClearState 
)
Here is the caller graph for this function:

◆ CoreView__CursorHitTest()

CoreCursorHit CoreView__CursorHitTest ( void _this,
XRect  aArea,
XInt32  aFinger,
XInt32  aStrikeCount,
CoreView  aDedicatedView,
XSet  aRetargetReason 
)
Here is the caller graph for this function:

◆ CoreView__Done()

void CoreView__Done ( CoreView  _this)

References EW_CLASS, and XObject__Done().

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

◆ CoreView__Draw()

void CoreView__Draw ( 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:

◆ CoreView__GetExtent()

XRect CoreView__GetExtent ( void _this)
Here is the caller graph for this function:

◆ CoreView__GetRoot()

CoreRoot CoreView__GetRoot ( void _this)
Here is the caller graph for this function:

◆ CoreView__HandleEvent()

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

◆ CoreView__Init()

void CoreView__Init ( CoreView  _this,
XObject  aLink,
XHandle  aArg 
)

References aArg, CoreLayoutAlignToLeft, CoreLayoutAlignToTop, CoreViewStateAlphaBlended, CoreViewStateFastReshape, CoreViewStateVisible, EW_CLASS, EW_CLASS_GCT, and XObject__Init().

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

◆ CoreView__initLayoutContext()

void CoreView__initLayoutContext ( void _this,
XRect  aBounds,
CoreOutline  aOutline 
)

References aBounds, and aOutline.

Here is the caller graph for this function:

◆ CoreView__MoveView()

void CoreView__MoveView ( void _this,
XPoint  aOffset,
XBool  aFastMove 
)

References aOffset.

Here is the caller graph for this function:

◆ CoreView__ReInit()

void CoreView__ReInit ( CoreView  _this)

References XObject__ReInit().

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

◆ CoreView_ArrangeView()

XPoint CoreView_ArrangeView ( CoreView  _this,
XRect  aBounds,
XEnum  aFormation 
)

References _Const0000, aBounds, and EW_UNUSED_ARG.

◆ CoreView_ChangeViewState()

void CoreView_ChangeViewState ( CoreView  _this,
XSet  aSetState,
XSet  aClearState 
)

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

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

◆ CoreView_CursorHitTest()

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

References EW_UNUSED_ARG.

◆ CoreView_Draw()

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

◆ CoreView_GetExtent()

XRect CoreView_GetExtent ( CoreView  _this)

References _Const0001, and EW_UNUSED_ARG.

◆ CoreView_GetRoot()

CoreRoot CoreView_GetRoot ( CoreView  _this)

References EwCastObject().

Here is the call graph for this function:

◆ CoreView_HandleEvent()

XObject CoreView_HandleEvent ( CoreView  _this,
CoreEvent  aEvent 
)

References EW_UNUSED_ARG.

◆ CoreView_initLayoutContext()

void CoreView_initLayoutContext ( CoreView  _this,
XRect  aBounds,
CoreOutline  aOutline 
)

References aBounds, aOutline, and EW_UNUSED_ARG.

◆ CoreView_MoveView()

void CoreView_MoveView ( CoreView  _this,
XPoint  aOffset,
XBool  aFastMove 
)

References aOffset, and EW_UNUSED_ARG.

◆ CoreView_OnSetLayout()

void CoreView_OnSetLayout ( CoreView  _this,
XSet  value 
)

References CoreGroup__InvalidateArea(), CoreGroup_updateComponent(), CoreViewStateEmbedded, CoreViewStatePendingLayout, CoreViewStateUpdateLayout, EwGetRectORect(), EwNewSlot(), EwPostSignal(), and value.

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

◆ EW_DEFINE_CLASS() [1/23]

EW_DEFINE_CLASS ( CoreCursorEvent  ,
CoreEvent  ,
_None  ,
_None  ,
_None  ,
_None  ,
_None  ,
_None  ,
"Core::CursorEvent"   
)

References aArg, EW_CLASS, and EW_CLASS_GCT.

◆ EW_DEFINE_CLASS() [2/23]

EW_DEFINE_CLASS ( CoreCursorGrabEvent  ,
CoreEvent  ,
Target  ,
GlobalCurrentPos  ,
GlobalCurrentPos  ,
GlobalCurrentPos  ,
GlobalCurrentPos  ,
GlobalCurrentPos  ,
"Core::CursorGrabEvent"   
)

References aArg, EW_CLASS, and EW_CLASS_GCT.

◆ EW_DEFINE_CLASS() [3/23]

EW_DEFINE_CLASS ( CoreCursorHit  ,
XObject  ,
View  ,
Deviation  ,
Deviation  ,
Deviation  ,
Deviation  ,
Deviation  ,
"Core::CursorHit"   
)

References aArg, EW_CLASS, EW_CLASS_GCT, and XObject__Init().

Here is the call graph for this function:

◆ EW_DEFINE_CLASS() [4/23]

EW_DEFINE_CLASS ( CoreDialogContext  ,
XObject  ,
group  ,
_None  ,
_None  ,
_None  ,
_None  ,
_None  ,
"Core::DialogContext"   
)

References aArg, EW_CLASS, EW_CLASS_GCT, and XObject__Init().

Here is the call graph for this function:

◆ EW_DEFINE_CLASS() [5/23]

EW_DEFINE_CLASS ( CoreDragEvent  ,
CoreEvent  ,
_None  ,
_None  ,
_None  ,
_None  ,
_None  ,
_None  ,
"Core::DragEvent"   
)

◆ EW_DEFINE_CLASS() [6/23]

EW_DEFINE_CLASS ( CoreGroup  ,
CoreRectView  ,
first  ,
Opacity  ,
Opacity  ,
Opacity  ,
Opacity  ,
Opacity  ,
"Core::Group"   
)

References aArg, CoreRoot_cursorHoldTimerProc(), CoreTimer__Init(), CoreTimer_OnSetPeriod(), CoreViewStateAlphaBlended, CoreViewStateEnabled, CoreViewStateFocusable, CoreViewStateFocused, CoreViewStateSelected, CoreViewStateTouchable, CoreViewStateVisible, EW_CLASS, EW_CLASS_GCT, and EwNewSlot().

Here is the call graph for this function:

◆ EW_DEFINE_CLASS() [7/23]

EW_DEFINE_CLASS ( CoreKeyEvent  ,
CoreEvent  ,
_None  ,
_None  ,
_None  ,
_None  ,
_None  ,
_None  ,
"Core::KeyEvent"   
)

References aArg, EW_CLASS, and EW_CLASS_GCT.

◆ EW_DEFINE_CLASS() [8/23]

EW_DEFINE_CLASS ( CoreKeyPressHandler  ,
XObject  ,
next  ,
OnRelease  ,
pressCounter  ,
pressCounter  ,
pressCounter  ,
pressCounter  ,
"Core::KeyPressHandler"   
)

References aArg, CoreCursorHit(), EW_CLASS, EW_CLASS_GCT, and XObject__Init().

Here is the call graph for this function:

◆ EW_DEFINE_CLASS() [9/23]

EW_DEFINE_CLASS ( CoreLayoutContext  ,
XObject  ,
outline  ,
extent  ,
extent  ,
extent  ,
extent  ,
extent  ,
"Core::LayoutContext"   
)

References aArg, EW_CLASS, and EW_CLASS_GCT.

◆ EW_DEFINE_CLASS() [10/23]

EW_DEFINE_CLASS ( CoreLayoutQuadContext  ,
CoreLayoutContext  ,
_None  ,
_None  ,
_None  ,
_None  ,
_None  ,
_None  ,
"Core::LayoutQuadContext"   
)

References aArg, EW_CLASS, EW_CLASS_GCT, and XObject__Init().

Here is the call graph for this function:

◆ EW_DEFINE_CLASS() [11/23]

EW_DEFINE_CLASS ( CoreModalContext  ,
XObject  ,
group  ,
_None  ,
_None  ,
_None  ,
_None  ,
_None  ,
"Core::ModalContext"   
)

References aArg, EW_CLASS, EW_CLASS_GCT, and XObject__Init().

Here is the call graph for this function:

◆ EW_DEFINE_CLASS() [12/23]

EW_DEFINE_CLASS ( CoreOutline  ,
CoreRectView  ,
scrollEffect  ,
onDoneScroll  ,
ScrollOffset  ,
ScrollOffset  ,
ScrollOffset  ,
ScrollOffset  ,
"Core::Outline"   
)

◆ EW_DEFINE_CLASS() [13/23]

EW_DEFINE_CLASS ( CoreQuadView  ,
CoreView  ,
_None  ,
_None  ,
_None  ,
_None  ,
_None  ,
_None  ,
"Core::QuadView"   
)

References aArg, CoreView__Init(), EW_CLASS, and EW_CLASS_GCT.

Here is the call graph for this function:

◆ EW_DEFINE_CLASS() [14/23]

EW_DEFINE_CLASS ( CoreRectView  ,
CoreView  ,
_None  ,
_None  ,
_None  ,
_None  ,
_None  ,
_None  ,
"Core::RectView"   
)

References aArg, CoreGroup_Init(), CoreViewStateAlphaBlended, CoreViewStateEnabled, CoreViewStateFocusable, CoreViewStateTouchable, CoreViewStateVisible, EW_CLASS, and EW_CLASS_GCT.

Here is the call graph for this function:

◆ EW_DEFINE_CLASS() [15/23]

EW_DEFINE_CLASS ( CoreResource  ,
XObject  ,
_None  ,
_None  ,
_None  ,
_None  ,
_None  ,
_None  ,
"Core::Resource"   
)

References aArg, and CoreTimer__Trigger().

Here is the call graph for this function:

◆ EW_DEFINE_CLASS() [16/23]

EW_DEFINE_CLASS ( CoreRoot  ,
CoreGroup  ,
keyLastTarget  ,
cursorHoldTimer  ,
cursorHoldTimer  ,
cursorHoldTimer  ,
updateLock  ,
updateLock  ,
"Core::Root"   
)

References aArg, CoreEvent_Init(), EW_CLASS, EW_CLASS_GCT, and XObject__Init().

Here is the call graph for this function:

◆ EW_DEFINE_CLASS() [17/23]

EW_DEFINE_CLASS ( CoreSimpleTouchHandler  ,
CoreQuadView  ,
OnDrag  ,
OnDrag  ,
stateRetargetReason  ,
stateRetargetReason  ,
stateRetargetReason  ,
stateRetargetReason  ,
"Core::SimpleTouchHandler"   
)

References aArg, CoreKeyCodeAnyKey, CoreKeyPressHandler_Init(), EW_CLASS, EW_CLASS_GCT, and XObject__Init().

Here is the call graph for this function:

◆ EW_DEFINE_CLASS() [18/23]

EW_DEFINE_CLASS ( CoreSystemEvent  ,
XObject  ,
context  ,
_None  ,
_None  ,
_None  ,
_None  ,
_None  ,
"Core::SystemEvent"   
)

References aArg, EW_CLASS, EW_CLASS_GCT, and XObject__Init().

Here is the call graph for this function:

◆ EW_DEFINE_CLASS() [19/23]

EW_DEFINE_CLASS ( CoreSystemEventHandler  ,
XObject  ,
Context  ,
OnEvent  ,
Enabled  ,
Enabled  ,
Enabled  ,
Enabled  ,
"Core::SystemEventHandler"   
)

References aArg, EW_CLASS, EW_CLASS_GCT, and XObject__Init().

Here is the call graph for this function:

◆ EW_DEFINE_CLASS() [20/23]

EW_DEFINE_CLASS ( CoreSystemEventTask  ,
CoreTask  ,
context  ,
_None  ,
_None  ,
_None  ,
_None  ,
_None  ,
"Core::SystemEventTask"   
)

References EW_UNUSED_ARG.

◆ EW_DEFINE_CLASS() [21/23]

EW_DEFINE_CLASS ( CoreTaskQueue  ,
XObject  ,
toContinue  ,
OnDone  ,
isInOnStart  ,
isInOnStart  ,
isInOnStart  ,
isInOnStart  ,
"Core::TaskQueue"   
)

References aArg, EW_CLASS, EW_CLASS_GCT, and XObject__Init().

Here is the call graph for this function:

◆ EW_DEFINE_CLASS() [22/23]

EW_DEFINE_CLASS ( CoreTimer  ,
XObject  ,
OnTrigger  ,
OnTrigger  ,
timer  ,
timer  ,
timer  ,
timer  ,
"Core::Timer"   
)

References aArg, EW_CLASS, EW_CLASS_GCT, and XObject__Init().

Here is the call graph for this function:

◆ EW_DEFINE_CLASS() [23/23]

EW_DEFINE_CLASS ( CoreView  ,
XObject  ,
next  ,
viewState  ,
viewState  ,
viewState  ,
viewState  ,
viewState  ,
"Core::View"   
)

References aArg, CoreView__Init(), EW_CLASS, and EW_CLASS_GCT.

Here is the call graph for this function:

◆ EwCheckIndex()

static int EwCheckIndex ( int  aIndex,
int  aRange,
const char *  aFile,
int  aLine 
)
static

References EwPanic(), and EwPrint().

Here is the call graph for this function:

Variable Documentation

◆ _Const0000

const XPoint _Const0000 = { 0, 0 }
static

◆ _Const0001

const XRect _Const0001 = {{ 0, 0 }, { 0, 0 }}
static

◆ _Const0002

const XColor _Const0002 = { 0x00, 0x00, 0x00, 0x00 }
static

◆ _Const0003

const XStringRes _Const0003 = { _StringsDefault0, 0x0002 }
static

◆ _Const0004

const XStringRes _Const0004 = { _StringsDefault0, 0x002B }
static

◆ _Const0005

const XStringRes _Const0005 = { _StringsDefault0, 0x0057 }
static

◆ _Const0006

const XStringRes _Const0006 = { _StringsDefault0, 0x0088 }
static

◆ _Const0007

const XStringRes _Const0007 = { _StringsDefault0, 0x00B8 }
static

◆ _Const0008

const XStringRes _Const0008 = { _StringsDefault0, 0x00DD }
static

◆ _Const0009

const XStringRes _Const0009 = { _StringsDefault0, 0x011C }
static

◆ _Const000A

const XStringRes _Const000A = { _StringsDefault0, 0x0131 }
static

◆ _Const000B

const XStringRes _Const000B = { _StringsDefault0, 0x014D }
static

◆ _Const000C

const XStringRes _Const000C = { _StringsDefault0, 0x0161 }
static

◆ _Const000D

const XStringRes _Const000D = { _StringsDefault0, 0x0172 }
static

◆ _Const000E

const XStringRes _Const000E = { _StringsDefault0, 0x018C }
static

◆ _Const000F

const XStringRes _Const000F = { _StringsDefault0, 0x01BF }
static

◆ _Const0010

const XStringRes _Const0010 = { _StringsDefault1, 0x0002 }
static

◆ _Const0011

const XStringRes _Const0011 = { _StringsDefault1, 0x0039 }
static

◆ _StringsDefault0

const unsigned int _StringsDefault0[]
static
Initial value:
=
{
0x0000042C,
0xB8005300, 0x000A8452, 0x00CA0034, 0x0EC00100, 0x01093480, 0x800859DC, 0x1137800C,
0x737450E7, 0x8A1D0011, 0xE9B22262, 0xC50CF1C8, 0x7E19188F, 0x23510844, 0x3A729343,
0x070001D6, 0x03164D80, 0xC88C1E0B, 0x30C422D0, 0x34624600, 0xC74C70C9, 0x46493436,
0x6191F8E4, 0x47408A4B, 0xD40854C6, 0x358A1E62, 0xA8D002A7, 0x8B446990, 0x34E46336,
0xCF615088, 0x76A20087, 0x28C00A24, 0x3135A446, 0x91EAEC72, 0x408653E2, 0xA99C7E8D,
0x8655E476, 0x4D36311C, 0x002B95AA, 0x02C10AAF, 0x49D39180, 0xD2668647, 0x53188C56,
0x0AA4E3E5, 0x18C64663, 0xB2E5A913, 0x8D572314, 0xC72D02D8, 0x32EB3217, 0xB33358C4,
0xE5108FE4, 0x625004DA, 0x5798802C, 0x793C9621, 0xCFE1A679, 0x464AB73C, 0xE880166A,
0x4F2DAEC9, 0xA1546884, 0x71B61FCD, 0x16C0069B, 0x16C96865, 0x0DD69615, 0x99C63500,
0xBCBE8183, 0xC326BA9D, 0xEEDB2C89, 0xA1521864, 0x85D4C3D0, 0x39294E5B, 0x95D05D70,
0x4B9C4E3B, 0xC68566DE, 0x91043997, 0x47CD1342, 0xE5756151, 0xB31AC005, 0x15939071,
0x97681168, 0x3609F07C, 0xDDC04721, 0xDF4C5F15, 0x05136525, 0x6027D200, 0x45D60544,
0x6148569F, 0x007390E4, 0x45221044, 0x20684A23, 0xA629935E, 0x4A1183C1, 0xE4505504,
0x5FD93551, 0x1E38D1D3, 0x54CC0087, 0xE4334D93, 0x46444524, 0x469314CD, 0x6178AD10,
0x048D9243, 0x7D404591, 0x4E459C54, 0x8296C74E, 0x9C5951B0, 0x19659391, 0x1957519C,
0x2E429235, 0x6D8576CC, 0x44B431A0, 0xD1415744, 0x211A70A3, 0x6B64DF51, 0x8514E792,
0x5ED5210A, 0xB4515F8D, 0xEE417DDC, 0x21001AB9, 0x6AA4C1A9, 0x283A4215, 0x47656C77,
0x4285945E, 0x145BDE46, 0x5691D10D, 0xEA10003A, 0x99169B11, 0xCDB39B54, 0x00001016,
0x00000000
}

◆ _StringsDefault1

const unsigned int _StringsDefault1[]
static
Initial value:
=
{
0x000000B6,
0xB8006F00, 0x000A8452, 0x00F20039, 0x0DC00348, 0x40003380, 0xE003A000, 0x6300444D,
0x88698400, 0x00194011, 0x946E2E6C, 0x1CE37148, 0x3A2E6B00, 0xA25148B4, 0x2B208F18,
0xD0C88472, 0x32924421, 0x0859A271, 0x38C4A4E0, 0x14C0EA00, 0x800431FA, 0x160622A3,
0xA790983C, 0x2D148BCD, 0x10E8FC4A, 0x30A0D128, 0xA89C8E25, 0xA84A27B1, 0xCCF0EE00,
0xD9A8F458, 0x000101A3, 0x00000000
}

◆ CoreTask_Complete

CoreTask_Complete

◆ CoreTask_OnCancel

CoreTask_OnCancel

◆ CoreTask_OnComplete

CoreTask_OnComplete

◆ CoreTask_OnStart

CoreTask_OnStart

◆ EwApplicationClass

const XClass EwApplicationClass = EW_CLASS( ApplicationApplication )

◆ EwApplicationTitle

const char* EwApplicationTitle = ""

◆ EwScreenSize

const XPoint EwScreenSize = { 800, 480 }