#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"
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) |
#define EwCheckIndex | ( | aIndex, | |
aRange | |||
) | EwCheckIndex( aIndex, aRange, __FILE__, __LINE__ ) |
#define this _this |
#define this _this |
#define this _this |
void CoreCursorEvent__Done | ( | CoreCursorEvent | _this | ) |
void CoreCursorEvent__ReInit | ( | CoreCursorEvent | _this | ) |
CoreCursorEvent CoreCursorEvent_InitializeDown | ( | CoreCursorEvent | _this, |
XInt32 | aFinger, | ||
XPoint | aCurrentPos, | ||
XInt32 | aStrikeCount, | ||
XPoint | aHitOffset, | ||
XBool | aAutoDeflected, | ||
XPoint | aGlobalCurrentPos | ||
) |
References EwMovePointPos().
CoreCursorEvent CoreCursorEvent_InitializeHold | ( | CoreCursorEvent | _this, |
XInt32 | aFinger, | ||
XPoint | aCurrentPos, | ||
XPoint | aHittingPos, | ||
XInt32 | aHoldPeriod, | ||
XInt32 | aStrikeCount, | ||
XPoint | aHitOffset, | ||
XPoint | aGlobalCurrentPos, | ||
XPoint | aGlobalHittingPos | ||
) |
References EwMovePointPos().
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().
void CoreCursorGrabEvent__Done | ( | CoreCursorGrabEvent | _this | ) |
void CoreCursorGrabEvent__ReInit | ( | CoreCursorGrabEvent | _this | ) |
CoreCursorGrabEvent CoreCursorGrabEvent_InitializeDown | ( | CoreCursorGrabEvent | _this, |
XInt32 | aFinger, | ||
XInt32 | aStrikeCount, | ||
XBool | aAutoDeflected, | ||
CoreView | aTarget, | ||
XPoint | aGlobalCurrentPos | ||
) |
CoreCursorGrabEvent CoreCursorGrabEvent_InitializeUp | ( | CoreCursorGrabEvent | _this, |
XInt32 | aFinger, | ||
XInt32 | aStrikeCount, | ||
XBool | aAutoDeflected, | ||
CoreView | aTarget, | ||
XPoint | aGlobalCurrentPos | ||
) |
void CoreCursorHit__Done | ( | CoreCursorHit | _this | ) |
void CoreCursorHit__ReInit | ( | CoreCursorHit | _this | ) |
CoreCursorHit CoreCursorHit_Initialize | ( | CoreCursorHit | _this, |
CoreView | aView, | ||
XPoint | aOffset | ||
) |
void CoreDialogContext__Done | ( | CoreDialogContext | _this | ) |
void CoreDialogContext__ReInit | ( | CoreDialogContext | _this | ) |
void CoreDragEvent__Done | ( | CoreDragEvent | _this | ) |
void CoreDragEvent__ReInit | ( | 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 | ||
) |
References aOffset, and EwMovePointPos().
void CoreEvent__Done | ( | CoreEvent | _this | ) |
References EW_CLASS, and XObject__Done().
void CoreEvent__ReInit | ( | CoreEvent | _this | ) |
References XObject__ReInit().
XUInt32 CoreEvent_GetCurrentTime | ( | CoreEvent | _this | ) |
References EW_UNUSED_ARG, and EwGetTicks().
References aArg, CoreEvent_GetCurrentTime(), and EW_UNUSED_ARG.
void CoreGroup__Done | ( | CoreGroup | _this | ) |
References CoreRectView__Done(), and EW_CLASS.
void CoreGroup__ReInit | ( | CoreGroup | _this | ) |
References CoreRectView__ReInit().
References _Const000C, _Const000D, CoreGroup__InvalidateArea(), CoreGroup__OnSetFocus(), CoreGroup_updateComponent(), CoreView__GetExtent(), CoreViewStateDialog, CoreViewStateEmbedded, CoreViewStateEnabled, CoreViewStateFocusable, CoreViewStateIsOutline, CoreViewStatePendingLayout, CoreViewStateRequestLayout, CoreViewStateVisible, EwLoadString(), EwNewSlot(), EwPostSignal(), and EwThrow().
References CoreGroup__BroadcastEvent(), CoreGroup_processKeyHandlers(), CoreView__HandleEvent(), EwCastObject(), and EwSetContains().
XObject CoreGroup_BroadcastEventAtPosition | ( | CoreGroup | _this, |
CoreEvent | aEvent, | ||
XPoint | aPosition, | ||
XSet | aFilter | ||
) |
References CoreView__GetExtent(), CoreView__HandleEvent(), EwCastObject(), EwIsPointInRect(), EwMovePointNeg(), and EwSetContains().
References CoreGroup_updateComponent(), CoreView__ChangeViewState(), CoreView_ChangeViewState(), CoreViewStateEnabled, CoreViewStateFocusable, CoreViewStateFocused, CoreViewStatePendingViewState, EwNewSlot(), and EwPostSignal().
CoreCursorHit CoreGroup_CursorHitTest | ( | CoreGroup | _this, |
XRect | aArea, | ||
XInt32 | aFinger, | ||
XInt32 | aStrikeCount, | ||
CoreView | aDedicatedView, | ||
XSet | aRetargetReason | ||
) |
References _Const0001, CoreCursorHit(), CoreView__CursorHitTest(), CoreView__GetExtent(), CoreViewStateDialog, CoreViewStateEmbedded, CoreViewStateEnabled, CoreViewStateIsOutline, CoreViewStatePendingFader, CoreViewStateRunningFader, CoreViewStateTouchable, EwIntersectRect(), EwIsRectEmpty(), EwMoveRectNeg(), and XRect::Point1.
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().
XObject CoreGroup_DispatchEvent | ( | CoreGroup | _this, |
CoreEvent | aEvent | ||
) |
References CoreGroup__DispatchEvent(), CoreGroup_processKeyHandlers(), CoreView__HandleEvent(), CoreViewStateDialog, CoreViewStatePendingFader, CoreViewStateRunningFader, and EwCastObject().
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().
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().
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().
CoreView CoreGroup_FindSiblingView | ( | CoreGroup | _this, |
CoreView | aView, | ||
XSet | aFilter | ||
) |
References CoreViewStateDialog, and EwSetContains().
References aArg, CoreGroup_InvalidateViewState(), and EW_UNUSED_ARG.
References CoreGroup__InvalidateArea(), CoreViewStateVisible, EwCompRect(), EwFullOffScreenBufferUpdate, EwGetRectORect(), EwIntersectRect(), EwIsRectEmpty(), EwMoveRectPos(), EwNotifyObjObservers(), EwUnionRect(), and XRect::Point1.
void CoreGroup_InvalidateViewState | ( | CoreGroup | _this | ) |
References CoreGroup_updateComponent(), CoreViewStatePendingViewState, EwNewSlot(), and EwPostSignal().
References CoreGroup__IsDialog(), and CoreViewStateDialog.
References EwMovePointNeg().
XBool CoreGroup_OnGetBuffered | ( | CoreGroup | _this | ) |
XInt32 CoreGroup_OnGetOpacity | ( | CoreGroup | _this | ) |
XBool CoreGroup_OnGetVisible | ( | CoreGroup | _this | ) |
References _Const0000, CoreGroup_updateComponent(), CoreLayoutAlignToLeft, CoreLayoutAlignToTop, CoreRectView_OnSetBounds(), CoreView__initLayoutContext(), CoreViewStateEmbedded, CoreViewStatePendingLayout, CoreViewStateUpdateLayout, EwCompPoint(), EwCompRect(), EwGetRectSize(), EwNewRect2Point(), EwNewSlot(), EwNotifyObjObservers(), EwPostSignal(), ResourcesBitmap__OnSetFrameSize(), value, XPoint::X, and XPoint::Y.
References _Const0000, CoreGroup__InvalidateArea(), CoreGroup_updateBufferSlot(), CoreViewStateVisible, EwGetRectSize(), EwNewObject, EwNewSlot(), EwNotifyObjObservers(), EwNullSlot, ResourcesBitmap__OnSetFrameSize(), and value.
References CoreView__ChangeViewState(), CoreViewStateEmbedded, and value.
References CoreView__ChangeViewState(), CoreViewStateEnabled, and value.
void CoreGroup_OnSetFocus | ( | CoreGroup | _this, |
CoreView | value | ||
) |
References _Const0003, CoreView__ChangeViewState(), CoreViewStateDialog, CoreViewStateEnabled, CoreViewStateFocusable, CoreViewStateFocused, CoreViewStateSelected, EwLoadString(), EwThrow(), and value.
References CoreGroup__InvalidateArea(), CoreViewStateVisible, and value.
References CoreView__ChangeViewState(), CoreViewStateVisible, and value.
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().
XObject CoreGroup_processKeyHandlers | ( | CoreGroup | _this, |
CoreEvent | aEvent | ||
) |
References CoreKeyPressHandler_HandleEvent(), and EwCastObject().
void CoreGroup_recalculateLayout | ( | CoreGroup | _this | ) |
References _Const0000, _Const0001, CoreFormationBottomToTop, CoreFormationBottomToTop_LeftToRight, CoreFormationBottomToTop_RightToLeft, CoreFormationLeftToRight, CoreFormationLeftToRight_BottomToTop, CoreFormationLeftToRight_TopToBottom, CoreFormationNone, CoreFormationRightToLeft, CoreFormationRightToLeft_BottomToTop, CoreFormationRightToLeft_TopToBottom, CoreFormationTopToBottom, CoreFormationTopToBottom_LeftToRight, CoreFormationTopToBottom_RightToLeft, CoreGroup__InvalidateArea(), CoreGroup__UpdateLayout(), CoreLayoutAlignToLeft, CoreLayoutAlignToTop, CoreView__ArrangeView(), CoreView__GetExtent(), CoreView__initLayoutContext(), CoreViewStateEmbedded, CoreViewStateIsOutline, CoreViewStateRequestLayout, CoreViewStateUpdateLayout, CoreViewStateUpdatingLayout, CoreViewStateVisible, EwCastObject(), EwGetRectH(), EwGetRectORect(), EwGetRectSize(), EwGetRectW(), EwIsRectEmpty(), EwMovePointPos(), EwMoveRectPos(), EwNewPoint(), EwPostSignal(), XRect::Point1, XRect::Point2, XPoint::X, and XPoint::Y.
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().
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().
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().
References _Const0000, _Const0002, CoreGroup__drawContent(), EW_UNUSED_ARG, EwFullOffScreenBufferUpdate, GraphicsCanvas_FillRectangle(), and sender.
References CoreGroup__UpdateViewState(), CoreGroup_recalculateLayout(), CoreViewStatePendingLayout, CoreViewStatePendingViewState, CoreViewStateUpdateLayout, EW_UNUSED_ARG, and sender.
References EW_UNUSED_ARG.
References EW_UNUSED_ARG.
void CoreKeyEvent__Done | ( | CoreKeyEvent | _this | ) |
References aArg, EW_CLASS, and EW_CLASS_GCT.
void CoreKeyEvent__ReInit | ( | CoreKeyEvent | _this | ) |
References CoreKeyCodeColon, CoreKeyCodeComma, CoreKeyCodeDivide, CoreKeyCodeEquals, CoreKeyCodeMinus, CoreKeyCodeMultiply, CoreKeyCodePeriod, CoreKeyCodePlus, CoreKeyCodeSemicolon, and CoreKeyCodeSpace.
References CoreKeyCodeColon, CoreKeyCodeComma, CoreKeyCodeDivide, CoreKeyCodeEquals, CoreKeyCodeMinus, CoreKeyCodeMultiply, CoreKeyCodeNoKey, CoreKeyCodePeriod, CoreKeyCodePlus, CoreKeyCodeSemicolon, and CoreKeyCodeSpace.
References CoreKeyCodeAlphaKeys, CoreKeyCodeAlphaOrDigitKeys, CoreKeyCodeAnyKey, CoreKeyCodeCharacterKeys, CoreKeyCodeControlKeys, CoreKeyCodeCursorKeys, CoreKeyCodeDigitKeys, CoreKeyCodeDown, CoreKeyCodeHexDigitKeys, CoreKeyCodeLeft, CoreKeyCodeNoKey, CoreKeyCodeRight, and CoreKeyCodeUp.
void CoreKeyPressHandler__Done | ( | CoreKeyPressHandler | _this | ) |
References EW_CLASS, and XObject__Done().
void CoreKeyPressHandler__ReInit | ( | CoreKeyPressHandler | _this | ) |
References XObject__ReInit().
XBool CoreKeyPressHandler_HandleEvent | ( | CoreKeyPressHandler | _this, |
CoreKeyEvent | aEvent | ||
) |
References CoreKeyEvent_IsCode(), and EwSignal().
References _Const000F, aArg, EW_UNUSED_ARG, EwCastObject(), EwLoadString(), and EwThrow().
void CoreLayoutContext__Done | ( | CoreLayoutContext | _this | ) |
References EW_CLASS, and XObject__Done().
void CoreLayoutContext__ReInit | ( | CoreLayoutContext | _this | ) |
References XObject__ReInit().
void CoreLayoutQuadContext__Done | ( | CoreLayoutQuadContext | _this | ) |
void CoreLayoutQuadContext__ReInit | ( | CoreLayoutQuadContext | _this | ) |
void CoreModalContext__Done | ( | CoreModalContext | _this | ) |
void CoreModalContext__ReInit | ( | CoreModalContext | _this | ) |
void CoreOutline__Done | ( | CoreOutline | _this | ) |
References CoreRectView__Done(), and EW_CLASS.
void CoreOutline__ReInit | ( | CoreOutline | _this | ) |
References CoreRectView__ReInit().
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.
References EW_UNUSED_ARG, EwNullRef, EwNullSlot, EwSignal(), and sender.
XPoint CoreOutline_OnGetScrollOffset | ( | CoreOutline | _this | ) |
References _Const0000, CoreFormationNone, CoreGroup_updateComponent(), CoreLayoutAlignToLeft, CoreLayoutAlignToTop, CoreRectView_OnSetBounds(), CoreView__initLayoutContext(), CoreView__MoveView(), CoreViewStateEmbedded, CoreViewStateFastReshape, CoreViewStateIsOutline, CoreViewStatePendingLayout, CoreViewStateUpdateLayout, CoreViewStateUpdatingLayout, EwCompPoint(), EwCompRect(), EwGetRectSize(), EwMovePointNeg(), EwMoveRectPos(), EwNewSlot(), EwPostSignal(), offset, XRect::Point1, value, XPoint::X, and XPoint::Y.
References _Const0000, CoreGroup__InvalidateArea(), CoreView__MoveView(), CoreViewStateEmbedded, CoreViewStateFastReshape, CoreViewStateIsOutline, EwCompPoint(), EwMovePointNeg(), EwPostSignal(), offset, and value.
void CorePropertyObserver__Done | ( | CorePropertyObserver | _this | ) |
References EW_CLASS, and XObject__Done().
void CorePropertyObserver__ReInit | ( | CorePropertyObserver | _this | ) |
References XObject__ReInit().
References EW_UNUSED_ARG, EwSignal(), and sender.
References CorePropertyObserver_onEvent(), EwAttachRefObserver(), EwCompRef(), EwDetachRefObserver(), EwNewSlot(), and value.
void CoreQuadView__Done | ( | CoreQuadView | _this | ) |
References CoreView__Done(), and EW_CLASS.
void CoreQuadView__ReInit | ( | CoreQuadView | _this | ) |
References CoreView__ReInit().
References aBounds, CoreFormationBottomToTop, CoreFormationLeftToRight, CoreFormationNone, CoreFormationRightToLeft, CoreFormationTopToBottom, CoreLayoutAlignToBottom, CoreLayoutAlignToLeft, CoreLayoutAlignToRight, CoreLayoutAlignToTop, CoreLayoutResizeHorz, CoreLayoutResizeVert, CoreQuadView__OnSetPoint1(), CoreQuadView__OnSetPoint2(), CoreQuadView__OnSetPoint3(), CoreQuadView__OnSetPoint4(), CoreViewStateFastReshape, EwCastObject(), EwGetRectH(), EwGetRectSize(), EwGetRectW(), EwNewPoint(), XRect::Point1, XRect::Point2, XPoint::X, and XPoint::Y.
XRect CoreQuadView_GetExtent | ( | CoreQuadView | _this | ) |
References _Const0001, EwNewRect(), XRect::Point1, and XPoint::X.
XBool CoreQuadView_HasRectShape | ( | CoreQuadView | _this | ) |
References aBounds, aOutline, CoreView__GetExtent(), EwNewObject, and XRect::Point1.
References aOffset, CoreQuadView__OnSetPoint1(), CoreQuadView__OnSetPoint2(), CoreQuadView__OnSetPoint3(), CoreQuadView__OnSetPoint4(), and EwMovePointPos().
References CoreGroup__InvalidateArea(), CoreGroup_updateComponent(), CoreView__GetExtent(), CoreViewStateEmbedded, CoreViewStatePendingLayout, CoreViewStateRequestLayout, CoreViewStateUpdatingLayout, CoreViewStateVisible, EwCompPoint(), EwNewSlot(), EwPostSignal(), XRect::Point1, and value.
References CoreGroup__InvalidateArea(), CoreGroup_updateComponent(), CoreView__GetExtent(), CoreViewStateEmbedded, CoreViewStatePendingLayout, CoreViewStateRequestLayout, CoreViewStateUpdatingLayout, CoreViewStateVisible, EwCompPoint(), EwNewSlot(), EwPostSignal(), XRect::Point2, and value.
References CoreGroup__InvalidateArea(), CoreGroup_updateComponent(), CoreView__GetExtent(), CoreViewStateEmbedded, CoreViewStatePendingLayout, CoreViewStateRequestLayout, CoreViewStateUpdatingLayout, CoreViewStateVisible, EwCompPoint(), EwNewSlot(), EwPostSignal(), and value.
References CoreGroup__InvalidateArea(), CoreGroup_updateComponent(), CoreView__GetExtent(), CoreViewStateEmbedded, CoreViewStatePendingLayout, CoreViewStateRequestLayout, CoreViewStateUpdatingLayout, CoreViewStateVisible, EwCompPoint(), EwNewSlot(), EwPostSignal(), and value.
void CoreRectView__Done | ( | CoreRectView | _this | ) |
References CoreView__Done(), and EW_CLASS.
void CoreRectView__ReInit | ( | CoreRectView | _this | ) |
References CoreView__ReInit().
References aBounds, CoreFormationBottomToTop, CoreFormationLeftToRight, CoreFormationNone, CoreFormationRightToLeft, CoreFormationTopToBottom, CoreLayoutAlignToBottom, CoreLayoutAlignToLeft, CoreLayoutAlignToRight, CoreLayoutAlignToTop, CoreLayoutResizeHorz, CoreLayoutResizeVert, CoreRectView__OnSetBounds(), CoreViewStateFastReshape, EwGetRectH(), EwGetRectSize(), EwGetRectW(), EwNewPoint(), EwNewRect(), XRect::Point1, XRect::Point2, XPoint::X, and XPoint::Y.
XRect CoreRectView_GetExtent | ( | CoreRectView | _this | ) |
References aBounds, aOutline, and EwNewObject.
References aOffset, CoreRectView__OnSetBounds(), and EwMoveRectPos().
References CoreGroup__InvalidateArea(), CoreGroup_updateComponent(), CoreViewStateEmbedded, CoreViewStatePendingLayout, CoreViewStateRequestLayout, CoreViewStateUpdatingLayout, CoreViewStateVisible, EwCompRect(), EwNewSlot(), EwPostSignal(), and value.
void CoreResource__Done | ( | CoreResource | _this | ) |
References CoreResource_Done(), EW_CLASS, and XObject__Done().
References aArg, CoreResource_Init(), EW_CLASS, EW_CLASS_GCT, and XObject__Init().
void CoreResource__ReInit | ( | CoreResource | _this | ) |
References XObject__ReInit().
void CoreResource_Done | ( | CoreResource | _this | ) |
References EwDeregisterResource().
References aArg, and EwRegisterResource().
References CoreRoot_BeginUpdate().
References CoreRoot_DoesNeedUpdate().
void CoreRoot__Done | ( | CoreRoot | _this | ) |
References CoreGroup__Done(), CoreTimer__Done(), and EW_CLASS.
References CoreRoot_DriveKeyboardHitting().
References CoreRoot_DriveMultiTouchHitting().
References CoreRoot_DriveMultiTouchMovement().
References CoreRoot_EndUpdate().
References CoreRoot_GetUpdateRegion().
References CoreRoot_Initialize().
void CoreRoot__ReInit | ( | CoreRoot | _this | ) |
References CoreGroup__ReInit(), and CoreTimer__ReInit().
References aCanvas, aOffset, and CoreRoot_UpdateCanvas().
References aCanvas, and CoreRoot_UpdateGE20().
XInt32 CoreRoot_BeginUpdate | ( | CoreRoot | _this | ) |
References _Const0001, CoreGroup__InvalidateArea(), EwCheckIndex, EwFullScreenUpdate, EwGetOverlayArea(), EwGetRectArea(), EwIsRectEmpty(), EwPreserveFramebufferContent, and EwUnionRect().
References CoreGroup__InvalidateArea(), CoreGroup_ChangeViewState(), CoreViewStateAlphaBlended, CoreViewStateVisible, and EwGetRectORect().
CoreCursorEvent CoreRoot_createCursorEvent | ( | CoreRoot | _this | ) |
CoreCursorGrabEvent CoreRoot_createCursorGrabEvent | ( | CoreRoot | _this | ) |
CoreDragEvent CoreRoot_createDragEvent | ( | CoreRoot | _this | ) |
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.
References CoreCursorEvent_InitializeDown(), CoreCursorEvent_InitializeUp(), CoreCursorGrabEvent_InitializeDown(), CoreCursorGrabEvent_InitializeUp(), CoreGroup__BroadcastEvent(), CoreRoot_createCursorEvent(), CoreRoot_createCursorGrabEvent(), CoreView__HandleEvent(), CoreViewStateEnabled, CoreViewStateTouchable, EwCheckIndex, EwGetTicks(), and EwMovePointNeg().
XObject CoreRoot_DispatchEvent | ( | CoreRoot | _this, |
CoreEvent | aEvent | ||
) |
References CoreGroup__DispatchEvent(), CoreGroup_DispatchEvent(), CoreGroup_processKeyHandlers(), CoreView__HandleEvent(), and EwCastObject().
XBool CoreRoot_DoesNeedUpdate | ( | CoreRoot | _this | ) |
References _Const0001, EwGetOverlayArea(), and EwIsRectEmpty().
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.
References CoreRoot_DriveMultiTouchHitting().
References CoreRoot_DriveMultiTouchMovement().
References CoreGroup__DispatchEvent(), CoreKeyCodeNoKey, CoreKeyEvent_Initialize(), CoreKeyEvent_Initialize2(), CoreKeyPressHandler_HandleEvent(), CoreView__HandleEvent(), EwCastObject(), and EwNewObject.
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().
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.
void CoreRoot_EndUpdate | ( | CoreRoot | _this | ) |
XInt32 CoreRoot_GetFPS | ( | CoreRoot | _this | ) |
References EwGetTicks().
CoreRoot CoreRoot_GetRoot | ( | CoreRoot | _this | ) |
CoreRoot CoreRoot_Initialize | ( | CoreRoot | _this, |
XPoint | aSize | ||
) |
References _Const0000, CoreGroup__InvalidateArea(), CoreRectView__OnSetBounds(), CoreViewStateFocused, CoreViewStateSelected, and EwNewRect2Point().
References _Const000E, CoreGroup_InvalidateArea(), EwCheckIndex, EwFullOffScreenBufferUpdate, EwFullScreenUpdate, EwGetRectArea(), EwGetRectORect(), EwIntersectRect(), EwIsRectEmpty(), EwLoadString(), EwMoveRectPos(), EwNotifyObjObservers(), EwThrow(), EwUnionRect(), and XRect::Point1.
References EW_UNUSED_ARG.
References CoreGroup__InvalidateArea(), CoreGroup_OnSetBuffered(), CoreViewStateVisible, EwGetRectORect(), and value.
void CoreRoot_OnSetFocus | ( | CoreRoot | _this, |
CoreView | value | ||
) |
References CoreGroup__InvalidateArea(), CoreGroup_OnSetOpacity(), CoreViewStateVisible, EwGetRectORect(), and value.
void CoreRoot_RetargetCursor | ( | CoreRoot | _this, |
CoreView | aNewTarget, | ||
CoreView | aFallbackTarget | ||
) |
References 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().
References CoreView__ChangeViewState(), and CoreViewStateFocused.
XRect CoreRoot_Update | ( | CoreRoot | _this | ) |
References CoreRoot_UpdateGE20(), EwGetRectSize(), EwNewObject, ResourcesBitmap__OnSetFrameSize(), and ResourcesBitmap__Update().
References _Const0001, aCanvas, aOffset, CoreView__Draw(), EwCheckIndex, EwIntersectRect(), EwIsRectEmpty(), EwMovePointPos(), EwMoveRectNeg(), EwNegPoint(), EwNewRect2Point(), and EwUnionRect().
XRect CoreRoot_UpdateGE20 | ( | CoreRoot | _this, |
GraphicsCanvas | aCanvas | ||
) |
References _Const0000, _Const0001, aCanvas, CoreRoot_BeginUpdate(), CoreRoot_EndUpdate(), and CoreRoot_UpdateCanvas().
void CoreSimpleTouchHandler__Done | ( | CoreSimpleTouchHandler | _this | ) |
References CoreQuadView__Done(), and EW_CLASS.
void CoreSimpleTouchHandler__ReInit | ( | CoreSimpleTouchHandler | _this | ) |
References CoreQuadView__ReInit().
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.
XObject CoreSimpleTouchHandler_HandleEvent | ( | CoreSimpleTouchHandler | _this, |
CoreEvent | aEvent | ||
) |
References _Const0000, CoreGroup_LocalPosition(), CoreQuadView_IsPointInside(), CoreRetargetReasonForeignPress, CoreRetargetReasonLongPress, CoreRetargetReasonWipeDown, CoreRetargetReasonWipeLeft, CoreRetargetReasonWipeRight, CoreRetargetReasonWipeUp, CoreRoot_RetargetCursorWithReason(), CoreView__GetExtent(), CoreView__GetRoot(), EwCastObject(), EwIsPointInRect(), EwSignal(), and timeout.
References CoreView__ChangeViewState(), CoreViewStateEnabled, and value.
void CoreSystemEvent__Done | ( | CoreSystemEvent | _this | ) |
References EW_CLASS, and XObject__Done().
References aArg, EW_CLASS, EW_CLASS_GCT, EwGetAutoObject(), and XObject__Init().
void CoreSystemEvent__ReInit | ( | CoreSystemEvent | _this | ) |
References XObject__ReInit().
References CoreTaskQueue_ScheduleTask(), and EwNewObject.
void CoreSystemEventHandler__Done | ( | CoreSystemEventHandler | _this | ) |
References EW_CLASS, and XObject__Done().
void CoreSystemEventHandler__ReInit | ( | CoreSystemEventHandler | _this | ) |
References XObject__ReInit().
References EW_UNUSED_ARG, EwSignal(), and sender.
void CoreSystemEventHandler_OnSetEvent | ( | CoreSystemEventHandler | _this, |
CoreSystemEvent | value | ||
) |
References CoreSystemEventHandler_onEvent(), EwAttachObjObserver(), EwDetachObjObserver(), EwNewSlot(), and value.
void CoreSystemEventTask__Done | ( | CoreSystemEventTask | _this | ) |
References aArg, EW_CLASS, and EW_CLASS_GCT.
void CoreSystemEventTask__ReInit | ( | CoreSystemEventTask | _this | ) |
References CoreTask__Complete(), EW_UNUSED_ARG, and sender.
void CoreSystemEventTask_OnStart | ( | CoreSystemEventTask | _this, |
CoreTaskQueue | aQueue | ||
) |
References aQueue, CoreSystemEventTask_onDelivered(), EW_UNUSED_ARG, EwNewSlot(), EwNotifyObjObservers(), and EwPostSignal().
void CoreTask__Done | ( | CoreTask | _this | ) |
References EW_CLASS, and XObject__Done().
void CoreTask__ReInit | ( | CoreTask | _this | ) |
References XObject__ReInit().
void CoreTask_Cancel | ( | CoreTask | _this | ) |
References CoreTaskQueue_CancelTask().
void CoreTask_Complete | ( | CoreTask | _this | ) |
XBool CoreTask_IsCurrent | ( | CoreTask | _this | ) |
void CoreTask_OnCancel | ( | CoreTask | _this, |
CoreTaskQueue | aQueue | ||
) |
References aQueue, and EW_UNUSED_ARG.
void CoreTask_OnComplete | ( | CoreTask | _this, |
CoreTaskQueue | aQueue | ||
) |
References aQueue, and EW_UNUSED_ARG.
void CoreTask_OnStart | ( | CoreTask | _this, |
CoreTaskQueue | aQueue | ||
) |
void CoreTaskQueue__Done | ( | CoreTaskQueue | _this | ) |
void CoreTaskQueue__ReInit | ( | CoreTaskQueue | _this | ) |
void CoreTaskQueue_CancelTask | ( | CoreTaskQueue | _this, |
CoreTask | aTask | ||
) |
References _Const0010, CoreTask__OnCancel(), CoreTaskQueue_onDispatchNext(), CoreTaskQueue_onPreDispatchNext(), EwLoadString(), EwNewSlot(), EwPostSignal(), and EwThrow().
void CoreTaskQueue_completeTask | ( | CoreTaskQueue | _this | ) |
References CoreTask__OnComplete(), CoreTaskQueue_onDispatchNext(), CoreTaskQueue_onPreDispatchNext(), EwNewSlot(), and EwPostSignal().
References CoreTask__OnStart(), EW_UNUSED_ARG, EwPostSignal(), and sender.
References CoreTaskQueue_onDispatchNext(), EW_UNUSED_ARG, EwNewSlot(), EwPostSignal(), and sender.
References _Const0011, CoreTaskQueue_onDispatchNext(), EwLoadString(), EwNewSlot(), EwPostSignal(), and EwThrow().
void CoreTime__Done | ( | CoreTime | _this | ) |
References EW_CLASS, and XObject__Done().
void CoreTime__ReInit | ( | CoreTime | _this | ) |
References XObject__ReInit().
XInt64 CoreTime_getCurrentTime | ( | CoreTime | _this | ) |
References EW_UNUSED_ARG, and EwGetTime().
References EW_UNUSED_ARG, EwLoadString(), ResourcesFriday, ResourcesFridayAbbr, ResourcesMonday, ResourcesMondayAbbr, ResourcesSaturday, ResourcesSaturdayAbbr, ResourcesSunday, ResourcesSundayAbbr, ResourcesThursday, ResourcesThursdayAbbr, ResourcesTuesday, ResourcesTuesdayAbbr, ResourcesWednesday, and ResourcesWednesdayAbbr.
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.
CoreTime CoreTime_Initialize | ( | CoreTime | _this, |
XInt64 | aTime | ||
) |
References CoreTime_OnSetTime().
CoreTime CoreTime_OnGetCurrentTime | ( | CoreTime | _this | ) |
References CoreTime_getCurrentTime(), CoreTime_Initialize(), and EwNewObject.
XInt32 CoreTime_OnGetDayOfWeek | ( | CoreTime | _this | ) |
References CoreTime_OnSetDay(), CoreTime_OnSetHour(), CoreTime_OnSetMinute(), CoreTime_OnSetMonth(), CoreTime_OnSetSecond(), and value.
void CoreTimer__Done | ( | CoreTimer | _this | ) |
References CoreTimer_Done(), EW_CLASS, and XObject__Done().
References aArg, EW_CLASS, EW_CLASS_GCT, and XObject__Init().
void CoreTimer__ReInit | ( | CoreTimer | _this | ) |
References XObject__ReInit().
void CoreTimer_Done | ( | CoreTimer | _this | ) |
References EwDestroyTimer().
XUInt32 CoreTimer_GetCurrentTime | ( | CoreTimer | _this | ) |
References EW_UNUSED_ARG, and EwGetTicks().
References CoreTimer_restart(), and value.
References CoreTimer_GetCurrentTime(), CoreTimer_restart(), and value.
References CoreTimer_restart(), and value.
References EwCreateTimer(), EwResetTimer(), and EwStartTimer().
void CoreTimer_Trigger | ( | CoreTimer | _this | ) |
References CoreTimer_GetCurrentTime(), CoreTimer_OnSetEnabled(), and EwSignal().
CoreCursorHit CoreView__CursorHitTest | ( | void * | _this, |
XRect | aArea, | ||
XInt32 | aFinger, | ||
XInt32 | aStrikeCount, | ||
CoreView | aDedicatedView, | ||
XSet | aRetargetReason | ||
) |
void CoreView__Done | ( | CoreView | _this | ) |
References EW_CLASS, and XObject__Done().
CoreRoot CoreView__GetRoot | ( | void * | _this | ) |
References aArg, CoreLayoutAlignToLeft, CoreLayoutAlignToTop, CoreViewStateAlphaBlended, CoreViewStateFastReshape, CoreViewStateVisible, EW_CLASS, EW_CLASS_GCT, and XObject__Init().
void CoreView__ReInit | ( | CoreView | _this | ) |
References XObject__ReInit().
References _Const0000, aBounds, and EW_UNUSED_ARG.
References CoreGroup__InvalidateArea(), CoreGroup__OnSetFocus(), CoreGroup_FindSiblingView(), CoreGroup_updateComponent(), CoreView__GetExtent(), CoreViewStateAlphaBlended, CoreViewStateEmbedded, CoreViewStateEnabled, CoreViewStateFocusable, CoreViewStateIsOutline, CoreViewStatePendingLayout, CoreViewStateRequestLayout, CoreViewStateVisible, EwNewSlot(), and EwPostSignal().
CoreCursorHit CoreView_CursorHitTest | ( | CoreView | _this, |
XRect | aArea, | ||
XInt32 | aFinger, | ||
XInt32 | aStrikeCount, | ||
CoreView | aDedicatedView, | ||
XSet | aRetargetReason | ||
) |
References EW_UNUSED_ARG.
XRect CoreView_GetExtent | ( | CoreView | _this | ) |
References _Const0001, and EW_UNUSED_ARG.
CoreRoot CoreView_GetRoot | ( | CoreView | _this | ) |
XObject CoreView_HandleEvent | ( | CoreView | _this, |
CoreEvent | aEvent | ||
) |
References EW_UNUSED_ARG.
References aBounds, aOutline, and EW_UNUSED_ARG.
References aOffset, and EW_UNUSED_ARG.
References CoreGroup__InvalidateArea(), CoreGroup_updateComponent(), CoreViewStateEmbedded, CoreViewStatePendingLayout, CoreViewStateUpdateLayout, EwGetRectORect(), EwNewSlot(), EwPostSignal(), and value.
EW_DEFINE_CLASS | ( | CoreCursorEvent | , |
CoreEvent | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
"Core::CursorEvent" | |||
) |
References aArg, EW_CLASS, and EW_CLASS_GCT.
EW_DEFINE_CLASS | ( | CoreCursorGrabEvent | , |
CoreEvent | , | ||
Target | , | ||
GlobalCurrentPos | , | ||
GlobalCurrentPos | , | ||
GlobalCurrentPos | , | ||
GlobalCurrentPos | , | ||
GlobalCurrentPos | , | ||
"Core::CursorGrabEvent" | |||
) |
References aArg, EW_CLASS, and EW_CLASS_GCT.
EW_DEFINE_CLASS | ( | CoreCursorHit | , |
XObject | , | ||
View | , | ||
Deviation | , | ||
Deviation | , | ||
Deviation | , | ||
Deviation | , | ||
Deviation | , | ||
"Core::CursorHit" | |||
) |
References aArg, EW_CLASS, EW_CLASS_GCT, and XObject__Init().
EW_DEFINE_CLASS | ( | CoreDialogContext | , |
XObject | , | ||
group | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
"Core::DialogContext" | |||
) |
References aArg, EW_CLASS, EW_CLASS_GCT, and XObject__Init().
EW_DEFINE_CLASS | ( | CoreDragEvent | , |
CoreEvent | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
"Core::DragEvent" | |||
) |
References aArg, CoreFormationNone, CoreViewStateAlphaBlended, CoreViewStateIsOutline, CoreViewStateVisible, EW_CLASS, and EW_CLASS_GCT.
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().
EW_DEFINE_CLASS | ( | CoreKeyEvent | , |
CoreEvent | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
"Core::KeyEvent" | |||
) |
References aArg, EW_CLASS, and EW_CLASS_GCT.
EW_DEFINE_CLASS | ( | CoreKeyPressHandler | , |
XObject | , | ||
next | , | ||
OnRelease | , | ||
pressCounter | , | ||
pressCounter | , | ||
pressCounter | , | ||
pressCounter | , | ||
"Core::KeyPressHandler" | |||
) |
References aArg, CoreCursorHit(), EW_CLASS, EW_CLASS_GCT, and XObject__Init().
EW_DEFINE_CLASS | ( | CoreLayoutContext | , |
XObject | , | ||
outline | , | ||
extent | , | ||
extent | , | ||
extent | , | ||
extent | , | ||
extent | , | ||
"Core::LayoutContext" | |||
) |
References aArg, EW_CLASS, and EW_CLASS_GCT.
EW_DEFINE_CLASS | ( | CoreLayoutQuadContext | , |
CoreLayoutContext | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
"Core::LayoutQuadContext" | |||
) |
References aArg, EW_CLASS, EW_CLASS_GCT, and XObject__Init().
EW_DEFINE_CLASS | ( | CoreModalContext | , |
XObject | , | ||
group | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
"Core::ModalContext" | |||
) |
References aArg, EW_CLASS, EW_CLASS_GCT, and XObject__Init().
EW_DEFINE_CLASS | ( | CoreOutline | , |
CoreRectView | , | ||
scrollEffect | , | ||
onDoneScroll | , | ||
ScrollOffset | , | ||
ScrollOffset | , | ||
ScrollOffset | , | ||
ScrollOffset | , | ||
"Core::Outline" | |||
) |
EW_DEFINE_CLASS | ( | CoreQuadView | , |
CoreView | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
"Core::QuadView" | |||
) |
References aArg, CoreView__Init(), EW_CLASS, and EW_CLASS_GCT.
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.
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().
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().
EW_DEFINE_CLASS | ( | CoreSystemEvent | , |
XObject | , | ||
context | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
"Core::SystemEvent" | |||
) |
References aArg, EW_CLASS, EW_CLASS_GCT, and XObject__Init().
EW_DEFINE_CLASS | ( | CoreSystemEventHandler | , |
XObject | , | ||
Context | , | ||
OnEvent | , | ||
Enabled | , | ||
Enabled | , | ||
Enabled | , | ||
Enabled | , | ||
"Core::SystemEventHandler" | |||
) |
References aArg, EW_CLASS, EW_CLASS_GCT, and XObject__Init().
EW_DEFINE_CLASS | ( | CoreSystemEventTask | , |
CoreTask | , | ||
context | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
"Core::SystemEventTask" | |||
) |
References EW_UNUSED_ARG.
EW_DEFINE_CLASS | ( | CoreTaskQueue | , |
XObject | , | ||
toContinue | , | ||
OnDone | , | ||
isInOnStart | , | ||
isInOnStart | , | ||
isInOnStart | , | ||
isInOnStart | , | ||
"Core::TaskQueue" | |||
) |
References aArg, EW_CLASS, EW_CLASS_GCT, and XObject__Init().
EW_DEFINE_CLASS | ( | CoreTimer | , |
XObject | , | ||
OnTrigger | , | ||
OnTrigger | , | ||
timer | , | ||
timer | , | ||
timer | , | ||
timer | , | ||
"Core::Timer" | |||
) |
References aArg, EW_CLASS, EW_CLASS_GCT, and XObject__Init().
EW_DEFINE_CLASS | ( | CoreView | , |
XObject | , | ||
next | , | ||
viewState | , | ||
viewState | , | ||
viewState | , | ||
viewState | , | ||
viewState | , | ||
"Core::View" | |||
) |
References aArg, CoreView__Init(), EW_CLASS, and EW_CLASS_GCT.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
CoreTask_Complete |
CoreTask_OnCancel |
CoreTask_OnComplete |
CoreTask_OnStart |
const char* EwApplicationTitle = "" |
const XPoint EwScreenSize = { 800, 480 } |