WebRadioApp  0.1
Views.h
Go to the documentation of this file.
1 /*******************************************************************************
2 *
3 * E M B E D D E D W I Z A R D P R O J E C T
4 *
5 * Copyright (c) TARA Systems GmbH
6 * written by Paul Banach and Manfred Schweyer
7 *
8 ********************************************************************************
9 *
10 * This file was generated automatically by Embedded Wizard Studio.
11 *
12 * Please do not make any modifications of this file! The modifications are lost
13 * when the file is generated again by Embedded Wizard Studio!
14 *
15 * The template of this heading text can be found in the file 'head.ewt' in the
16 * directory 'Platforms' of your Embedded Wizard installation directory. If you
17 * wish to adapt this text, please copy the template file 'head.ewt' into your
18 * project directory and edit the copy only. Please avoid any modifications of
19 * the original template file!
20 *
21 * Version : 10.00
22 * Profile : STM32H747
23 * Platform : STM.STM32.RGB565
24 *
25 *******************************************************************************/
26 
27 #ifndef Views_H
28 #define Views_H
29 
30 #ifdef __cplusplus
31  extern "C"
32  {
33 #endif
34 
35 #include "ewrte.h"
36 #if EW_RTE_VERSION != 0x000A0000
37  #error Wrong version of Embedded Wizard Runtime Environment.
38 #endif
39 
40 #include "ewgfx.h"
41 #if EW_GFX_VERSION != 0x000A0000
42  #error Wrong version of Embedded Wizard Graphics Engine.
43 #endif
44 
45 #include "_ViewsFillPath.h"
46 #include "_ViewsFrame.h"
47 #include "_ViewsImage.h"
48 #include "_ViewsRectangle.h"
49 #include "_ViewsStrokePath.h"
50 #include "_ViewsText.h"
51 #include "_ViewsWarpImage.h"
52 #include "_ViewsWarpView.h"
53 
54 /* The definition Views::ImageAlignment determines the set of constraints to apply
55  on a bitmap if its size differ from the size of the view where the bitmap is
56  shown. Depending on the active constraints a bitmap can be aligned or stretched
57  within the view's area. */
58 typedef enum
59 {
66  ViewsImageAlignmentScaleToFill = 0x00000040,
67  ViewsImageAlignmentScaleToFit = 0x00000080,
70 
71 /* The definition Views::TextAlignment determines the set of constraints to apply
72  on text rows and blocks if their size differ from the size of the view where
73  the text is shown. Depending on the active constraints the text rows can be aligned
74  horizontally and text blocks vertically. */
75 typedef enum
76 {
86 
87 /* The definition Views::Orientation determines the possible options to control
88  the orientation of the content displayed in the Views::Image, Views::Group and
89  Views::Text views. Depending on the selected option the view displays the content
90  rotated. */
91 typedef enum
92 {
98 
99 #ifdef __cplusplus
100  }
101 #endif
102 
103 #endif /* Views_H */
104 
105 /* Embedded Wizard */
ViewsFrame__Done
void ViewsFrame__Done(ViewsFrame _this)
Definition: Views.c:240
ViewsImage_GetContentArea
XRect ViewsImage_GetContentArea(ViewsImage _this)
Definition: Views.c:950
GraphicsWarpMatrix_DeriveFromQuad
GraphicsWarpMatrix GraphicsWarpMatrix_DeriveFromQuad(GraphicsWarpMatrix _this, XFloat aX1, XFloat aY1, XFloat aX2, XFloat aY2, XFloat aX3, XFloat aY3, XFloat aX4, XFloat aY4)
Definition: Graphics.c:982
ResourcesFont_GetFlowTextAdvance
XInt32 ResourcesFont_GetFlowTextAdvance(ResourcesFont _this, XString aFlowString)
Definition: Resources.c:280
EwGetStringLength
XInt32 EwGetStringLength(XString aString)
CoreQuadView_OnSetPoint3
void CoreQuadView_OnSetPoint3(CoreQuadView _this, XPoint value)
Definition: Core.c:995
CoreView_Draw
void CoreView_Draw(CoreView _this, GraphicsCanvas aCanvas, XRect aClip, XPoint aOffset, XInt32 aOpacity, XBool aBlend)
Definition: Core.c:284
ViewsStrokePath_OnSetWidth
void ViewsStrokePath_OnSetWidth(ViewsStrokePath _this, XFloat value)
Definition: Views.c:3371
EW_CLASS_GCT
#define EW_CLASS_GCT(aClass)
Definition: ewrte.h:923
Core.h
ViewsFillPath_OnSetOffset
void ViewsFillPath_OnSetOffset(ViewsFillPath _this, XPoint value)
Definition: Views.c:2977
ViewsFrame_observerSlot
void ViewsFrame_observerSlot(ViewsFrame _this, XObject sender)
Definition: Views.c:406
GraphicsPathCapSquare
@ GraphicsPathCapSquare
Definition: Graphics.h:86
ViewsStrokePath_Draw
void ViewsStrokePath_Draw(ViewsStrokePath _this, GraphicsCanvas aCanvas, XRect aClip, XPoint aOffset, XInt32 aOpacity, XBool aBlend)
Definition: Views.c:3121
EwGetBitmapFromStrokePath
XBitmap * EwGetBitmapFromStrokePath(XPoint aSize, XPath *aPath, XBool aFlipY, XPoint aOffset, XFloat aWidth, XUInt32 aStyle, XFloat aMiterLimit, XBool aAntialiased)
EwSetRectSize
XRect EwSetRectSize(XRect aRect, XPoint aSize)
ViewsFillPath_OnSetBounds
void ViewsFillPath_OnSetBounds(ViewsFillPath _this, XRect value)
Definition: Views.c:2895
EwIsRectEmpty
XBool EwIsRectEmpty(XRect aRect)
ViewsFillPath_Draw
void ViewsFillPath_Draw(ViewsFillPath _this, GraphicsCanvas aCanvas, XRect aClip, XPoint aOffset, XInt32 aOpacity, XBool aBlend)
Definition: Views.c:2844
XUInt8
unsigned char XUInt8
Definition: ewrte.h:1588
CoreQuadView_OnSetPoint2
void CoreQuadView_OnSetPoint2(CoreQuadView _this, XPoint value)
Definition: Core.c:1029
_Const0003
static const XStringRes _Const0003
Definition: Views.c:62
ViewsWarpView__ReInit
void ViewsWarpView__ReInit(ViewsWarpView _this)
Definition: Views.c:2106
ewrte.h
_ViewsFrame.h
Effects.h
ViewsText_OnSetString
void ViewsText_OnSetString(ViewsText _this, XString value)
Definition: Views.c:1833
ViewsFrame_OnSetVisible
void ViewsFrame_OnSetVisible(ViewsFrame _this, XBool value)
Definition: Views.c:574
_ResourcesBitmap.h
EwGetRectH
XInt32 EwGetRectH(XRect aRect)
ViewsWarpView__Done
void ViewsWarpView__Done(ViewsWarpView _this)
Definition: Views.c:2113
EwNewRect2Point
XRect EwNewRect2Point(XPoint aPoint1, XPoint aPoint2)
GraphicsEdgesInterior
@ GraphicsEdgesInterior
Definition: Graphics.h:82
ViewsText_freeBidi
void ViewsText_freeBidi(ViewsText _this, XHandle aBidi)
Definition: Views.c:1352
EwNewObject
#define EwNewObject(aClass, aArg)
Definition: ewrte.h:1142
ViewsText_Done
void ViewsText_Done(ViewsText _this)
Definition: Views.c:1123
_CoreTimer.h
CoreView_GetRoot
CoreView_GetRoot
Definition: Application.c:2582
_StringsDefault0
static const unsigned int _StringsDefault0[]
Definition: Views.c:50
ViewsImageAlignment
ViewsImageAlignment
Definition: Views.h:58
_ResourcesFont.h
ViewsImageAlignmentScaleToFit
@ ViewsImageAlignmentScaleToFit
Definition: Views.h:91
Views.h
GraphicsCanvas_FillPath
void GraphicsCanvas_FillPath(GraphicsCanvas _this, XRect aClip, GraphicsPath aPath, XRect aDstRect, XBool aFlipY, XPoint aOffset, XColor aColorTL, XColor aColorTR, XColor aColorBR, XColor aColorBL, XBool aBlend, XBool aAntialiased, XEnum aFillRule)
Definition: Graphics.c:717
EwSetRectH
XRect EwSetRectH(XRect aRect, XInt32 aH)
XColor
Definition: ewrte.h:1700
ViewsTextAlignmentAlignHorzAuto
@ ViewsTextAlignmentAlignHorzAuto
Definition: Views.h:84
ViewsText_OnSetBounds
void ViewsText_OnSetBounds(ViewsText _this, XRect value)
Definition: Views.c:1317
ViewsFrame_OnSetNoEdgesLimit
void ViewsFrame_OnSetNoEdgesLimit(ViewsFrame _this, XPoint value)
Definition: Views.c:583
GraphicsPathJoinBevel
@ GraphicsPathJoinBevel
Definition: Graphics.h:75
CoreQuadView_MoveView
void CoreQuadView_MoveView(CoreQuadView _this, XPoint aOffset, XBool aFastMove)
Definition: Core.c:863
ViewsImageAlignmentAlignHorzLeft
@ ViewsImageAlignmentAlignHorzLeft
Definition: Views.h:84
CoreRectView__OnSetBounds
void CoreRectView__OnSetBounds(void *_this, XRect value)
Definition: Core.c:1502
_CoreGroup.h
ViewsWarpImage_Draw
void ViewsWarpImage_Draw(ViewsWarpImage _this, GraphicsCanvas aCanvas, XRect aClip, XPoint aOffset, XInt32 aOpacity, XBool aBlend)
Definition: Views.c:2521
CoreRectView_OnSetBounds
void CoreRectView_OnSetBounds(CoreRectView _this, XRect value)
Definition: Core.c:1474
ViewsWarpView_OnSetPoint4
void ViewsWarpView_OnSetPoint4(ViewsWarpView _this, XPoint value)
Definition: Views.c:2123
ViewsWarpImage__ReInit
void ViewsWarpImage__ReInit(ViewsWarpImage _this)
Definition: Views.c:2480
XHandle
unsigned long XHandle
Definition: ewrte.h:291
ViewsWarpImage_OnSetBitmap
void ViewsWarpImage_OnSetBitmap(ViewsWarpImage _this, ResourcesBitmap value)
Definition: Views.c:2731
GraphicsWarpMatrix_CalculateZ
XBool GraphicsWarpMatrix_CalculateZ(GraphicsWarpMatrix _this, XFloat aX, XFloat aY)
Definition: Graphics.c:850
GraphicsEdgesRight
@ GraphicsEdgesRight
Definition: Graphics.h:80
CoreQuadView_initLayoutContext
void CoreQuadView_initLayoutContext(CoreQuadView _this, XRect aBounds, CoreOutline aOutline)
Definition: Core.c:576
EwCompString
int EwCompString(XString aString1, XString aString2)
ViewsStrokePath_OnSetColor
void ViewsStrokePath_OnSetColor(ViewsStrokePath _this, XColor value)
Definition: Views.c:3290
EwPostSignal
void EwPostSignal(XSlot aSlot, XObject aSender)
EwCompColor
int EwCompColor(XColor aColor1, XColor aColor2)
ViewsImage_timerSlot
void ViewsImage_timerSlot(ViewsImage _this, XObject sender)
Definition: Views.c:784
ViewsImage_OnSetFrameNumber
void ViewsImage_OnSetFrameNumber(ViewsImage _this, XInt32 value)
Definition: Views.c:894
EwSetRectX
XRect EwSetRectX(XRect aRect, XInt32 aX)
EwCompPoint
int EwCompPoint(XPoint aPoint1, XPoint aPoint2)
_ViewsWarpImage.h
GraphicsPathJoinMiter
@ GraphicsPathJoinMiter
Definition: Graphics.h:76
CoreGroup__InvalidateArea
void CoreGroup__InvalidateArea(void *_this, XRect aArea)
Definition: Core.c:3105
XPoint::Y
XInt32 Y
Definition: ewrte.h:1632
CoreViewStateVisible
@ CoreViewStateVisible
Definition: Core.h:91
ViewsFillPath__ReInit
void ViewsFillPath__ReInit(ViewsFillPath _this)
Definition: Views.c:2800
CoreView_ChangeViewState
void CoreView_ChangeViewState(CoreView _this, XSet aSetState, XSet aClearState)
Definition: Core.c:472
ViewsImage__ReInit
void ViewsImage__ReInit(ViewsImage _this)
Definition: Views.c:647
_Const0002
static const XRect _Const0002
Definition: Views.c:61
ViewsImage_observerSlot
void ViewsImage_observerSlot(ViewsImage _this, XObject sender)
Definition: Views.c:768
GraphicsWarpMatrix_Assign
GraphicsWarpMatrix GraphicsWarpMatrix_Assign(GraphicsWarpMatrix _this, GraphicsWarpMatrix aMatrix)
Definition: Graphics.c:1019
XPath
Definition: ewgfx.h:739
ViewsImageAlignmentScaleToFill
@ ViewsImageAlignmentScaleToFill
Definition: Views.h:90
EwMovePointPos
XPoint EwMovePointPos(XPoint aPoint, XPoint aOffset)
ViewsStrokePath__ReInit
void ViewsStrokePath__ReInit(ViewsStrokePath _this)
Definition: Views.c:3077
EwSetRectY
XRect EwSetRectY(XRect aRect, XInt32 aY)
ViewsStrokePath_updatePath
void ViewsStrokePath_updatePath(ViewsStrokePath _this, XObject sender)
Definition: Views.c:3276
ewgfx.h
aArg
XRect CoreOutline aOutline XHandle aArg
Definition: _ApplicationApplication.h:151
EwThrow
void EwThrow(const XChar *aMessage)
_obj_XObject
Definition: ewrte.h:281
XChar
unsigned short XChar
Definition: ewrte.h:1596
ViewsFillPath_updatePath
void ViewsFillPath_updatePath(ViewsFillPath _this, XObject sender)
Definition: Views.c:2946
EwGetBitmapFromFillPath
XBitmap * EwGetBitmapFromFillPath(XPoint aSize, XPath *aPath, XBool aFlipY, XPoint aOffset, XBool aAntialiased, XBool aNonZeroWinding)
ViewsImageAlignmentAlignVertTop
@ ViewsImageAlignmentAlignVertTop
Definition: Views.h:87
EwStringMiddle
XString EwStringMiddle(XString aString, XInt32 aIndex, XInt32 aCount)
ViewsWarpView_Warp3D
void ViewsWarpView_Warp3D(ViewsWarpView _this, XPoint aDstPos, GraphicsWarpMatrix aMatrix)
Definition: Views.c:2364
GraphicsPathCapTriangle
@ GraphicsPathCapTriangle
Definition: Graphics.h:88
ResourcesBitmap__Update
void ResourcesBitmap__Update(void *_this)
Definition: Resources.c:176
EwMathSqrt
XFloat EwMathSqrt(XFloat aValue)
Definition: ewextrte.c:674
GraphicsCanvas_DetachBitmap
GraphicsCanvas GraphicsCanvas_DetachBitmap(GraphicsCanvas _this)
Definition: Graphics.c:199
EwGetRectSize
XPoint EwGetRectSize(XRect aRect)
ViewsFillPath_OnSetPath
void ViewsFillPath_OnSetPath(ViewsFillPath _this, GraphicsPath value)
Definition: Views.c:3009
ViewsImageAlignmentAlignVertBottom
@ ViewsImageAlignmentAlignVertBottom
Definition: Views.h:89
XColor::Alpha
XUInt8 Alpha
Definition: ewrte.h:1719
CoreView_CursorHitTest
CoreCursorHit CoreView_CursorHitTest(CoreView _this, XRect aArea, XInt32 aFinger, XInt32 aStrikeCount, CoreView aDedicatedView, XSet aRetargetReason)
Definition: Core.c:364
ViewsStrokePath_OnSetEndCap
void ViewsStrokePath_OnSetEndCap(ViewsStrokePath _this, XEnum value)
Definition: Views.c:3339
GraphicsWarpMatrix_Project
XBool GraphicsWarpMatrix_Project(GraphicsWarpMatrix _this, XFloat aX, XFloat aY)
Definition: Graphics.c:864
_GraphicsPath.h
EwNewRect
XRect EwNewRect(XInt32 aX1, XInt32 aY1, XInt32 aX2, XInt32 aY2)
ViewsText_OnSetEllipsis
void ViewsText_OnSetEllipsis(ViewsText _this, XBool value)
Definition: Views.c:1744
XInt32
signed long XInt32
Definition: ewrte.h:1586
value
XRect CoreOutline aOutline XPoint value
Definition: _ViewsWarpView.h:137
ViewsFrame_timerSlot
void ViewsFrame_timerSlot(ViewsFrame _this, XObject sender)
Definition: Views.c:417
_ViewsFillPath.h
ViewsWarpImage__Done
void ViewsWarpImage__Done(ViewsWarpImage _this)
Definition: Views.c:2487
ewlocale.h
ViewsStrokePath_OnSetQuality
void ViewsStrokePath_OnSetQuality(ViewsStrokePath _this, XBool value)
Definition: Views.c:3307
EwMathPow
XFloat EwMathPow(XFloat aA, XFloat aB)
Definition: ewextrte.c:695
_GraphicsCanvas.h
EwConcatString
XString EwConcatString(XString aString1, XString aString2)
EwDetachObjObserver
int EwDetachObjObserver(XSlot aSlot, XObject aObject, XUInt32 aId)
ViewsTextAlignmentAlignHorzRight
@ ViewsTextAlignmentAlignHorzRight
Definition: Views.h:79
EwIntersectRect2
XRect EwIntersectRect2(XRect aRect1, XRect aRect2)
XBool
char XBool
Definition: ewrte.h:1592
XEnum
unsigned long XEnum
Definition: ewrte.h:1593
ViewsTextAlignmentAlignHorzLeft
@ ViewsTextAlignmentAlignHorzLeft
Definition: Views.h:77
EwConcatCharString
XString EwConcatCharString(XChar aChar, XString aString)
EwAttachObjObserver
int EwAttachObjObserver(XSlot aSlot, XObject aObject, XUInt32 aId)
XRect
Definition: ewrte.h:1639
ResourcesFont_ParseFlowString
XString ResourcesFont_ParseFlowString(ResourcesFont _this, XString aString, XInt32 aOffset, XInt32 aWidth, XInt32 aMaxNoOfRows, XHandle aBidi)
Definition: Resources.c:295
GraphicsCanvas_FillRectangle
void GraphicsCanvas_FillRectangle(GraphicsCanvas _this, XRect aClip, XRect aDstRect, XColor aColorTL, XColor aColorTR, XColor aColorBR, XColor aColorBL, XBool aBlend)
Definition: Graphics.c:754
GraphicsCanvas_WarpBitmap
void GraphicsCanvas_WarpBitmap(GraphicsCanvas _this, XRect aClip, ResourcesBitmap aBitmap, XInt32 aFrameNr, XFloat aDstX1, XFloat aDstY1, XFloat aDstW1, XFloat aDstX2, XFloat aDstY2, XFloat aDstW2, XFloat aDstX3, XFloat aDstY3, XFloat aDstW3, XFloat aDstX4, XFloat aDstY4, XFloat aDstW4, XRect aSrcRect, XColor aColor1, XColor aColor2, XColor aColor3, XColor aColor4, XBool aBlend, XBool aFilter)
Definition: Graphics.c:517
EwNewSlot
XSlot EwNewSlot(void *aObject, XSlotProc aSlotProc)
GraphicsFillRuleEvenOdd
@ GraphicsFillRuleEvenOdd
Definition: Graphics.h:66
GraphicsCanvas_AttachBitmap
GraphicsCanvas GraphicsCanvas_AttachBitmap(GraphicsCanvas _this, XHandle aBitmap)
Definition: Graphics.c:226
EwPrint
void EwPrint(const char *aFormat,...)
CoreQuadView_ArrangeView
XPoint CoreQuadView_ArrangeView(CoreQuadView _this, XRect aBounds, XEnum aFormation)
Definition: Core.c:608
GraphicsEdgesLeft
@ GraphicsEdgesLeft
Definition: Graphics.h:78
EwShareString
XString EwShareString(XString aString)
ViewsWarpView_OnSetSourceAnchor
void ViewsWarpView_OnSetSourceAnchor(ViewsWarpView _this, XPoint value)
Definition: Views.c:2338
ViewsWarpImage_OnSetColor
void ViewsWarpImage_OnSetColor(ViewsWarpImage _this, XColor value)
Definition: Views.c:2695
ViewsFrame_OnSetAnimated
void ViewsFrame_OnSetAnimated(ViewsFrame _this, XBool value)
Definition: Views.c:485
EwLoadString
XString EwLoadString(const XStringRes *aStringConst)
ViewsStrokePath_OnSetPath
void ViewsStrokePath_OnSetPath(ViewsStrokePath _this, GraphicsPath value)
Definition: Views.c:3390
EwBidiIsNeeded
XBool EwBidiIsNeeded(XHandle aBidi)
CoreRectView_initLayoutContext
CoreRectView_initLayoutContext
Definition: Application.c:2581
ViewsRectangle__ReInit
void ViewsRectangle__ReInit(ViewsRectangle _this)
Definition: Views.c:106
ViewsWarpView_OnSetPoint3
void ViewsWarpView_OnSetPoint3(ViewsWarpView _this, XPoint value)
Definition: Views.c:2138
ResourcesFont_GetTextAdvance
XInt32 ResourcesFont_GetTextAdvance(ResourcesFont _this, XString aString, XInt32 aOffset, XInt32 aCount)
Definition: Resources.c:321
ViewsWarpImage_OnSetAnimated
void ViewsWarpImage_OnSetAnimated(ViewsWarpImage _this, XBool value)
Definition: Views.c:2666
XSet
unsigned long XSet
Definition: ewrte.h:1594
_GraphicsWarpMatrix.h
CoreViewStateUpdatingLayout
@ CoreViewStateUpdatingLayout
Definition: Core.h:104
ViewsText_reparseSlot
void ViewsText_reparseSlot(ViewsText _this, XObject sender)
Definition: Views.c:1395
_Const0004
static const XStringRes _Const0004
Definition: Views.c:63
GraphicsPathJoinRound
@ GraphicsPathJoinRound
Definition: Graphics.h:77
GraphicsEdgesBottom
@ GraphicsEdgesBottom
Definition: Graphics.h:81
ViewsText__Done
void ViewsText__Done(ViewsText _this)
Definition: Views.c:1110
aOpacity
XRect CoreOutline aOutline GraphicsCanvas XRect XPoint XInt32 aOpacity
Definition: _CoreOutline.h:172
EW_DEFINE_CLASS
EW_DEFINE_CLASS(ViewsRectangle, CoreRectView, _None, _None, _None, _None, _None, _None, "Views::Rectangle")
Definition: Views.c:194
EwBidiIsRTL
XBool EwBidiIsRTL(XHandle aBidi)
ViewsText_OnSetEnableBidiText
void ViewsText_OnSetEnableBidiText(ViewsText _this, XBool value)
Definition: Views.c:1731
EW_END_OF_CLASS
#define EW_END_OF_CLASS(aClass)
Definition: ewrte.h:608
ViewsWarpView_OnSetPoint2
void ViewsWarpView_OnSetPoint2(ViewsWarpView _this, XPoint value)
Definition: Views.c:2153
EwFreeBitmap
void EwFreeBitmap(XBitmap *aBitmap)
_ViewsRectangle.h
CoreRectView__Done
void CoreRectView__Done(CoreRectView _this)
Definition: Core.c:1195
CoreQuadView_OnSetPoint1
void CoreQuadView_OnSetPoint1(CoreQuadView _this, XPoint value)
Definition: Core.c:1063
_Const0000
static const XColor _Const0000
Definition: Views.c:59
EwMoveRectNeg
XRect EwMoveRectNeg(XRect aRect, XPoint aOffset)
ViewsOrientation
ViewsOrientation
Definition: Views.h:91
ViewsWarpView_update
void ViewsWarpView_update(ViewsWarpView _this, XObject sender)
Definition: Views.c:2256
CoreView_HandleEvent
CoreView_HandleEvent
Definition: Application.c:2584
ViewsStrokePath_OnSetJoinPoints
void ViewsStrokePath_OnSetJoinPoints(ViewsStrokePath _this, XEnum value)
Definition: Views.c:3323
CoreQuadView_GetExtent
XRect CoreQuadView_GetExtent(CoreQuadView _this)
Definition: Core.c:884
ViewsText_OnSetWrapText
void ViewsText_OnSetWrapText(ViewsText _this, XBool value)
Definition: Views.c:1789
EW_CLASS
#define EW_CLASS(aClass)
Definition: ewrte.h:921
ViewsImageAlignmentAlignHorzCenter
@ ViewsImageAlignmentAlignHorzCenter
Definition: Views.h:85
ViewsTextAlignment
ViewsTextAlignment
Definition: Views.h:75
EwMovePointNeg
XPoint EwMovePointNeg(XPoint aPoint, XPoint aOffset)
CoreQuadView__ReInit
void CoreQuadView__ReInit(CoreQuadView _this)
Definition: Core.c:559
XFloat
float XFloat
Definition: ewrte.h:1595
EwFreeBidi
void EwFreeBidi(XHandle aBidi)
ViewsStrokePath__Done
void ViewsStrokePath__Done(ViewsStrokePath _this)
Definition: Views.c:3084
_Const0001
static const XPoint _Const0001
Definition: Views.c:60
Graphics.h
XStringRes
Definition: ewrte.h:1679
ViewsOrientationRotated_270
@ ViewsOrientationRotated_270
Definition: Views.h:96
CoreView__ChangeViewState
void CoreView__ChangeViewState(void *_this, XSet aSetState, XSet aClearState)
Definition: Core.c:520
EwCheckIndex
#define EwCheckIndex(aIndex, aRange)
Definition: Views.c:80
GraphicsCanvas_CopyBitmap
void GraphicsCanvas_CopyBitmap(GraphicsCanvas _this, XRect aClip, ResourcesBitmap aBitmap, XInt32 aFrameNr, XRect aDstRect, XPoint aSrcPos, XColor aColorTL, XColor aColorTR, XColor aColorBR, XColor aColorBL, XBool aBlend)
Definition: Graphics.c:671
ViewsRectangle__Done
void ViewsRectangle__Done(ViewsRectangle _this)
Definition: Views.c:113
ViewsText_createBidi
XHandle ViewsText_createBidi(ViewsText _this, XInt32 aSize)
Definition: Views.c:1364
ViewsTextAlignmentAlignHorzJustified
@ ViewsTextAlignmentAlignHorzJustified
Definition: Views.h:83
ViewsText_IsBidiText
XBool ViewsText_IsBidiText(ViewsText _this)
Definition: Views.c:1918
ViewsTextAlignmentAlignHorzCenter
@ ViewsTextAlignmentAlignHorzCenter
Definition: Views.h:78
_None
#define _None
Definition: ewrte.h:613
aClip
XRect CoreOutline aOutline GraphicsCanvas XRect aClip
Definition: _CoreOutline.h:171
EwPanic
void EwPanic(void)
Definition: ewextrte.c:173
ViewsFrame_OnSetFrameNumber
void ViewsFrame_OnSetFrameNumber(ViewsFrame _this, XInt32 value)
Definition: Views.c:527
ViewsTextAlignmentAlignVertBottom
@ ViewsTextAlignmentAlignVertBottom
Definition: Views.h:82
CoreQuadView_OnSetPoint4
void CoreQuadView_OnSetPoint4(CoreQuadView _this, XPoint value)
Definition: Core.c:961
ViewsImage_OnSetAnimated
void ViewsImage_OnSetAnimated(ViewsImage _this, XBool value)
Definition: Views.c:852
ViewsRectangle__Init
void ViewsRectangle__Init(ViewsRectangle _this, XObject aLink, XHandle aArg)
Definition: Views.c:87
EW_DEFINE_CLASS_VARIANTS
#define EW_DEFINE_CLASS_VARIANTS(aClass)
Definition: ewrte.h:814
sender
XRect CoreOutline aOutline XObject sender
Definition: _ApplicationRadioInterface.h:186
XRect::Point1
XPoint Point1
Definition: ewrte.h:1657
GraphicsCanvas_ScaleBitmap
void GraphicsCanvas_ScaleBitmap(GraphicsCanvas _this, XRect aClip, ResourcesBitmap aBitmap, XInt32 aFrameNr, XRect aDstRect, XRect aSrcRect, XColor aColorTL, XColor aColorTR, XColor aColorBR, XColor aColorBL, XBool aBlend, XBool aFilter)
Definition: Graphics.c:614
ViewsOrientationRotated_90
@ ViewsOrientationRotated_90
Definition: Views.h:94
XPoint
Definition: ewrte.h:1616
ViewsText_OnSetAutoSize
void ViewsText_OnSetAutoSize(ViewsText _this, XBool value)
Definition: Views.c:1756
ViewsWarpView_OnSetPoint1
void ViewsWarpView_OnSetPoint1(ViewsWarpView _this, XPoint value)
Definition: Views.c:2168
EwMoveRectPos
XRect EwMoveRectPos(XRect aRect, XPoint aOffset)
ViewsRectangle_Draw
void ViewsRectangle_Draw(ViewsRectangle _this, GraphicsCanvas aCanvas, XRect aClip, XPoint aOffset, XInt32 aOpacity, XBool aBlend)
Definition: Views.c:147
aOffset
XRect CoreOutline aOutline GraphicsCanvas XRect XPoint aOffset
Definition: _CoreOutline.h:172
offset
volatile int offset
Definition: mp3player.cpp:51
XPoint::X
XInt32 X
Definition: ewrte.h:1631
ViewsImageAlignmentAlignHorzRight
@ ViewsImageAlignmentAlignHorzRight
Definition: Views.h:86
EW_END_OF_CLASS_VARIANTS
#define EW_END_OF_CLASS_VARIANTS(aClass)
Definition: ewrte.h:816
ViewsFillPath_Done
void ViewsFillPath_Done(ViewsFillPath _this)
Definition: Views.c:2905
EwGetAutoObject
XObject EwGetAutoObject(const XVariant *aAutoObject, const void *aClass)
ViewsFrame_Draw
void ViewsFrame_Draw(ViewsFrame _this, GraphicsCanvas aCanvas, XRect aClip, XPoint aOffset, XInt32 aOpacity, XBool aBlend)
Definition: Views.c:274
ViewsImage_OnSetBitmap
void ViewsImage_OnSetBitmap(ViewsImage _this, ResourcesBitmap value)
Definition: Views.c:913
ViewsWarpImage_observerSlot
void ViewsWarpImage_observerSlot(ViewsWarpImage _this, XObject sender)
Definition: Views.c:2587
EwCompRect
int EwCompRect(XRect aRect1, XRect aRect2)
ViewsText_OnSetColor
void ViewsText_OnSetColor(ViewsText _this, XColor value)
Definition: Views.c:1857
res
FRESULT res
Definition: main.cpp:36
ViewsText_OnSetFont
void ViewsText_OnSetFont(ViewsText _this, ResourcesFont value)
Definition: Views.c:1845
ViewsText__ReInit
void ViewsText__ReInit(ViewsText _this)
Definition: Views.c:1103
XUInt32
unsigned long XUInt32
Definition: ewrte.h:1590
ViewsText_OnGetOpacity
XInt32 ViewsText_OnGetOpacity(ViewsText _this)
Definition: Views.c:2063
ViewsImage_OnSetAlignment
void ViewsImage_OnSetAlignment(ViewsImage _this, XSet value)
Definition: Views.c:881
ViewsFrame_OnSetColor
void ViewsFrame_OnSetColor(ViewsFrame _this, XColor value)
Definition: Views.c:468
GraphicsPathCapRound
@ GraphicsPathCapRound
Definition: Graphics.h:87
ViewsImage__Done
void ViewsImage__Done(ViewsImage _this)
Definition: Views.c:654
EwNewPoint
XPoint EwNewPoint(XInt32 aX, XInt32 aY)
_ViewsImage.h
ViewsFillPath_OnSetColor
void ViewsFillPath_OnSetColor(ViewsFillPath _this, XColor value)
Definition: Views.c:2960
ViewsText_GetContentArea
XRect ViewsText_GetContentArea(ViewsText _this)
Definition: Views.c:1940
GraphicsCanvas_DrawBitmapFrame
void GraphicsCanvas_DrawBitmapFrame(GraphicsCanvas _this, XRect aClip, ResourcesBitmap aBitmap, XInt32 aFrameNr, XRect aDstRect, XSet aEdges, XColor aColorTL, XColor aColorTR, XColor aColorBR, XColor aColorBL, XBool aBlend)
Definition: Graphics.c:354
ViewsTextAlignmentAlignVertCenter
@ ViewsTextAlignmentAlignVertCenter
Definition: Views.h:81
ViewsFillPath_OnSetFillRule
void ViewsFillPath_OnSetFillRule(ViewsFillPath _this, XEnum value)
Definition: Views.c:2993
ViewsFillPath_updateBuffer
void ViewsFillPath_updateBuffer(ViewsFillPath _this, XObject sender)
Definition: Views.c:2924
XRect::Point2
XPoint Point2
Definition: ewrte.h:1658
ViewsStrokePath_OnSetStartCap
void ViewsStrokePath_OnSetStartCap(ViewsStrokePath _this, XEnum value)
Definition: Views.c:3355
EwGetRectW
XInt32 EwGetRectW(XRect aRect)
ViewsText_preOnUpdateSlot
void ViewsText_preOnUpdateSlot(ViewsText _this, XObject sender)
Definition: Views.c:1377
aCanvas
XRect CoreOutline aOutline GraphicsCanvas aCanvas
Definition: _CoreOutline.h:171
_ViewsStrokePath.h
XString
XChar * XString
Definition: ewrte.h:1656
ViewsOrientationNormal
@ ViewsOrientationNormal
Definition: Views.h:93
EW_UNUSED_ARG
#define EW_UNUSED_ARG(aArg)
Definition: ewrte.h:966
ViewsFillPath_destroyBuffer
void ViewsFillPath_destroyBuffer(ViewsFillPath _this)
Definition: Views.c:2911
ViewsImage_OnSetColor
void ViewsImage_OnSetColor(ViewsImage _this, XColor value)
Definition: Views.c:835
ViewsStrokePath_Done
void ViewsStrokePath_Done(ViewsStrokePath _this)
Definition: Views.c:3182
ViewsWarpImage_timerSlot
void ViewsWarpImage_timerSlot(ViewsWarpImage _this, XObject sender)
Definition: Views.c:2615
ViewsFrame_OnSetBitmap
void ViewsFrame_OnSetBitmap(ViewsFrame _this, ResourcesBitmap value)
Definition: Views.c:546
ViewsText_OnSetAlignment
void ViewsText_OnSetAlignment(ViewsText _this, XSet value)
Definition: Views.c:1810
_EffectsEffectTimerClass.h
_ViewsText.h
ViewsImageAlignmentStretchToFill
@ ViewsImageAlignmentStretchToFill
Definition: Views.h:92
ViewsOrientationRotated_180
@ ViewsOrientationRotated_180
Definition: Views.h:95
ViewsStrokePath_OnSetBounds
void ViewsStrokePath_OnSetBounds(ViewsStrokePath _this, XRect value)
Definition: Views.c:3172
_ViewsWarpView.h
ViewsWarpImage_OnSetFrameNumber
void ViewsWarpImage_OnSetFrameNumber(ViewsWarpImage _this, XInt32 value)
Definition: Views.c:2712
ViewsStrokePath_updateBuffer
void ViewsStrokePath_updateBuffer(ViewsStrokePath _this, XObject sender)
Definition: Views.c:3201
EwStringFindChar
XInt32 EwStringFindChar(XString aString, XChar aChar, XInt32 aStartIndex)
GraphicsCanvas_StrokePath
void GraphicsCanvas_StrokePath(GraphicsCanvas _this, XRect aClip, GraphicsPath aPath, XRect aDstRect, XBool aFlipY, XPoint aOffset, XFloat aWidth, XEnum aStartCapStyle, XEnum aEndCapStyle, XEnum aJoinStyle, XFloat aMiterLimit, XColor aColorTL, XColor aColorTR, XColor aColorBR, XColor aColorBL, XBool aBlend, XBool aAntialiased)
Definition: Graphics.c:420
CoreViewStateAlphaBlended
@ CoreViewStateAlphaBlended
Definition: Core.h:92
EwInflateRect
XRect EwInflateRect(XRect aRect, XPoint aDelta)
ViewsWarpView_calculateLight
void ViewsWarpView_calculateLight(ViewsWarpView _this)
Definition: Views.c:2183
ViewsFrame_OnSetEdges
void ViewsFrame_OnSetEdges(ViewsFrame _this, XSet value)
Definition: Views.c:514
EwGetStringChar
XChar EwGetStringChar(register XString aString, XInt32 aIndex)
ViewsFillPath__Done
void ViewsFillPath__Done(ViewsFillPath _this)
Definition: Views.c:2807
EwSetStringChar
XString EwSetStringChar(register XString aString, XInt32 aIndex, XChar aChar)
CoreQuadView__Done
void CoreQuadView__Done(CoreQuadView _this)
Definition: Core.c:566
ViewsImage_Draw
void ViewsImage_Draw(ViewsImage _this, GraphicsCanvas aCanvas, XRect aClip, XPoint aOffset, XInt32 aOpacity, XBool aBlend)
Definition: Views.c:688
aBlend
XRect CoreOutline aOutline GraphicsCanvas XRect XPoint XInt32 XBool aBlend
Definition: _CoreOutline.h:172
ViewsStrokePath_destroyBuffer
void ViewsStrokePath_destroyBuffer(ViewsStrokePath _this)
Definition: Views.c:3188
CoreRectView_ArrangeView
CoreRectView_ArrangeView
Definition: Application.c:2586
CoreViewStateFastReshape
@ CoreViewStateFastReshape
Definition: Core.h:99
ViewsText_Draw
void ViewsText_Draw(ViewsText _this, GraphicsCanvas aCanvas, XRect aClip, XPoint aOffset, XInt32 aOpacity, XBool aBlend)
Definition: Views.c:1157
GraphicsCanvas_DrawText
void GraphicsCanvas_DrawText(GraphicsCanvas _this, XRect aClip, ResourcesFont aFont, XString aString, XInt32 aOffset, XInt32 aCount, XRect aDstRect, XPoint aSrcPos, XInt32 aMinWidth, XEnum aOrientation, XColor aColorTL, XColor aColorTR, XColor aColorBR, XColor aColorBL, XBool aBlend)
Definition: Graphics.c:289
EwCreateBidi
XHandle EwCreateBidi(XInt32 aMaxSize)
ViewsTextAlignmentAlignVertTop
@ ViewsTextAlignmentAlignVertTop
Definition: Views.h:80
ViewsRectangle_OnSetColor
void ViewsRectangle_OnSetColor(ViewsRectangle _this, XColor value)
Definition: Views.c:173
CoreRectView_GetExtent
CoreRectView_GetExtent
Definition: Application.c:2588
GraphicsFillRuleNonZero
@ GraphicsFillRuleNonZero
Definition: Graphics.h:67
ViewsText_preReparseSlot
void ViewsText_preReparseSlot(ViewsText _this, XObject sender)
Definition: Views.c:1386
ViewsImageAlignmentAlignVertCenter
@ ViewsImageAlignmentAlignVertCenter
Definition: Views.h:88
XBitmap
Definition: ewgfx.h:344
ViewsFrame__ReInit
void ViewsFrame__ReInit(ViewsFrame _this)
Definition: Views.c:233
CoreRectView__ReInit
void CoreRectView__ReInit(CoreRectView _this)
Definition: Core.c:1188
ViewsText_IsBaseDirectionRTL
XBool ViewsText_IsBaseDirectionRTL(ViewsText _this)
Definition: Views.c:1896
GraphicsPathCapFlat
@ GraphicsPathCapFlat
Definition: Graphics.h:85
ViewsText_OnSetOpacity
void ViewsText_OnSetOpacity(ViewsText _this, XInt32 value)
Definition: Views.c:1874
EwSignal
void EwSignal(XSlot aSlot, XObject aSender)
CoreRectView_MoveView
CoreRectView_MoveView
Definition: Application.c:2587
EwSetRectW
XRect EwSetRectW(XRect aRect, XInt32 aW)
GraphicsEdgesTop
@ GraphicsEdgesTop
Definition: Graphics.h:79
CoreView__GetExtent
XRect CoreView__GetExtent(void *_this)
Definition: Core.c:455