Iridescence 1.00
Embedded Graphic Framework
Loading...
Searching...
No Matches
DsGaugeArc Member List

This is the complete list of members for DsGaugeArc, including all inherited members.

addChild(DsView *view)DsView
addStateObserver(StateObserver *observer)DsView
alignInParent(void)DsView
alignInParent(const DsAlignment &alignment, int32_t padding_top, int32_t padding_left, int32_t padding_bottom, int32_t padding_right)DsView
bringFront(void)DsView
centerHorizontally(DsView *view)DsView
centerVertically(DsView *view)DsView
doLayout(void)DsView
DsGaugeArc(DsView *parent, const DsPoint &pos, const DsSize &size, float track_width, float start_angle, float end_angle, uint32_t style=STYLE_DEFAULT)DsGaugeArc
DsGaugeBase() (defined in DsGaugeBase)DsGaugeBase
DsValueBase() (defined in DsValueBase)DsValueBase
DsView(DsView *parent, const DsPoint &pos=DsPoint(), const DsSize &size=DsSize())DsView
DsView(DsView *parent, DsOrientation layout_orientation)DsView
enable(bool state)DsView
enableHorizontalScroll(bool state)DsView
enableTouch(bool state)DsView
enableVerticalScroll(bool state)DsView
fitContent(void)DsViewvirtual
forAllChildren(const lambda< void(DsView *child)> &lambda)DsViewprotected
forAllChildrenBackwards(const lambda< void(DsView *child)> &lambda)DsViewprotected
getCenterPoint(void) constDsView
getIsVisible(void) constDsView
getNormalizedValue(float value) (defined in DsValueBase)DsValueBaseprotected
getParent(void) constDsView
getParentAlignment(void) constDsView
getParentSize(void) constDsView
getPosition(void) constDsView
getPositionInParentCoordinates(const DsView *parent) constDsView
getRegion(void) constDsView
getRegionInParentCoordinates(const DsView *parent) constDsView
getScreen(void)DsView
getSize(void) constDsView
getTouchPosition(void) constDsView
getValue(void) constDsValueBase
hide(void)DsViewinline
inputCapture(void)DsViewprotected
invalidate(void)DsViewvirtual
invalidateRegion(DsRect region)DsViewvirtual
isEnabled(void) constDsView
isFocused(void)DsView
isInputCaptured(void) constDsViewprotected
isInputInside(void) constDsView
isParentVisible(void) constDsView
isTouchEnabled(void) constDsView
isVisible(void) constDsView
mActiveColor (defined in DsGaugeBase)DsGaugeBaseprotected
mBorderColor (defined in DsGaugeBase)DsGaugeBaseprotected
mBorderThickness (defined in DsGaugeBase)DsGaugeBaseprotected
mIsEnabled (defined in DsView)DsView
mIsHorizontalScrollEnabled (defined in DsView)DsView
mIsInputInside (defined in DsView)DsView
mIsLayoutEnabled (defined in DsView)DsView
mIsLongTouchActive (defined in DsView)DsView
mIsScrollActive (defined in DsView)DsView
mIsSpaceReserved (defined in DsView)DsView
mIsTouchActive (defined in DsView)DsView
mIsTouchEnabled (defined in DsView)DsView
mIsVerticalScrollEnabled (defined in DsView)DsView
mIsVisible (defined in DsView)DsView
mMaxValue (defined in DsValueBase)DsValueBaseprotected
mMinValue (defined in DsValueBase)DsValueBaseprotected
mPreviousScrollPosition (defined in DsView)DsViewprotected
mScrollbarColor (defined in DsView)DsViewprotected
mScrollPosition (defined in DsView)DsViewprotected
mScrollPositionBase (defined in DsView)DsViewprotected
mSkipInput (defined in DsView)DsView
mTitleColor (defined in DsGaugeBase)DsGaugeBaseprotected
mTitleFont (defined in DsGaugeBase)DsGaugeBaseprotected
mTitleOffset (defined in DsGaugeBase)DsGaugeBaseprotected
mTitleRegion (defined in DsGaugeBase)DsGaugeBaseprotected
mTitleText (defined in DsGaugeBase)DsGaugeBaseprotected
mTouchPos (defined in DsView)DsViewprotected
mTouchTimestamp (defined in DsView)DsViewprotected
mTrackColor (defined in DsGaugeBase)DsGaugeBaseprotected
mUnitColor (defined in DsGaugeBase)DsGaugeBaseprotected
mUnitFont (defined in DsGaugeBase)DsGaugeBaseprotected
mUnitOffset (defined in DsGaugeBase)DsGaugeBaseprotected
mUnitRegion (defined in DsGaugeBase)DsGaugeBaseprotected
mUnitText (defined in DsGaugeBase)DsGaugeBaseprotected
mValue (defined in DsValueBase)DsValueBaseprotected
mValueColor (defined in DsGaugeBase)DsGaugeBaseprotected
mValueFont (defined in DsGaugeBase)DsGaugeBaseprotected
mValueFormat (defined in DsGaugeBase)DsGaugeBaseprotected
mValueOffset (defined in DsGaugeBase)DsGaugeBaseprotected
mValueRegion (defined in DsGaugeBase)DsGaugeBaseprotected
notifyValueChange(bool in_motion) (defined in DsValueBase)DsValueBaseprotected
onChildAdd(DsView *child)DsViewprotectedvirtual
onHide(void)DsViewvirtual
onKeyboard(int32_t key)DsViewprotectedvirtual
onPaintOver(DsRenderer &renderer)DsViewprotectedvirtual
onShow(void)DsViewvirtual
onTouch(const DsTouchEvent &event)DsViewprotectedvirtual
onVSync(void)DsViewprotectedvirtual
removeAllChildren(void)DsView
removeChild(DsView *view)DsView
removeStateObserver(StateObserver *observer)DsView
reserveSpace(bool state)DsView
sendBack(void)DsView
sendTap(DsPoint pos)DsView
setActiveColor(DsColor color)DsGaugeBase
setAutoLayout(DsOrientation orientation, bool enable)DsView
setBackgroundColor(DsColor color)DsView
setBackgroundImage(const DsSurface *surface)DsView
setBorderColor(DsColor color)DsGaugeBase
setBorderThickness(uint8_t thickness)DsGaugeBase
setCenterPosition(const DsPoint &pos)DsView
setHeight(int32_t height)DsView
setLongTapDetection(uint32_t delay_ms)DsView
setMinimumSize(const DsSize &size)DsView
setOnChangeCallback(const lambda< void(float value, bool in_motion, bool user_input)> &cb)DsValueBase
setOnLongTapCallback(const lambda< void(const DsPoint &p)> &cb)DsView
setOnTapCallback(const lambda< void(const DsPoint &p)> &cb)DsView
setOnTouchActiveCallback(const lambda< void(const DsPoint &p)> &cb)DsView
setOnTouchReleaseCallback(const lambda< void(void)> &cb)DsView
setPadding(int16_t padding, uint16_t proportion=0)DsView
setPaddingBottom(int16_t padding, uint16_t proportion=0)DsView
setPaddingHorizontal(int16_t padding, uint16_t proportion=0)DsView
setPaddingLeft(int32_t padding, uint16_t proportion=0)DsView
setPaddingRight(int16_t padding, uint16_t proportion=0)DsView
setPaddingTop(int16_t padding, uint16_t proportion=0)DsView
setPaddingVertical(int16_t padding, uint16_t proportion=0)DsView
setPanelBorderColor(DsColor color)DsView
setPanelBorderThickness(uint8_t thickness)DsView
setPanelColor(DsColor color)DsView
setPanelCornerRadius(uint16_t radius)DsView
setParent(DsView *parent)DsView
setParentAlignment(const DsAlignment &alignment)DsView
setPosition(const DsPoint &pos)DsView
setProportion(uint32_t proportion)DsView
setRangeColor(DsColor color)DsGaugeArc
setRangeFont(const ds_bitmap_font_t *font)DsGaugeArc
setRangeFormat(const char *format)DsGaugeArc
setRangeOffset(int16_t offset)DsGaugeArc
setScrollbarColor(DsColor color)DsView
setSize(const DsSize &size)DsView
setTitle(const char *title)DsGaugeBase
setTitleColor(DsColor color)DsGaugeBase
setTitleFont(const ds_bitmap_font_t *font)DsGaugeBase
setTitleOffset(int16_t offset)DsGaugeBase
setTrackColor(DsColor color)DsGaugeBase
setUnit(const char *unit)DsGaugeBase
setUnitColor(DsColor color)DsGaugeBase
setUnitFont(const ds_bitmap_font_t *font)DsGaugeBase
setUnitOffset(int16_t offset)DsGaugeBase
setValue(float value)DsValueBase
setValueColor(DsColor color)DsGaugeBase
setValueFont(const ds_bitmap_font_t *font)DsGaugeBase
setValueFormat(const char *format)DsGaugeBase
setValueOffset(int16_t offset)DsGaugeBase
setValueRange(float min, float max)DsValueBase
setVisible(bool is_visible)DsView
setWidth(int32_t width)DsView
show(void)DsViewinline
skipInput(void)DsViewprotected
Style enum nameDsGaugeArc
STYLE_BIDIRECTIONAL enum valueDsGaugeArc
STYLE_CURSOR_WEDGE enum valueDsGaugeArc
STYLE_DEFAULT enum valueDsGaugeArc
translatePositionInParentCoordinates(const DsView *parent, DsPoint pos) constDsView
translatePositionInParentCoordinates(uint32_t parent_level, DsPoint pos) constDsView