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

Go to the source code of this file.

Macros

#define _ResourcesFont_
 
#define _ViewsText_
 

Functions

 EW_METHOD (initLayoutContext, void)(CoreRectView _this
 
XRect CoreOutline aOutline EW_METHOD (GetRoot, CoreRoot)(CoreView _this) EW_METHOD(Draw
 
XRect CoreOutline aOutline void (ViewsText _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 (CoreRectView _this, XRect aBounds, XEnum aFormation) EW_METHOD(MoveView
 
XRect CoreOutline aOutline void (CoreRectView _this, XPoint aOffset, XBool aFastMove) EW_METHOD(GetExtent
 
XRect CoreOutline aOutline XRect (CoreRectView _this) EW_METHOD(ChangeViewState
 
XRect CoreOutline aOutline void (CoreView _this, XSet aSetState, XSet aClearState) EW_METHOD(OnSetBounds
 
XRect CoreOutline aOutline void (ViewsText _this, XRect value) void ViewsText_Done(ViewsText _this)
 
void ViewsText_Draw (ViewsText _this, GraphicsCanvas aCanvas, XRect aClip, XPoint aOffset, XInt32 aOpacity, XBool aBlend)
 
void ViewsText_OnSetBounds (ViewsText _this, XRect value)
 
void ViewsText_freeBidi (ViewsText _this, XHandle aBidi)
 
XHandle ViewsText_createBidi (ViewsText _this, XInt32 aSize)
 
void ViewsText_preOnUpdateSlot (ViewsText _this, XObject sender)
 
void ViewsText_preReparseSlot (ViewsText _this, XObject sender)
 
void ViewsText_reparseSlot (ViewsText _this, XObject sender)
 
void ViewsText_OnSetEnableBidiText (ViewsText _this, XBool value)
 
void ViewsText_OnSetEllipsis (ViewsText _this, XBool value)
 
void ViewsText_OnSetAutoSize (ViewsText _this, XBool value)
 
void ViewsText_OnSetWrapText (ViewsText _this, XBool value)
 
void ViewsText_OnSetAlignment (ViewsText _this, XSet value)
 
void ViewsText_OnSetString (ViewsText _this, XString value)
 
void ViewsText_OnSetFont (ViewsText _this, ResourcesFont value)
 
void ViewsText_OnSetColor (ViewsText _this, XColor value)
 
void ViewsText_OnSetOpacity (ViewsText _this, XInt32 value)
 
XBool ViewsText_IsBaseDirectionRTL (ViewsText _this)
 
XBool ViewsText_IsBidiText (ViewsText _this)
 
XRect ViewsText_GetContentArea (ViewsText _this)
 
XInt32 ViewsText_OnGetOpacity (ViewsText _this)
 

Variables

XRect aBounds
 

Macro Definition Documentation

◆ _ResourcesFont_

#define _ResourcesFont_

◆ _ViewsText_

#define _ViewsText_

Function Documentation

◆ CoreCursorHit()

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

◆ EW_METHOD() [1/2]

XRect CoreOutline aOutline EW_METHOD ( GetRoot  ,
CoreRoot   
)

◆ EW_METHOD() [2/2]

EW_METHOD ( initLayoutContext  ,
void   
)

◆ ViewsText_createBidi()

XHandle ViewsText_createBidi ( ViewsText  _this,
XInt32  aSize 
)

References EW_UNUSED_ARG, and EwCreateBidi().

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

◆ ViewsText_Draw()

◆ ViewsText_freeBidi()

void ViewsText_freeBidi ( ViewsText  _this,
XHandle  aBidi 
)

References EW_UNUSED_ARG, and EwFreeBidi().

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

◆ ViewsText_GetContentArea()

◆ ViewsText_IsBaseDirectionRTL()

XBool ViewsText_IsBaseDirectionRTL ( ViewsText  _this)

References EwBidiIsRTL(), EwNewSlot(), EwSignal(), and ViewsText_reparseSlot().

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

◆ ViewsText_IsBidiText()

XBool ViewsText_IsBidiText ( ViewsText  _this)

References EwBidiIsNeeded(), EwNewSlot(), EwSignal(), and ViewsText_reparseSlot().

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

◆ ViewsText_OnGetOpacity()

XInt32 ViewsText_OnGetOpacity ( ViewsText  _this)
Here is the caller graph for this function:

◆ ViewsText_OnSetAlignment()

void ViewsText_OnSetAlignment ( ViewsText  _this,
XSet  value 
)

References CoreGroup__InvalidateArea(), CoreViewStateVisible, EwNewSlot(), EwPostSignal(), value, ViewsText_preOnUpdateSlot(), and ViewsText_preReparseSlot().

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

◆ ViewsText_OnSetAutoSize()

void ViewsText_OnSetAutoSize ( ViewsText  _this,
XBool  value 
)

References CoreRectView__OnSetBounds(), CoreViewStateUpdatingLayout, EwInflateRect(), EwMoveRectNeg(), EwNewPoint(), EwNewSlot(), EwPostSignal(), value, ViewsOrientationRotated_270, ViewsOrientationRotated_90, ViewsText_GetContentArea(), ViewsText_preReparseSlot(), XPoint::X, and XPoint::Y.

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

◆ ViewsText_OnSetBounds()

void ViewsText_OnSetBounds ( ViewsText  _this,
XRect  value 
)

References CoreRectView_OnSetBounds(), CoreViewStateUpdatingLayout, EwCompPoint(), EwCompRect(), EwGetRectH(), EwGetRectSize(), EwGetRectW(), EwNewSlot(), EwPostSignal(), value, ViewsOrientationNormal, ViewsOrientationRotated_180, ViewsText_preOnUpdateSlot(), and ViewsText_preReparseSlot().

Here is the call graph for this function:

◆ ViewsText_OnSetColor()

void ViewsText_OnSetColor ( ViewsText  _this,
XColor  value 
)

References CoreGroup__InvalidateArea(), CoreViewStateVisible, EwCompColor(), and value.

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

◆ ViewsText_OnSetEllipsis()

void ViewsText_OnSetEllipsis ( ViewsText  _this,
XBool  value 
)

References EwNewSlot(), EwPostSignal(), value, and ViewsText_preReparseSlot().

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

◆ ViewsText_OnSetEnableBidiText()

void ViewsText_OnSetEnableBidiText ( ViewsText  _this,
XBool  value 
)

References EwNewSlot(), EwPostSignal(), value, and ViewsText_preReparseSlot().

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

◆ ViewsText_OnSetFont()

void ViewsText_OnSetFont ( ViewsText  _this,
ResourcesFont  value 
)

References EwNewSlot(), EwPostSignal(), value, and ViewsText_preReparseSlot().

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

◆ ViewsText_OnSetOpacity()

void ViewsText_OnSetOpacity ( ViewsText  _this,
XInt32  value 
)

References CoreGroup__InvalidateArea(), CoreViewStateVisible, and value.

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

◆ ViewsText_OnSetString()

void ViewsText_OnSetString ( ViewsText  _this,
XString  value 
)

References EwCompString(), EwNewSlot(), EwPostSignal(), EwShareString(), value, and ViewsText_preReparseSlot().

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

◆ ViewsText_OnSetWrapText()

void ViewsText_OnSetWrapText ( ViewsText  _this,
XBool  value 
)

References CoreViewStateFastReshape, EwNewSlot(), EwPostSignal(), value, and ViewsText_preReparseSlot().

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

◆ ViewsText_preOnUpdateSlot()

void ViewsText_preOnUpdateSlot ( ViewsText  _this,
XObject  sender 
)

References EW_UNUSED_ARG, EwPostSignal(), and sender.

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

◆ ViewsText_preReparseSlot()

void ViewsText_preReparseSlot ( ViewsText  _this,
XObject  sender 
)

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

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

◆ ViewsText_reparseSlot()

◆ void() [1/4]

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

◆ void() [2/4]

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

◆ void() [3/4]

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

◆ void() [4/4]

XRect CoreOutline aOutline void ( ViewsText  _this,
XRect  value 
)

◆ XObject()

XRect CoreOutline aOutline XObject ( CoreView  _this,
CoreEvent  aEvent 
)

◆ XPoint()

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

◆ XRect()

XRect CoreOutline aOutline XRect ( CoreRectView  _this)

Variable Documentation

◆ aBounds

XRect aBounds