Tizen Native API  3.0
Dali::Toolkit::DefaultItemLayout Namespace Reference

Enumeration for default item layout mode. More...

Functions

ItemLayoutPtr New (Type type)
 Creates a built-in default item-layout.

Enumerations

enum  Type
 Enumeration for the type of DefaultItemLayout. More...

Detailed Description

Enumeration for default item layout mode.

Since:
2.4, DALi version 1.0.0

Enumeration Type Documentation

Enumeration for the type of DefaultItemLayout.

Since:
2.4, DALi version 1.0.0
Enumerator:
DEPTH 

Items arranged in a grid, scrolling along the Z-Axis.

Since:
2.4, DALi version 1.0.0
GRID 

Items arranged in a grid, scrolling along the Y-Axis.

Since:
2.4, DALi version 1.0.0
LIST 

One item per line, scrolling along the Y-Axis.

Since:
2.4, DALi version 1.0.0
SPIRAL 

Items arranged in a spiral, centered around the Y-Axis.

Since:
2.4, DALi version 1.0.0

Function Documentation

Creates a built-in default item-layout.

Since:
2.4, DALi version 1.0.0
Parameters:
[in]typeThe type of layout required
Returns:
An ItemLayoutPtr to the newly created layout