Tizen Native API  6.5

Controls are interactive components for layouting the user interface.

Classes

class  Dali::Toolkit::Control
 Control is the base class for all controls. More...

Functions

DALI_TOOLKIT_API bool Dali::Toolkit::IsVertical (ControlOrientation::Type orientation)
 Queries whether an orientation is vertical.
DALI_TOOLKIT_API bool Dali::Toolkit::IsHorizontal (ControlOrientation::Type orientation)
 Queries whether an orientation is horizontal.

Namespaces

namespace  Dali::Toolkit::Align
 

Enumerations for the alignment of Visuals.


namespace  Dali::Toolkit::ControlOrientation
 

Control Orientation namespace.


Enumerations

enum  Dali::Toolkit::PropertyRanges
 Enumeration for the start and end property ranges. More...

Enumeration Type Documentation

Enumeration for the start and end property ranges.

Since:
3.0, DALi version 1.1.45
Enumerator:
VISUAL_PROPERTY_BASE_START_INDEX 

Visual Property Base Start Index.

Since:
3.0, DALi version 1.1.45
VISUAL_PROPERTY_BASE_END_INDEX 

Visual Property Base End Index.

Since:
3.0, DALi version 1.1.45
VISUAL_PROPERTY_START_INDEX 

Visual Property Start Index.

Since:
3.0, DALi version 1.1.45
VISUAL_PROPERTY_END_INDEX 

Visual Property End Index.

Since:
3.0, DALi version 1.1.45

Function Documentation

DALI_TOOLKIT_API bool Dali::Toolkit::IsHorizontal ( ControlOrientation::Type  orientation)

Queries whether an orientation is horizontal.

Since:
2.4, DALi version 1.0.0
Parameters:
[in]orientationThe orientation
Returns:
true if the orientation is horizontal
DALI_TOOLKIT_API bool Dali::Toolkit::IsVertical ( ControlOrientation::Type  orientation)

Queries whether an orientation is vertical.

Parameters:
[in]orientationThe orientation
Returns:
true if the orientation is vertical