Namespace ElmSharp.Wearable

Description

ElmSharp.Wearable is a simple c# wrapper of native EFL elementary which is provide all the widget you need to build a wearable application. These APIs are at the beta status and may be changed in backward/forward-incompatible ways, and are not guarantee to be released.

Classes

CircleDateTimeSelector

The Circle DateTime Selector is a widget to display and handle datetime value by the Rotary event. Inherits DateTimeSelector.

CircleGenList

The Circle GenList Selector is a widget to display and handle the genlist items by the Rotary event. Inherits GenList.

CircleProgressBar

The Circle ProgressBar is a widget for visually representing the progress status of a given job or task with the circular design.

CircleScroller

Circle scroller provides the scrollbar with a circular movement, and is scrolled by the Rotary event.

CircleSlider

Circle slider is a circular designed widget used to select a value in a range by the Rotary event.

CircleSpinner

The Circle Spinner is a widget to display and handle the spinner value by the Rotary event. Inherits Spinner.

CircleSurface

The CircleSurface presents a surface for drawing the circular feature of circle widgets.

MoreOption

The MoreOption is a widget composed of the toggle (cue button) and more option view that can change a visibility through the toggle. Inherits Layout

MoreOptionItem

The MoreOptionItem is an item of the MoreOption widget.

MoreOptionItemEventArgs

The MoreOptionItemEventArgs is an event arguments class for the MoreOptionItem. Inherits EventArgs

RotaryEventArgs

The RotaryEventArgs serves information for the triggered Rotary event.

RotaryEventExtensions

The RotaryEventManager serves extension functions for the Rotary event to EvasObject on a device like Galaxy Gear.

RotaryEventManager

The RotaryEventManager serves functions for the global Rotary event like Galaxy Gear.

RotarySelector

The RotarySelector is a widget to display a selector and multiple items surrounding the selector. An item can be selected by the Rotary event or user item click. Inherits Layout.

RotarySelectorItem

An instance to the Rotary Selector item is added. An item can be selected by the Rotary event or user item click.

RotarySelectorItemEventArgs

Selected and Clicked events of the RotarySelector contain the RotarySelectorItemEventArgs as a parameter. Inherits EventArgs.

Interfaces

ICircleWidget

The ICircleWidget is the interface for a widget to display and handle with the CircleSurface.

IRotaryActionWidget

The IRotaryActionWidget is the interface for a widget that has action by the Rotary event.

Enums

MoreOptionDirection

Enumeration for the more option direction types.

Delegates

RotaryEventHandler

Handler for the Rotary event.