Tizen Native API  5.0
Dali::Toolkit::Button::Property Struct Reference

Enumeration for the instance of properties belonging to the Button class. More...

Public Types

enum  
 Enumeration for the instance of properties belonging to the Button class. More...

Detailed Description

Enumeration for the instance of properties belonging to the Button class.

Since:
3.0, DALi version 1.0.0

Member Enumeration Documentation

anonymous enum

Enumeration for the instance of properties belonging to the Button class.

Since:
3.0, DALi version 1.0.0
Enumerator:
DISABLED 

name "disabled", type bool

Sets the button as disabled.

Since:
3.0, DALi version 1.0.0
AUTO_REPEATING 

name "autoRepeating", type bool

If the autorepeating property is set to true then the togglable property is set to false

Since:
3.0, DALi version 1.0.0
INITIAL_AUTO_REPEATING_DELAY 

name "initialAutoRepeatingDelay", type float

By default this value is set to 0.15 seconds.

Since:
3.0, DALi version 1.0.0
NEXT_AUTO_REPEATING_DELAY 

name "nextAutoRepeatingDelay", type float

default this value is set to 0.05 seconds

Since:
3.0, DALi version 1.0.0
TOGGLABLE 

name "togglable", type bool

If the togglable property is set to true, then the autorepeating property is set to false.

Since:
3.0, DALi version 1.0.0
SELECTED 

name "selected", type bool

Sets the togglable button as either selected or unselected, togglable property must be set to true.

Since:
3.0, DALi version 1.0.0
UNSELECTED_STATE_IMAGE 

name "unselectedStateImage", type string if it is a url, map otherwise

Deprecated:
Deprecated since 3.0, DALi version 1.1.XX Use UNSELECTED_VISUAL

Sets the unselected button foreground image

Since:
3.0, DALi version 1.0.0
SELECTED_STATE_IMAGE 

name "selectedStateImage", type string if it is a url, map otherwise

Deprecated:
Deprecated since 3.0, DALi version 1.1.XX Use SELECTED_VISUAL

Sets the selected button foreground image

Since:
3.0, DALi version 1.0.0
DISABLED_STATE_IMAGE 

name "disabledStateImage", type string if it is a url, map otherwise

Deprecated:
Deprecated since 3.0, DALi version 1.1.XX Use DISABLED_UNSELECTED_VISUAL

Sets the disabled whilst unselected foreground button visual

Since:
3.0, DALi version 1.0.0
UNSELECTED_COLOR 

name "unselectedColor", type Vector4

Deprecated:
Deprecated since 3.0, DALi version 1.1.XX Use UNSELECTED_BACKGROUND_VISUAL
Since:
3.0, DALi version 1.0.0
SELECTED_COLOR 

name "selectedColor", type Vector4

Deprecated:
Deprecated since 3.0, DALi version 1.1.XX Use SELECTED_BACKGROUND_VISUAL
Since:
3.0, DALi version 1.0.0
LABEL 

name "label", type Property::Map or std::string

Since:
3.0, DALi version 1.0.0
LABEL_TEXT 

name "labelText", type std::string

Deprecated:
Deprecated since 3.0, DALi version 1.1.32 Use LABEL
Since:
3.0, DALi version 1.0.0