#include "ewlocale.h"
#include "_CoreKeyPressHandler.h"
#include "_CoreRoot.h"
#include "_CoreSimpleTouchHandler.h"
#include "_CoreTimer.h"
#include "_CoreView.h"
#include "_EffectsFloatEffect.h"
#include "_GraphicsArcPath.h"
#include "_GraphicsPath.h"
#include "_GraphicsWarpMatrix.h"
#include "_ResourcesBitmap.h"
#include "_ResourcesFont.h"
#include "_ViewsFillPath.h"
#include "_ViewsFrame.h"
#include "_ViewsImage.h"
#include "_ViewsText.h"
#include "_ViewsWarpImage.h"
#include "_WidgetSetGauge.h"
#include "_WidgetSetGaugeConfig.h"
#include "_WidgetSetHorizontalValueBar.h"
#include "_WidgetSetHorizontalValueBarConfig.h"
#include "_WidgetSetPushButton.h"
#include "_WidgetSetPushButtonConfig.h"
#include "_WidgetSetToggleButton.h"
#include "_WidgetSetToggleButtonConfig.h"
#include "_WidgetSetVerticalSlider.h"
#include "_WidgetSetVerticalSliderConfig.h"
#include "_WidgetSetWidgetConfig.h"
#include "Core.h"
#include "Effects.h"
#include "Graphics.h"
#include "Resources.h"
#include "Views.h"
#include "WidgetSet.h"
#include "_WidgetSetHorizontalValueBarSmall.h"
#include "_WidgetSetPushButtonSmall.h"
#include "_WidgetSetGaugeNeedleMedium.h"
#include "_WidgetSetGaugeTrackMedium.h"
#include "_WidgetSetThumbKnobMedium.h"
#include "_WidgetSetVerticalSliderTrackMedium.h"
Variables | |
static const XPoint | _Const0000 = { 30, 20 } |
static const XColor | _Const0001 = { 0xFF, 0xFF, 0xFF, 0xFF } |
static const XColor | _Const0002 = { 0xA8, 0xAB, 0xAB, 0xFF } |
static const XColor | _Const0003 = { 0x6C, 0x6E, 0x70, 0xFF } |
static const XColor | _Const0004 = { 0xA8, 0xAB, 0xAB, 0xAA } |
static const XPoint | _Const0005 = { 23, 23 } |
static const XColor | _Const0006 = { 0xB2, 0xD3, 0x39, 0xFF } |
static const XPoint | _Const0007 = { -39, 12 } |
static const XPoint | _Const0008 = { 0, 10 } |
static const XPoint | _Const0009 = { 171, 151 } |
static const XPoint | _Const000A = { 39, 45 } |
static const XColor | _Const000B = { 0x00, 0x00, 0x00, 0xFF } |
static const XRect | _Const000C = {{ 0, 0 }, { 200, 50 }} |
static const XPoint | _Const000D = { 0, 0 } |
static const XRect | _Const000E = {{ 0, 0 }, { 120, 120 }} |
static const XRect | _Const000F = {{ 0, 0 }, { 50, 200 }} |
static const XPoint | _Const0010 = { 0, 200 } |
static const XPoint | _Const0011 = { 50, 200 } |
static const XPoint | _Const0012 = { 50, 0 } |
static const XRect | _Const0013 = {{ 0, 0 }, { 150, 50 }} |
static const XPoint | _Const0014 = { 0, 50 } |
static const XPoint | _Const0015 = { 150, 50 } |
static const XPoint | _Const0016 = { 150, 0 } |
EW_DEFINE_CLASS | ( | WidgetSetGauge | , |
CoreGroup | , | ||
imageView1 | , | ||
OnUpdate | , | ||
FloatEffect | , | ||
FloatEffect | , | ||
currentAngle | , | ||
currentAngle | , | ||
"WidgetSet::Gauge" | |||
) |
References _Const000D, _Const000F, _Const0010, _Const0011, _Const0012, aArg, CoreGroup_Add(), CoreKeyCodeDown, CoreKeyCodeUp, CoreLayoutAlignToBottom, CoreLayoutAlignToLeft, CoreLayoutAlignToRight, CoreLayoutAlignToTop, CoreLayoutResizeHorz, CoreLayoutResizeVert, CoreQuadView__OnSetPoint1(), CoreQuadView__OnSetPoint2(), CoreQuadView__OnSetPoint3(), CoreQuadView__OnSetPoint4(), CoreRectView__OnSetBounds(), CoreSimpleTouchHandler_OnSetMaxStrikeCount(), CoreSimpleTouchHandler_OnSetRetargetOffset(), CoreTimer__Init(), CoreTimer_OnSetBegin(), CoreTimer_OnSetPeriod(), CoreView_OnSetLayout(), EW_CLASS, EW_CLASS_GCT, EwNewSlot(), WidgetSetVerticalSlider_onDragTouch(), WidgetSetVerticalSlider_onPressKey(), WidgetSetVerticalSlider_onPressTouch(), WidgetSetVerticalSlider_onReleaseKey(), WidgetSetVerticalSlider_onReleaseTouch(), and WidgetSetVerticalSlider_onRepetitionTimer().
EW_DEFINE_CLASS | ( | WidgetSetGaugeConfig | , |
WidgetSetWidgetConfig | , | ||
Cover | , | ||
SwingDuration | , | ||
SwingDuration | , | ||
SwingDuration | , | ||
SwingDuration | , | ||
SwingDuration | , | ||
"WidgetSet::GaugeConfig" | |||
) |
References _Const0001, aArg, CoreKeyCodeDown, CoreKeyCodeUp, EW_CLASS, and EW_CLASS_GCT.
EW_DEFINE_CLASS | ( | WidgetSetHorizontalValueBar | , |
CoreGroup | , | ||
frameView4 | , | ||
OnUpdate | , | ||
FloatEffect | , | ||
FloatEffect | , | ||
currentPos | , | ||
currentPos | , | ||
"WidgetSet::HorizontalValueBar" | |||
) |
References _Const000E, aArg, CoreGroup_OnSetEnabled(), CoreRectView__OnSetBounds(), EffectsEffect_OnSetNoOfCycles(), EffectsEffect_OnSetTiming(), EffectsTimingBack_Out, EW_CLASS, EW_CLASS_GCT, EwNewSlot(), WidgetSetGauge_onEndFloatEffect(), and WidgetSetGauge_onFloatEffect().
EW_DEFINE_CLASS | ( | WidgetSetHorizontalValueBarConfig | , |
WidgetSetWidgetConfig | , | ||
Cover | , | ||
SwingDuration | , | ||
SwingDuration | , | ||
SwingDuration | , | ||
SwingDuration | , | ||
SwingDuration | , | ||
"WidgetSet::HorizontalValueBarConfig" | |||
) |
References _Const0001, aArg, EW_CLASS, and EW_CLASS_GCT.
EW_DEFINE_CLASS | ( | WidgetSetPushButtonConfig | , |
WidgetSetWidgetConfig | , | ||
LabelFont | , | ||
PressedFeedbackDuration | , | ||
PressedFeedbackDuration | , | ||
PressedFeedbackDuration | , | ||
PressedFeedbackDuration | , | ||
PressedFeedbackDuration | , | ||
"WidgetSet::PushButtonConfig" | |||
) |
References aArg, EW_CLASS, EW_CLASS_GCT, and XObject__Init().
EW_DEFINE_CLASS | ( | WidgetSetToggleButton | , |
CoreGroup | , | ||
textView | , | ||
OnLeave | , | ||
Outlet | , | ||
FlashTimer | , | ||
LabelOn | , | ||
onPressKeyTime | , | ||
"WidgetSet::ToggleButton" | |||
) |
References _Const000D, _Const0013, _Const0014, _Const0015, _Const0016, aArg, CoreGroup_Add(), CoreKeyCodeEnter, CoreLayoutAlignToBottom, CoreLayoutAlignToLeft, CoreLayoutAlignToRight, CoreLayoutAlignToTop, CoreLayoutResizeHorz, CoreLayoutResizeVert, CoreQuadView__OnSetPoint1(), CoreQuadView__OnSetPoint2(), CoreQuadView__OnSetPoint3(), CoreQuadView__OnSetPoint4(), CoreRectView__OnSetBounds(), CoreSimpleTouchHandler_OnSetMaxStrikeCount(), CoreSimpleTouchHandler_OnSetRetargetOffset(), CoreTimer__Init(), CoreTimer_OnSetBegin(), CoreTimer_OnSetPeriod(), CoreView_OnSetLayout(), EW_CLASS, EW_CLASS_GCT, EwNewSlot(), WidgetSetPushButton_onEnterTouch(), WidgetSetPushButton_onFlashTimer(), WidgetSetPushButton_onLeaveTouch(), WidgetSetPushButton_onPressKey(), WidgetSetPushButton_onPressTouch(), WidgetSetPushButton_onReleaseKey(), and WidgetSetPushButton_onReleaseTouch().
EW_DEFINE_CLASS | ( | WidgetSetToggleButtonConfig | , |
WidgetSetWidgetConfig | , | ||
LabelOnFont | , | ||
PressedFeedbackDuration | , | ||
PressedFeedbackDuration | , | ||
PressedFeedbackDuration | , | ||
PressedFeedbackDuration | , | ||
PressedFeedbackDuration | , | ||
"WidgetSet::ToggleButtonConfig" | |||
) |
References _Const0001, _Const000B, aArg, CoreKeyCodeEnter, CoreLayoutAlignToBottom, CoreLayoutAlignToLeft, CoreLayoutAlignToRight, CoreLayoutAlignToTop, CoreLayoutResizeHorz, CoreLayoutResizeVert, EW_CLASS, EW_CLASS_GCT, ViewsImageAlignmentAlignHorzCenter, ViewsImageAlignmentAlignVertCenter, ViewsTextAlignmentAlignHorzCenter, and ViewsTextAlignmentAlignVertCenter.
EW_DEFINE_CLASS | ( | WidgetSetVerticalSlider | , |
CoreGroup | , | ||
frameView4 | , | ||
OnUpdate | , | ||
Outlet | , | ||
RepetitionTimer | , | ||
touchStartValue | , | ||
touchStartValue | , | ||
"WidgetSet::VerticalSlider" | |||
) |
References _Const000D, _Const0013, _Const0014, _Const0015, _Const0016, aArg, CoreGroup_Add(), CoreKeyCodeEnter, CoreLayoutAlignToBottom, CoreLayoutAlignToLeft, CoreLayoutAlignToRight, CoreLayoutAlignToTop, CoreLayoutResizeHorz, CoreLayoutResizeVert, CoreQuadView__OnSetPoint1(), CoreQuadView__OnSetPoint2(), CoreQuadView__OnSetPoint3(), CoreQuadView__OnSetPoint4(), CoreRectView__OnSetBounds(), CoreSimpleTouchHandler_OnSetMaxStrikeCount(), CoreSimpleTouchHandler_OnSetRetargetOffset(), CoreTimer__Init(), CoreTimer_OnSetBegin(), CoreTimer_OnSetPeriod(), CoreView_OnSetLayout(), EW_CLASS, EW_CLASS_GCT, EwNewSlot(), WidgetSetToggleButton_onEnterTouch(), WidgetSetToggleButton_onFlashTimer(), WidgetSetToggleButton_onLeaveTouch(), WidgetSetToggleButton_onPressKey(), WidgetSetToggleButton_onPressTouch(), WidgetSetToggleButton_onReleaseKey(), and WidgetSetToggleButton_onReleaseTouch().
EW_DEFINE_CLASS | ( | WidgetSetVerticalSliderConfig | , |
WidgetSetWidgetConfig | , | ||
CoverActive | , | ||
KeyRepeatPeriod | , | ||
KeyRepeatPeriod | , | ||
KeyRepeatPeriod | , | ||
KeyRepeatPeriod | , | ||
KeyRepeatPeriod | , | ||
"WidgetSet::VerticalSliderConfig" | |||
) |
References _Const0001, _Const000B, aArg, CoreKeyCodeEnter, CoreLayoutAlignToBottom, CoreLayoutAlignToLeft, CoreLayoutAlignToRight, CoreLayoutAlignToTop, CoreLayoutResizeHorz, CoreLayoutResizeVert, EW_CLASS, EW_CLASS_GCT, ViewsImageAlignmentAlignHorzCenter, ViewsImageAlignmentAlignVertCenter, ViewsTextAlignmentAlignHorzCenter, and ViewsTextAlignmentAlignVertCenter.
EW_DEFINE_CLASS | ( | WidgetSetWidgetConfig | , |
XObject | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
_None | , | ||
"WidgetSet::WidgetConfig" | |||
) |
References _Const000C, aArg, CoreRectView__OnSetBounds(), EffectsEffect_OnSetNoOfCycles(), EffectsEffect_OnSetTiming(), EffectsTimingBack_Out, EW_CLASS, EW_CLASS_GCT, EwNewSlot(), WidgetSetHorizontalValueBar_onEndFloatEffect(), and WidgetSetHorizontalValueBar_onFloatEffect().
void WidgetSetGauge__Done | ( | WidgetSetGauge | _this | ) |
References CoreGroup__Done(), EffectsFloatEffect__Done(), and EW_CLASS.
void WidgetSetGauge__ReInit | ( | WidgetSetGauge | _this | ) |
References CoreGroup__ReInit(), and EffectsFloatEffect__ReInit().
void WidgetSetGauge_Medium__Init | ( | WidgetSetGaugeConfig | _this | ) |
References _Const0006, _Const0007, _Const0008, _Const0009, EwLoadResource(), WidgetSetGaugeConfig_OnSetCenterOffset(), WidgetSetGaugeConfig_OnSetNeedle(), WidgetSetGaugeConfig_OnSetNeedleMaxAngle(), WidgetSetGaugeConfig_OnSetNeedleMinAngle(), WidgetSetGaugeConfig_OnSetNeedlePivot(), WidgetSetGaugeConfig_OnSetScale(), WidgetSetGaugeConfig_OnSetSwingDuration(), WidgetSetGaugeConfig_OnSetSwingElastic(), WidgetSetGaugeConfig_OnSetTrackLeftColor(), WidgetSetGaugeConfig_OnSetTrackLeftRadius(), WidgetSetGaugeConfig_OnSetTrackLeftRoundedStart(), WidgetSetGaugeConfig_OnSetTrackLeftThickness(), and WidgetSetGaugeConfig_OnSetWidgetMinSize().
References CoreGroup_InvalidateViewState(), CoreRectView__OnSetBounds(), EW_UNUSED_ARG, EwNewSlot(), EwPostSignal(), sender, and WidgetSetGauge_onUpdateAngle().
References EW_UNUSED_ARG, EwPostSignal(), and sender.
References CoreGroup_InvalidateViewState(), EW_UNUSED_ARG, EwPostSignal(), and sender.
XInt32 WidgetSetGauge_OnGetCurrentValue | ( | WidgetSetGauge | _this | ) |
void WidgetSetGauge_OnSetAppearance | ( | WidgetSetGauge | _this, |
WidgetSetGaugeConfig | value | ||
) |
References EwAttachObjObserver(), EwDetachObjObserver(), EwNewSlot(), EwPostSignal(), value, and WidgetSetGauge_onConfigChanged().
References CoreGroup_OnSetBounds, CoreLayoutAlignToBottom, CoreLayoutAlignToLeft, CoreLayoutAlignToRight, CoreLayoutAlignToTop, EwCompRect(), EwGetRectSize(), EwMovePointNeg(), EwPostSignal(), XRect::Point1, XRect::Point2, value, XPoint::X, and XPoint::Y.
References EwNewSlot(), EwPostSignal(), value, and WidgetSetGauge_onUpdateAngle().
References EwNewSlot(), EwPostSignal(), value, and WidgetSetGauge_onUpdateAngle().
References EwNewSlot(), EwPostSignal(), value, and WidgetSetGauge_onUpdateAngle().
References CoreGroup_InvalidateViewState(), EffectsEffect_OnSetCycleDuration(), EffectsEffect_OnSetEnabled(), EffectsEffect_OnSetTiming(), EffectsTimingBack_Out, EffectsTimingFastIn_EaseOut, EW_UNUSED_ARG, EwPostSignal(), sender, and WidgetSetGauge_OnGetCurrentValue().
References CoreGroup_Add(), CoreGroup_Remove(), CoreGroup_RestackTop(), CoreGroup_UpdateViewState, CoreRectView__OnSetBounds(), EwGetRectCenter(), EwGetRectORect(), EwMovePointPos(), EwNewObject, GraphicsArcPath_OnGetInnerRadius(), GraphicsArcPath_OnSetEndAngle(), GraphicsArcPath_OnSetInnerRadius(), GraphicsArcPath_OnSetRadius(), GraphicsArcPath_OnSetStartAngle(), GraphicsArcPath_OnSetStyle(), GraphicsArcStylePie, GraphicsArcStylePieRounded, GraphicsArcStylePieRoundedEnd, GraphicsArcStylePieRoundedStart, GraphicsFillRuleNonZero, GraphicsWarpMatrix_Rotate(), GraphicsWarpMatrix_Translate(), ViewsFillPath_OnSetColor(), ViewsFillPath_OnSetFillRule(), ViewsFillPath_OnSetOffset(), ViewsFillPath_OnSetPath(), ViewsImage_OnSetAnimated(), ViewsImage_OnSetBitmap(), ViewsImage_OnSetColor(), ViewsImage_OnSetFrameNumber(), ViewsWarpImage_OnSetAnimated(), ViewsWarpImage_OnSetBitmap(), ViewsWarpImage_OnSetColor(), ViewsWarpImage_OnSetFrameNumber(), ViewsWarpView_OnSetSourceAnchor(), and ViewsWarpView_Warp3D().
void WidgetSetGaugeConfig__Done | ( | WidgetSetGaugeConfig | _this | ) |
void WidgetSetGaugeConfig__ReInit | ( | WidgetSetGaugeConfig | _this | ) |
References EwCompPoint(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetGaugeConfig_OnSetNeedle | ( | WidgetSetGaugeConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
References EwCompPoint(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetGaugeConfig_OnSetScale | ( | WidgetSetGaugeConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
References EwCompColor(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
References EwCompPoint(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetHorizontalValueBar__Done | ( | WidgetSetHorizontalValueBar | _this | ) |
References CoreGroup__Done(), EffectsFloatEffect__Done(), and EW_CLASS.
void WidgetSetHorizontalValueBar__ReInit | ( | WidgetSetHorizontalValueBar | _this | ) |
References CoreGroup__ReInit(), and EffectsFloatEffect__ReInit().
void WidgetSetHorizontalValueBar_onConfigChanged | ( | WidgetSetHorizontalValueBar | _this, |
XObject | sender | ||
) |
References CoreGroup_InvalidateViewState(), CoreRectView__OnSetBounds(), EW_UNUSED_ARG, EwNewSlot(), EwPostSignal(), sender, and WidgetSetHorizontalValueBar_onUpdatePos().
void WidgetSetHorizontalValueBar_onEndFloatEffect | ( | WidgetSetHorizontalValueBar | _this, |
XObject | sender | ||
) |
References EW_UNUSED_ARG, EwPostSignal(), and sender.
void WidgetSetHorizontalValueBar_onFloatEffect | ( | WidgetSetHorizontalValueBar | _this, |
XObject | sender | ||
) |
References CoreGroup_InvalidateViewState(), EW_UNUSED_ARG, and sender.
XInt32 WidgetSetHorizontalValueBar_OnGetCurrentValue | ( | WidgetSetHorizontalValueBar | _this | ) |
void WidgetSetHorizontalValueBar_OnSetAppearance | ( | WidgetSetHorizontalValueBar | _this, |
WidgetSetHorizontalValueBarConfig | value | ||
) |
References EwAttachObjObserver(), EwDetachObjObserver(), EwNewSlot(), EwPostSignal(), value, and WidgetSetHorizontalValueBar_onConfigChanged().
References CoreGroup_OnSetBounds, CoreLayoutAlignToBottom, CoreLayoutAlignToLeft, CoreLayoutAlignToRight, CoreLayoutAlignToTop, EwCompRect(), EwGetRectSize(), EwMovePointNeg(), EwPostSignal(), XRect::Point1, XRect::Point2, value, XPoint::X, and XPoint::Y.
void WidgetSetHorizontalValueBar_OnSetCurrentValue | ( | WidgetSetHorizontalValueBar | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetHorizontalValueBar_onUpdatePos().
References EwNewSlot(), EwPostSignal(), value, and WidgetSetHorizontalValueBar_onUpdatePos().
References CoreGroup_InvalidateViewState(), EffectsEffect_OnSetCycleDuration(), EffectsEffect_OnSetEnabled(), EffectsEffect_OnSetTiming(), EffectsTimingBack_Out, EffectsTimingFastIn_EaseOut, EW_UNUSED_ARG, EwPostSignal(), sender, and WidgetSetHorizontalValueBar_OnGetCurrentValue().
void WidgetSetHorizontalValueBar_Small__Init | ( | WidgetSetHorizontalValueBarConfig | _this | ) |
References _Const0000, EwLoadResource(), WidgetSetHorizontalValueBarConfig_OnSetTrackLeft(), WidgetSetHorizontalValueBarConfig_OnSetTrackLeftFrame(), WidgetSetHorizontalValueBarConfig_OnSetTrackRight(), WidgetSetHorizontalValueBarConfig_OnSetTrackRightFrame(), and WidgetSetHorizontalValueBarConfig_OnSetWidgetMinSize().
References _Const000D, CoreGroup_Add(), CoreGroup_Remove(), CoreGroup_RestackTop(), CoreGroup_UpdateViewState, CoreRectView__OnSetBounds(), EwGetRectH(), EwGetRectORect(), EwGetRectW(), EwMoveRectPos(), EwNewObject, EwNewPoint(), EwNewRect(), EwNewRect2Point(), EwSetPointX(), GraphicsEdgesBottom, GraphicsEdgesInterior, GraphicsEdgesLeft, GraphicsEdgesRight, GraphicsEdgesTop, ViewsFrame_OnSetAnimated(), ViewsFrame_OnSetBitmap(), ViewsFrame_OnSetColor(), ViewsFrame_OnSetEdges(), ViewsFrame_OnSetFrameNumber(), ViewsFrame_OnSetNoEdgesLimit(), ViewsFrame_OnSetVisible(), ViewsImage_OnSetAnimated(), ViewsImage_OnSetBitmap(), ViewsImage_OnSetColor(), ViewsImage_OnSetFrameNumber(), XPoint::X, and XPoint::Y.
void WidgetSetHorizontalValueBarConfig__Done | ( | WidgetSetHorizontalValueBarConfig | _this | ) |
void WidgetSetHorizontalValueBarConfig__Init | ( | WidgetSetHorizontalValueBarConfig | _this, |
XObject | aLink, | ||
XHandle | aArg | ||
) |
References _Const0001, aArg, EW_CLASS, and EW_CLASS_GCT.
void WidgetSetHorizontalValueBarConfig__ReInit | ( | WidgetSetHorizontalValueBarConfig | _this | ) |
void WidgetSetHorizontalValueBarConfig_OnSetTrackLeft | ( | WidgetSetHorizontalValueBarConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetHorizontalValueBarConfig_OnSetTrackLeftFrame | ( | WidgetSetHorizontalValueBarConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetHorizontalValueBarConfig_OnSetTrackRight | ( | WidgetSetHorizontalValueBarConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetHorizontalValueBarConfig_OnSetTrackRightFrame | ( | WidgetSetHorizontalValueBarConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetHorizontalValueBarConfig_OnSetWidgetMinSize | ( | WidgetSetHorizontalValueBarConfig | _this, |
XPoint | value | ||
) |
References EwCompPoint(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetPushButton__Done | ( | WidgetSetPushButton | _this | ) |
References CoreGroup__Done(), CoreKeyPressHandler__Done(), CoreSimpleTouchHandler__Done(), CoreTimer__Done(), and EW_CLASS.
void WidgetSetPushButton__ReInit | ( | WidgetSetPushButton | _this | ) |
References CoreGroup__ReInit(), CoreKeyPressHandler__ReInit(), CoreSimpleTouchHandler__ReInit(), and CoreTimer__ReInit().
References CoreGroup_InvalidateViewState(), CoreKeyCodeEnter, CoreKeyCodeNoKey, CoreRectView__OnSetBounds(), CoreView__ChangeViewState(), CoreViewStateFocusable, EW_UNUSED_ARG, and sender.
References CoreGroup_InvalidateViewState(), EW_UNUSED_ARG, EwPostSignal(), and sender.
References CoreGroup_InvalidateViewState(), EW_UNUSED_ARG, EwPostSignal(), and sender.
References CoreGroup_InvalidateViewState(), EW_UNUSED_ARG, EwPostSignal(), and sender.
References CoreGroup_InvalidateViewState(), CoreSimpleTouchHandler_OnSetEnabled(), CoreTimer_OnSetEnabled(), EW_UNUSED_ARG, EwPostSignal(), and sender.
References CoreTimer_OnSetEnabled(), EW_UNUSED_ARG, EwPostSignal(), and sender.
References CoreGroup_InvalidateViewState(), CoreSimpleTouchHandler_OnSetEnabled(), CoreTimer_OnSetBegin(), CoreTimer_OnSetEnabled(), EW_UNUSED_ARG, EwPostSignal(), and sender.
References CoreTimer_OnSetBegin(), CoreTimer_OnSetEnabled(), EW_UNUSED_ARG, EwPostSignal(), and sender.
void WidgetSetPushButton_OnSetAppearance | ( | WidgetSetPushButton | _this, |
WidgetSetPushButtonConfig | value | ||
) |
References EwAttachObjObserver(), EwDetachObjObserver(), EwNewSlot(), EwPostSignal(), value, and WidgetSetPushButton_onConfigChanged().
References CoreGroup_OnSetBounds, CoreLayoutAlignToBottom, CoreLayoutAlignToLeft, CoreLayoutAlignToRight, CoreLayoutAlignToTop, EwGetRectSize(), EwMovePointNeg(), XRect::Point1, XRect::Point2, value, XPoint::X, and XPoint::Y.
References CoreGroup_InvalidateViewState(), EwCompString(), EwShareString(), and value.
void WidgetSetPushButton_Small__Init | ( | WidgetSetPushButtonConfig | _this | ) |
References _Const0001, _Const0002, _Const0003, _Const0004, _Const0005, EwLoadResource(), WidgetSetPushButtonConfig_OnSetFaceActive(), WidgetSetPushButtonConfig_OnSetFaceDefault(), WidgetSetPushButtonConfig_OnSetFaceDisabled(), WidgetSetPushButtonConfig_OnSetFaceFocused(), WidgetSetPushButtonConfig_OnSetFaceFrameActive(), WidgetSetPushButtonConfig_OnSetFaceFrameDefault(), WidgetSetPushButtonConfig_OnSetFaceFrameDisabled(), WidgetSetPushButtonConfig_OnSetFaceFrameFocused(), WidgetSetPushButtonConfig_OnSetIconMarginBottom(), WidgetSetPushButtonConfig_OnSetIconMarginLeft(), WidgetSetPushButtonConfig_OnSetIconMarginRight(), WidgetSetPushButtonConfig_OnSetIconMarginTop(), WidgetSetPushButtonConfig_OnSetIconTintDefault(), WidgetSetPushButtonConfig_OnSetIconTintDisabled(), WidgetSetPushButtonConfig_OnSetLabelColorActive(), WidgetSetPushButtonConfig_OnSetLabelColorDefault(), WidgetSetPushButtonConfig_OnSetLabelColorDisabled(), WidgetSetPushButtonConfig_OnSetLabelColorFocused(), WidgetSetPushButtonConfig_OnSetLabelFont(), WidgetSetPushButtonConfig_OnSetLabelMarginBottom(), WidgetSetPushButtonConfig_OnSetLabelMarginLeft(), WidgetSetPushButtonConfig_OnSetLabelMarginRight(), WidgetSetPushButtonConfig_OnSetLabelMarginTop(), and WidgetSetPushButtonConfig_OnSetWidgetMinSize().
References _Const0001, CoreGroup_Add(), CoreGroup_Remove(), CoreGroup_RestackTop(), CoreGroup_UpdateViewState, CoreLayoutAlignToBottom, CoreLayoutAlignToLeft, CoreLayoutAlignToRight, CoreLayoutAlignToTop, CoreLayoutResizeHorz, CoreLayoutResizeVert, CoreRectView__OnSetBounds(), CoreViewStateEnabled, CoreViewStateFocused, EwCompString(), EwGetRectH(), EwGetRectORect(), EwGetRectW(), EwNewObject, EwNewRect(), XRect::Point1, XRect::Point2, ViewsFrame_OnSetAnimated(), ViewsFrame_OnSetBitmap(), ViewsFrame_OnSetColor(), ViewsFrame_OnSetFrameNumber(), ViewsImage_OnSetAlignment(), ViewsImage_OnSetAnimated(), ViewsImage_OnSetBitmap(), ViewsImage_OnSetColor(), ViewsImage_OnSetFrameNumber(), ViewsImageAlignmentAlignHorzCenter, ViewsImageAlignmentAlignVertCenter, ViewsText_OnSetAlignment(), ViewsText_OnSetColor(), ViewsText_OnSetEllipsis(), ViewsText_OnSetEnableBidiText(), ViewsText_OnSetFont(), ViewsText_OnSetString(), ViewsText_OnSetWrapText(), XPoint::X, and XPoint::Y.
void WidgetSetPushButtonConfig__Done | ( | WidgetSetPushButtonConfig | _this | ) |
void WidgetSetPushButtonConfig__ReInit | ( | WidgetSetPushButtonConfig | _this | ) |
void WidgetSetPushButtonConfig_OnSetFaceActive | ( | WidgetSetPushButtonConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetPushButtonConfig_OnSetFaceDefault | ( | WidgetSetPushButtonConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetPushButtonConfig_OnSetFaceDisabled | ( | WidgetSetPushButtonConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetPushButtonConfig_OnSetFaceFocused | ( | WidgetSetPushButtonConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetPushButtonConfig_OnSetFaceFrameActive | ( | WidgetSetPushButtonConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetPushButtonConfig_OnSetFaceFrameDefault | ( | WidgetSetPushButtonConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetPushButtonConfig_OnSetFaceFrameDisabled | ( | WidgetSetPushButtonConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetPushButtonConfig_OnSetFaceFrameFocused | ( | WidgetSetPushButtonConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetPushButtonConfig_OnSetIconMarginBottom | ( | WidgetSetPushButtonConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetPushButtonConfig_OnSetIconMarginLeft | ( | WidgetSetPushButtonConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetPushButtonConfig_OnSetIconMarginRight | ( | WidgetSetPushButtonConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetPushButtonConfig_OnSetIconTintDefault | ( | WidgetSetPushButtonConfig | _this, |
XColor | value | ||
) |
References EwCompColor(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetPushButtonConfig_OnSetIconTintDisabled | ( | WidgetSetPushButtonConfig | _this, |
XColor | value | ||
) |
References EwCompColor(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetPushButtonConfig_OnSetLabelColorActive | ( | WidgetSetPushButtonConfig | _this, |
XColor | value | ||
) |
References EwCompColor(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetPushButtonConfig_OnSetLabelColorDefault | ( | WidgetSetPushButtonConfig | _this, |
XColor | value | ||
) |
References EwCompColor(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetPushButtonConfig_OnSetLabelColorDisabled | ( | WidgetSetPushButtonConfig | _this, |
XColor | value | ||
) |
References EwCompColor(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetPushButtonConfig_OnSetLabelColorFocused | ( | WidgetSetPushButtonConfig | _this, |
XColor | value | ||
) |
References EwCompColor(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetPushButtonConfig_OnSetLabelFont | ( | WidgetSetPushButtonConfig | _this, |
ResourcesFont | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetPushButtonConfig_OnSetLabelMarginBottom | ( | WidgetSetPushButtonConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetPushButtonConfig_OnSetLabelMarginLeft | ( | WidgetSetPushButtonConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetPushButtonConfig_OnSetLabelMarginRight | ( | WidgetSetPushButtonConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetPushButtonConfig_OnSetLabelMarginTop | ( | WidgetSetPushButtonConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
References EwCompPoint(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButton__Done | ( | WidgetSetToggleButton | _this | ) |
References CoreGroup__Done(), CoreKeyPressHandler__Done(), CoreSimpleTouchHandler__Done(), CoreTimer__Done(), and EW_CLASS.
void WidgetSetToggleButton__ReInit | ( | WidgetSetToggleButton | _this | ) |
References CoreGroup__ReInit(), CoreKeyPressHandler__ReInit(), CoreSimpleTouchHandler__ReInit(), and CoreTimer__ReInit().
References CoreGroup_InvalidateViewState(), CoreKeyCodeEnter, CoreKeyCodeNoKey, CoreRectView__OnSetBounds(), CoreView__ChangeViewState(), CoreViewStateFocusable, EW_UNUSED_ARG, and sender.
References CoreGroup_InvalidateViewState(), EW_UNUSED_ARG, EwPostSignal(), and sender.
References CoreGroup_InvalidateViewState(), EW_UNUSED_ARG, EwNotifyRefObservers(), EwOnSetBool(), EwPostSignal(), sender, and WidgetSetToggleButton_OnSetChecked().
References CoreGroup_InvalidateViewState(), EW_UNUSED_ARG, EwPostSignal(), and sender.
References CoreGroup_InvalidateViewState(), CoreSimpleTouchHandler_OnSetEnabled(), CoreTimer_OnSetEnabled(), EW_UNUSED_ARG, EwNotifyRefObservers(), EwOnSetBool(), EwPostSignal(), sender, and WidgetSetToggleButton_OnSetChecked().
References CoreTimer_OnSetEnabled(), EW_UNUSED_ARG, EwNotifyRefObservers(), EwOnSetBool(), EwPostSignal(), sender, and WidgetSetToggleButton_OnSetChecked().
References CoreGroup_InvalidateViewState(), CoreSimpleTouchHandler_OnSetEnabled(), CoreTimer_OnSetBegin(), CoreTimer_OnSetEnabled(), EW_UNUSED_ARG, EwNotifyRefObservers(), EwOnSetBool(), EwPostSignal(), sender, and WidgetSetToggleButton_OnSetChecked().
References CoreTimer_OnSetBegin(), CoreTimer_OnSetEnabled(), EW_UNUSED_ARG, EwNotifyRefObservers(), EwOnSetBool(), EwPostSignal(), sender, and WidgetSetToggleButton_OnSetChecked().
void WidgetSetToggleButton_OnSetAppearance | ( | WidgetSetToggleButton | _this, |
WidgetSetToggleButtonConfig | value | ||
) |
References EwAttachObjObserver(), EwDetachObjObserver(), EwNewSlot(), EwPostSignal(), value, and WidgetSetToggleButton_onConfigChanged().
References CoreGroup_OnSetBounds, CoreLayoutAlignToBottom, CoreLayoutAlignToLeft, CoreLayoutAlignToRight, CoreLayoutAlignToTop, EwGetRectSize(), EwMovePointNeg(), XRect::Point1, XRect::Point2, value, XPoint::X, and XPoint::Y.
References CoreGroup_InvalidateViewState(), and value.
References CoreGroup_InvalidateViewState(), EwCompString(), EwShareString(), and value.
References CoreGroup_InvalidateViewState(), EwCompString(), EwShareString(), and value.
References CoreGroup_InvalidateViewState(), EwCompString(), EwShareString(), and value.
References _Const0001, CoreGroup_Add(), CoreGroup_Remove(), CoreGroup_RestackTop(), CoreGroup_UpdateViewState, CoreLayoutAlignToBottom, CoreLayoutAlignToLeft, CoreLayoutAlignToRight, CoreLayoutAlignToTop, CoreLayoutResizeHorz, CoreLayoutResizeVert, CoreRectView__OnSetBounds(), CoreViewStateEnabled, CoreViewStateFocused, EwCompString(), EwGetRectH(), EwGetRectORect(), EwGetRectW(), EwNewObject, EwNewRect(), XRect::Point1, XRect::Point2, ViewsFrame_OnSetAnimated(), ViewsFrame_OnSetBitmap(), ViewsFrame_OnSetColor(), ViewsFrame_OnSetFrameNumber(), ViewsImage_OnSetAlignment(), ViewsImage_OnSetAnimated(), ViewsImage_OnSetBitmap(), ViewsImage_OnSetColor(), ViewsImage_OnSetFrameNumber(), ViewsImageAlignmentAlignHorzCenter, ViewsImageAlignmentAlignVertCenter, ViewsText_OnSetAlignment(), ViewsText_OnSetColor(), ViewsText_OnSetEllipsis(), ViewsText_OnSetEnableBidiText(), ViewsText_OnSetFont(), ViewsText_OnSetString(), ViewsText_OnSetWrapText(), XPoint::X, and XPoint::Y.
void WidgetSetToggleButtonConfig__Done | ( | WidgetSetToggleButtonConfig | _this | ) |
void WidgetSetToggleButtonConfig__ReInit | ( | WidgetSetToggleButtonConfig | _this | ) |
void WidgetSetToggleButtonConfig_OnSetFaceOffActive | ( | WidgetSetToggleButtonConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetFaceOffDefault | ( | WidgetSetToggleButtonConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetFaceOffDisabled | ( | WidgetSetToggleButtonConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetFaceOffFocused | ( | WidgetSetToggleButtonConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetFaceOffFrameActive | ( | WidgetSetToggleButtonConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetFaceOffFrameDefault | ( | WidgetSetToggleButtonConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetFaceOffFrameDisabled | ( | WidgetSetToggleButtonConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetFaceOffFrameFocused | ( | WidgetSetToggleButtonConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetFaceOnActive | ( | WidgetSetToggleButtonConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetFaceOnDefault | ( | WidgetSetToggleButtonConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetFaceOnDisabled | ( | WidgetSetToggleButtonConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetFaceOnFocused | ( | WidgetSetToggleButtonConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetFaceOnFrameActive | ( | WidgetSetToggleButtonConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetFaceOnFrameDefault | ( | WidgetSetToggleButtonConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetFaceOnFrameDisabled | ( | WidgetSetToggleButtonConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetFaceOnFrameFocused | ( | WidgetSetToggleButtonConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetIconMarginLeft | ( | WidgetSetToggleButtonConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetIconOffTintActive | ( | WidgetSetToggleButtonConfig | _this, |
XColor | value | ||
) |
References EwCompColor(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetIconOffTintDefault | ( | WidgetSetToggleButtonConfig | _this, |
XColor | value | ||
) |
References EwCompColor(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetIconOffTintDisabled | ( | WidgetSetToggleButtonConfig | _this, |
XColor | value | ||
) |
References EwCompColor(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetIconOffTintFocused | ( | WidgetSetToggleButtonConfig | _this, |
XColor | value | ||
) |
References EwCompColor(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetIconOnTintActive | ( | WidgetSetToggleButtonConfig | _this, |
XColor | value | ||
) |
References EwCompColor(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetIconOnTintDefault | ( | WidgetSetToggleButtonConfig | _this, |
XColor | value | ||
) |
References EwCompColor(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetIconOnTintDisabled | ( | WidgetSetToggleButtonConfig | _this, |
XColor | value | ||
) |
References EwCompColor(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetIconOnTintFocused | ( | WidgetSetToggleButtonConfig | _this, |
XColor | value | ||
) |
References EwCompColor(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetLabelOffColorActive | ( | WidgetSetToggleButtonConfig | _this, |
XColor | value | ||
) |
References EwCompColor(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetLabelOffColorDefault | ( | WidgetSetToggleButtonConfig | _this, |
XColor | value | ||
) |
References EwCompColor(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetLabelOffColorDisabled | ( | WidgetSetToggleButtonConfig | _this, |
XColor | value | ||
) |
References EwCompColor(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetLabelOffColorFocused | ( | WidgetSetToggleButtonConfig | _this, |
XColor | value | ||
) |
References EwCompColor(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetLabelOffFont | ( | WidgetSetToggleButtonConfig | _this, |
ResourcesFont | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetLabelOnColorActive | ( | WidgetSetToggleButtonConfig | _this, |
XColor | value | ||
) |
References EwCompColor(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetLabelOnColorDefault | ( | WidgetSetToggleButtonConfig | _this, |
XColor | value | ||
) |
References EwCompColor(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetLabelOnColorDisabled | ( | WidgetSetToggleButtonConfig | _this, |
XColor | value | ||
) |
References EwCompColor(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetLabelOnColorFocused | ( | WidgetSetToggleButtonConfig | _this, |
XColor | value | ||
) |
References EwCompColor(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetLabelOnFont | ( | WidgetSetToggleButtonConfig | _this, |
ResourcesFont | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetToggleButtonConfig_OnSetWidgetMinSize | ( | WidgetSetToggleButtonConfig | _this, |
XPoint | value | ||
) |
References EwCompPoint(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSlider__Done | ( | WidgetSetVerticalSlider | _this | ) |
References CoreGroup__Done(), CoreKeyPressHandler__Done(), CoreSimpleTouchHandler__Done(), CoreTimer__Done(), and EW_CLASS.
void WidgetSetVerticalSlider__ReInit | ( | WidgetSetVerticalSlider | _this | ) |
References CoreGroup__ReInit(), CoreKeyPressHandler__ReInit(), CoreSimpleTouchHandler__ReInit(), and CoreTimer__ReInit().
void WidgetSetVerticalSlider_Medium__Init | ( | WidgetSetVerticalSliderConfig | _this | ) |
References _Const000A, EwLoadResource(), WidgetSetVerticalSliderConfig_OnSetKeyRepeatDelay(), WidgetSetVerticalSliderConfig_OnSetKeyRepeatPeriod(), WidgetSetVerticalSliderConfig_OnSetThumbActive(), WidgetSetVerticalSliderConfig_OnSetThumbDefault(), WidgetSetVerticalSliderConfig_OnSetThumbDisabled(), WidgetSetVerticalSliderConfig_OnSetThumbFocused(), WidgetSetVerticalSliderConfig_OnSetThumbFrameActive(), WidgetSetVerticalSliderConfig_OnSetThumbFrameDefault(), WidgetSetVerticalSliderConfig_OnSetThumbFrameDisabled(), WidgetSetVerticalSliderConfig_OnSetThumbFrameFocused(), WidgetSetVerticalSliderConfig_OnSetThumbMarginAbove(), WidgetSetVerticalSliderConfig_OnSetThumbMarginBelow(), WidgetSetVerticalSliderConfig_OnSetTrackAboveActive(), WidgetSetVerticalSliderConfig_OnSetTrackAboveDefault(), WidgetSetVerticalSliderConfig_OnSetTrackAboveDisabled(), WidgetSetVerticalSliderConfig_OnSetTrackAboveFocused(), WidgetSetVerticalSliderConfig_OnSetTrackAboveFrameActive(), WidgetSetVerticalSliderConfig_OnSetTrackAboveFrameDefault(), WidgetSetVerticalSliderConfig_OnSetTrackAboveFrameDisabled(), WidgetSetVerticalSliderConfig_OnSetTrackAboveFrameFocused(), WidgetSetVerticalSliderConfig_OnSetTrackBelowActive(), WidgetSetVerticalSliderConfig_OnSetTrackBelowDefault(), WidgetSetVerticalSliderConfig_OnSetTrackBelowDisabled(), WidgetSetVerticalSliderConfig_OnSetTrackBelowFocused(), WidgetSetVerticalSliderConfig_OnSetTrackBelowFrameActive(), WidgetSetVerticalSliderConfig_OnSetTrackBelowFrameDefault(), WidgetSetVerticalSliderConfig_OnSetTrackBelowFrameDisabled(), WidgetSetVerticalSliderConfig_OnSetTrackBelowFrameFocused(), and WidgetSetVerticalSliderConfig_OnSetWidgetMinSize().
References CoreGroup_InvalidateViewState(), CoreKeyCodeDown, CoreKeyCodeNoKey, CoreKeyCodeUp, CoreRectView__OnSetBounds(), CoreTimer_OnSetBegin(), CoreTimer_OnSetPeriod(), CoreView__ChangeViewState(), CoreViewStateFocusable, EW_UNUSED_ARG, EwPostSignal(), and sender.
References EW_UNUSED_ARG, EwGetRectH(), EwMovePointNeg(), EwNotifyRefObservers(), EwOnSetInt32(), EwPostSignal(), sender, WidgetSetVerticalSlider_OnGetCurrentValue(), WidgetSetVerticalSlider_OnSetCurrentValue(), and XPoint::Y.
XInt32 WidgetSetVerticalSlider_OnGetCurrentValue | ( | WidgetSetVerticalSlider | _this | ) |
References CoreGroup_InvalidateViewState(), CoreSimpleTouchHandler_OnSetEnabled(), CoreTimer_OnSetEnabled(), EwNotifyRefObservers(), EwOnSetInt32(), EwPostSignal(), sender, WidgetSetVerticalSlider_OnGetCurrentValue(), and WidgetSetVerticalSlider_OnSetCurrentValue().
References CoreGroup_InvalidateViewState(), CoreRoot_RetargetCursor(), CoreSimpleTouchHandler_OnSetEnabled(), CoreView__GetRoot(), EW_UNUSED_ARG, EwGetRectH(), EwIntersectRect(), EwIsRectEmpty(), EwMoveRectPos(), EwNewPoint(), EwNewRect2Point(), EwNotifyRefObservers(), EwOnSetInt32(), EwPostSignal(), sender, WidgetSetVerticalSlider_OnGetCurrentValue(), and WidgetSetVerticalSlider_OnSetCurrentValue().
References CoreGroup_InvalidateViewState(), CoreSimpleTouchHandler_OnSetEnabled(), CoreTimer_OnSetEnabled(), EW_UNUSED_ARG, EwPostSignal(), and sender.
References CoreGroup_InvalidateViewState(), EW_UNUSED_ARG, EwPostSignal(), and sender.
References EW_UNUSED_ARG, EwNotifyRefObservers(), EwOnSetInt32(), EwPostSignal(), sender, WidgetSetVerticalSlider_OnGetCurrentValue(), and WidgetSetVerticalSlider_OnSetCurrentValue().
void WidgetSetVerticalSlider_OnSetAppearance | ( | WidgetSetVerticalSlider | _this, |
WidgetSetVerticalSliderConfig | value | ||
) |
References EwAttachObjObserver(), EwDetachObjObserver(), EwNewSlot(), EwPostSignal(), value, and WidgetSetVerticalSlider_onConfigChanged().
References CoreGroup_OnSetBounds, CoreLayoutAlignToBottom, CoreLayoutAlignToLeft, CoreLayoutAlignToRight, CoreLayoutAlignToTop, EwCompRect(), EwGetRectSize(), EwMovePointNeg(), EwPostSignal(), XRect::Point1, XRect::Point2, value, XPoint::X, and XPoint::Y.
References CoreGroup_InvalidateViewState(), EwPostSignal(), and value.
References _Const0001, _Const000D, CoreGroup_Add(), CoreGroup_Remove(), CoreGroup_RestackTop(), CoreGroup_UpdateViewState, CoreRectView__OnSetBounds(), CoreViewStateEnabled, CoreViewStateFocused, EwGetRectCenter(), EwGetRectH(), EwGetRectORect(), EwGetRectW(), EwMoveRectNeg(), EwMoveRectPos(), EwNewObject, EwNewPoint(), EwNewRect(), EwNewRect2Point(), EwSetPointY(), GraphicsEdgesBottom, GraphicsEdgesInterior, GraphicsEdgesLeft, GraphicsEdgesRight, GraphicsEdgesTop, ViewsFrame_OnSetAnimated(), ViewsFrame_OnSetBitmap(), ViewsFrame_OnSetColor(), ViewsFrame_OnSetEdges(), ViewsFrame_OnSetFrameNumber(), ViewsFrame_OnSetNoEdgesLimit(), ViewsFrame_OnSetVisible(), ViewsImage_OnSetAnimated(), ViewsImage_OnSetBitmap(), ViewsImage_OnSetColor(), ViewsImage_OnSetFrameNumber(), WidgetSetVerticalSlider_OnGetCurrentValue(), XPoint::X, and XPoint::Y.
void WidgetSetVerticalSliderConfig__Done | ( | WidgetSetVerticalSliderConfig | _this | ) |
void WidgetSetVerticalSliderConfig__ReInit | ( | WidgetSetVerticalSliderConfig | _this | ) |
void WidgetSetVerticalSliderConfig_OnSetKeyRepeatDelay | ( | WidgetSetVerticalSliderConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetKeyRepeatPeriod | ( | WidgetSetVerticalSliderConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetThumbActive | ( | WidgetSetVerticalSliderConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetThumbDefault | ( | WidgetSetVerticalSliderConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetThumbDisabled | ( | WidgetSetVerticalSliderConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetThumbFocused | ( | WidgetSetVerticalSliderConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetThumbFrameActive | ( | WidgetSetVerticalSliderConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetThumbFrameDefault | ( | WidgetSetVerticalSliderConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetThumbFrameDisabled | ( | WidgetSetVerticalSliderConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetThumbFrameFocused | ( | WidgetSetVerticalSliderConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetThumbMarginAbove | ( | WidgetSetVerticalSliderConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetThumbMarginBelow | ( | WidgetSetVerticalSliderConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetTrackAboveActive | ( | WidgetSetVerticalSliderConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetTrackAboveDefault | ( | WidgetSetVerticalSliderConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetTrackAboveDisabled | ( | WidgetSetVerticalSliderConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetTrackAboveFocused | ( | WidgetSetVerticalSliderConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetTrackAboveFrameActive | ( | WidgetSetVerticalSliderConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetTrackAboveFrameDefault | ( | WidgetSetVerticalSliderConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetTrackAboveFrameDisabled | ( | WidgetSetVerticalSliderConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetTrackAboveFrameFocused | ( | WidgetSetVerticalSliderConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetTrackBelowActive | ( | WidgetSetVerticalSliderConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetTrackBelowDefault | ( | WidgetSetVerticalSliderConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetTrackBelowDisabled | ( | WidgetSetVerticalSliderConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetTrackBelowFocused | ( | WidgetSetVerticalSliderConfig | _this, |
ResourcesBitmap | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetTrackBelowFrameActive | ( | WidgetSetVerticalSliderConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetTrackBelowFrameDefault | ( | WidgetSetVerticalSliderConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetTrackBelowFrameDisabled | ( | WidgetSetVerticalSliderConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetTrackBelowFrameFocused | ( | WidgetSetVerticalSliderConfig | _this, |
XInt32 | value | ||
) |
References EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetVerticalSliderConfig_OnSetWidgetMinSize | ( | WidgetSetVerticalSliderConfig | _this, |
XPoint | value | ||
) |
References EwCompPoint(), EwNewSlot(), EwPostSignal(), value, and WidgetSetWidgetConfig_onInvalidate().
void WidgetSetWidgetConfig__Done | ( | WidgetSetWidgetConfig | _this | ) |
References EW_CLASS, and XObject__Done().
void WidgetSetWidgetConfig__ReInit | ( | WidgetSetWidgetConfig | _this | ) |
References XObject__ReInit().
References EW_UNUSED_ARG, EwNotifyObjObservers(), and sender.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |