Tizen Native API
5.5
|
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:
- 2.4, DALi version 1.0.0
Member Enumeration Documentation
anonymous enum |
Enumeration for the instance of properties belonging to the Button class.
- Since:
- 2.4, DALi version 1.0.0
- Enumerator:
DISABLED name "disabled", type bool
Sets the button as disabled.
- Since:
- 2.4, 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:
- 2.4, DALi version 1.0.0
INITIAL_AUTO_REPEATING_DELAY name "initialAutoRepeatingDelay", type float
By default this value is set to 0.15 seconds.
- Since:
- 2.4, DALi version 1.0.0
NEXT_AUTO_REPEATING_DELAY name "nextAutoRepeatingDelay", type float
default this value is set to 0.05 seconds
- Since:
- 2.4, 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:
- 2.4, 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:
- 2.4, DALi version 1.0.0
UNSELECTED_VISUAL name "unselectedVisual", type string if it is a url, map otherwise.
Sets the unselected button foreground/icon visual
- Since:
- 5.5, DALi version 1.4.32
SELECTED_VISUAL name "selectedImage", type string if it is a url, map otherwise
Sets the selected button foreground/icon visual
- Since:
- 5.5, DALi version 1.4.32
DISABLED_SELECTED_VISUAL name "disabledSelectedVisual", type string if it is a url, map otherwise
Sets the disabled selected state foreground/icon button visual
- Since:
- 5.5, DALi version 1.4.32
DISABLED_UNSELECTED_VISUAL name "disabledUnselectedVisual", type string if it is a url, map otherwise
Sets the disabled unselected state foreground/icon visual
- Since:
- 5.5, DALi version 1.4.32
UNSELECTED_BACKGROUND_VISUAL name "unselectedBackgroundVisual", type string if it is a url, map otherwise
Sets the disabled in the unselected state background, button visual
- Since:
- 5.5, DALi version 1.4.32
LABEL name "label", type Property::Map or std::string
- Since:
- 2.4, DALi version 1.0.0
SELECTED_BACKGROUND_VISUAL name "selectedBackgroundVisual", type string if it is a url, map otherwise
Sets the selected background button visual
- Since:
- 5.5, DALi version 1.4.32
DISABLED_UNSELECTED_BACKGROUND_VISUAL name "disabledUnselectedBackgroundVisual", type string if it is a url, map otherwise
Sets the disabled while unselected background button visual
- Since:
- 5.5, DALi version 1.4.32
DISABLED_SELECTED_BACKGROUND_VISUAL name "disabledSelectedBackgroundVisual", type string if it is a url, map otherwise
Sets the disabled while selected background button visual
- Since:
- 5.5, DALi version 1.4.32