|
| | EW_METHOD (initLayoutContext, void)(CoreView _this |
| |
| XRect CoreOutline aOutline | EW_METHOD (GetRoot, CoreRoot)(CoreView _this) EW_METHOD(Draw |
| |
| XRect CoreOutline aOutline | void (CoreView _this, GraphicsCanvas aCanvas, XRect aClip, XPoint aOffset, XInt32 aOpacity, XBool aBlend) EW_METHOD(HandleEvent |
| |
| XRect CoreOutline aOutline | XObject (CoreView _this, CoreEvent aEvent) EW_METHOD(CursorHitTest |
| |
| XRect CoreOutline aOutline | CoreCursorHit (CoreView _this, XRect aArea, XInt32 aFinger, XInt32 aStrikeCount, CoreView aDedicatedView, XSet aRetargetReason) EW_METHOD(ArrangeView |
| |
| XRect CoreOutline aOutline | XPoint (CoreView _this, XRect aBounds, XEnum aFormation) EW_METHOD(MoveView |
| |
| XRect CoreOutline aOutline | void (CoreView _this, XPoint aOffset, XBool aFastMove) EW_METHOD(GetExtent |
| |
| XRect CoreOutline aOutline | XRect (CoreView _this) EW_METHOD(ChangeViewState |
| |
| XRect CoreOutline aOutline | void (CoreView _this, XSet aSetState, XSet aClearState) void CoreView_initLayoutContext(CoreView _this |
| |
| 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) |
| |