|
enum | CheckBoxEventType { CHECKBOX_STATE_EVENT_SELECTED,
CHECKBOX_STATE_EVENT_UNSELECTED
} |
| Checkbox event type, there are two type here: More...
|
|
enum | EventType { SELECTED,
UNSELECTED
} |
| CheckBox event type, currently only "selected" and "unselected" event are cared. More...
|
|
enum | KeyboardReturnType {
DEFAULT,
DONE,
SEND,
SEARCH,
GO
} |
| The popup keyboard return type. More...
|
|
enum | InputMode {
ANY,
EMAIL_ADDRESS,
NUMERIC,
PHONE_NUMBER,
URL,
DECIMAL,
SINGLE_LINE
} |
| The EditBox::InputMode defines the type of text that the user is allowed to enter. More...
|
|
enum | InputFlag {
PASSWORD,
SENSITIVE,
INITIAL_CAPS_WORD,
INITIAL_CAPS_SENTENCE,
INTIAL_CAPS_ALL_CHARACTERS
} |
| The EditBox::InputFlag defines how the input text is displayed/formatted. More...
|
|
enum | Type { ABSOLUTE,
VERTICAL,
HORIZONTAL,
RELATIVE
} |
| Layout type, default is ABSOLUTE. More...
|
|
enum | ClippingType { STENCIL,
SCISSOR
} |
| Clipping Type, default is STENCIL. More...
|
|
enum | BackGroundColorType { NONE,
SOLID,
GRADIENT
} |
| Background color type, default is NONE. More...
|
|
enum | HorizontalEdge { None,
Left,
Right,
Center
} |
| Horizontal dock position type. More...
|
|
enum | VerticalEdge { None,
Bottom,
Top,
Center
} |
| Vertical dock position type. More...
|
|
enum | Type { NONE = 0,
LINEAR,
RELATIVE
} |
| Layout parameter type. More...
|
|
enum | LinearGravity {
NONE,
LEFT,
TOP,
RIGHT,
BOTTOM,
CENTER_VERTICAL,
CENTER_HORIZONTAL
} |
| Linear gravity. More...
|
|
enum | RelativeAlign {
NONE,
PARENT_TOP_LEFT,
PARENT_TOP_CENTER_HORIZONTAL,
PARENT_TOP_RIGHT,
PARENT_LEFT_CENTER_VERTICAL,
CENTER_IN_PARENT,
PARENT_RIGHT_CENTER_VERTICAL,
PARENT_LEFT_BOTTOM,
PARENT_BOTTOM_CENTER_HORIZONTAL,
PARENT_RIGHT_BOTTOM,
LOCATION_ABOVE_LEFTALIGN,
LOCATION_ABOVE_CENTER,
LOCATION_ABOVE_RIGHTALIGN,
LOCATION_LEFT_OF_TOPALIGN,
LOCATION_LEFT_OF_CENTER,
LOCATION_LEFT_OF_BOTTOMALIGN,
LOCATION_RIGHT_OF_TOPALIGN,
LOCATION_RIGHT_OF_CENTER,
LOCATION_RIGHT_OF_BOTTOMALIGN,
LOCATION_BELOW_LEFTALIGN,
LOCATION_BELOW_CENTER,
LOCATION_BELOW_RIGHTALIGN
} |
| Relative Alignment type. More...
|
|
enum | ListViewEventType { LISTVIEW_ONSELECTEDITEM_START,
LISTVIEW_ONSELECTEDITEM_END
} |
| ListView click item event type. More...
|
|
enum | Gravity {
LEFT,
RIGHT,
CENTER_HORIZONTAL,
TOP,
BOTTOM,
CENTER_VERTICAL
} |
| Gravity for docking elements in ListView. More...
|
|
enum | EventType { ON_SELECTED_ITEM_START,
ON_SELECTED_ITEM_END
} |
| ListView element item click event. More...
|
|
enum | Direction { LEFT,
RIGHT
} |
| Loading bar progress direction. More...
|
|
enum | PageViewEventType { PAGEVIEW_EVENT_TURNING
} |
| PageView page turn event type. More...
|
|
enum | EventType { TURNING
} |
| Page turn event tpye. More...
|
|
enum | TouchDirection { LEFT,
RIGHT
} |
| Touch direction type. More...
|
|
enum | AutoScrollDirection { LEFT,
RIGHT
} |
|
enum | Type { TEXT,
IMAGE,
CUSTOM
} |
| Rich element type. More...
|
|
enum | State { NORMAL,
GRAY
} |
| Builtin shader state. More...
|
|
enum | ScrollviewEventType {
SCROLLVIEW_EVENT_SCROLL_TO_TOP,
SCROLLVIEW_EVENT_SCROLL_TO_BOTTOM,
SCROLLVIEW_EVENT_SCROLL_TO_LEFT,
SCROLLVIEW_EVENT_SCROLL_TO_RIGHT,
SCROLLVIEW_EVENT_SCROLLING,
SCROLLVIEW_EVENT_BOUNCE_TOP,
SCROLLVIEW_EVENT_BOUNCE_BOTTOM,
SCROLLVIEW_EVENT_BOUNCE_LEFT,
SCROLLVIEW_EVENT_BOUNCE_RIGHT
} |
| Scrollview scroll event type. More...
|
|
enum | Direction { NONE,
VERTICAL,
HORIZONTAL,
BOTH
} |
| ScrollView scroll direction type. More...
|
|
enum | EventType {
SCROLL_TO_TOP,
SCROLL_TO_BOTTOM,
SCROLL_TO_LEFT,
SCROLL_TO_RIGHT,
SCROLLING,
BOUNCE_TOP,
BOUNCE_BOTTOM,
BOUNCE_LEFT,
BOUNCE_RIGHT
} |
| Scrollview scroll event type. More...
|
|
enum | SliderEventType { SLIDER_PERCENTCHANGED
} |
|
enum | EventType { ON_PERCENTAGE_CHANGED
} |
| EventType Slider event type. More...
|
|
enum | Type { SYSTEM,
TTF
} |
| Type Text type. More...
|
|
enum | TextFiledEventType { TEXTFIELD_EVENT_ATTACH_WITH_IME,
TEXTFIELD_EVENT_DETACH_WITH_IME,
TEXTFIELD_EVENT_INSERT_TEXT,
TEXTFIELD_EVENT_DELETE_BACKWARD
} |
| TextField event type. More...
|
|
enum | EventType { ATTACH_WITH_IME,
DETACH_WITH_IME,
INSERT_TEXT,
DELETE_BACKWARD
} |
| TextField event type. More...
|
|
enum | EventType { PLAYING = 0,
PAUSED,
STOPPED,
COMPLETED
} |
|
enum | Source { FILENAME = 0,
URL
} |
|
enum | TouchEventType { TOUCH_EVENT_BEGAN,
TOUCH_EVENT_MOVED,
TOUCH_EVENT_ENDED,
TOUCH_EVENT_CANCELED
} |
| Touch event type. More...
|
|
enum | FocusDirection { LEFT,
RIGHT,
UP,
DOWN
} |
| Widget focus direction. More...
|
|
enum | PositionType { ABSOLUTE,
PERCENT
} |
| Widget position type for layout. More...
|
|
enum | SizeType { ABSOLUTE,
PERCENT
} |
| Widget size type for layout. More...
|
|
enum | TouchEventType { BEGAN,
MOVED,
ENDED,
CANCELED
} |
| Touch event type. More...
|
|
enum | TextureResType { LOCAL = 0,
PLIST = 1
} |
| Texture resource type. More...
|
|
enum | BrightStyle { NONE = -1,
NORMAL,
HIGHLIGHT
} |
| Widget bright style. More...
|
|
enum | Direction { NONE = -1,
HORIZONTAL = 0,
VERTICAL,
BOTH
} |
|
enum | VerticalFillOrder { TOP_DOWN,
BOTTOM_UP
} |
|