From: Yoonsang Lee Date: Fri, 17 Jul 2015 08:03:02 +0000 (+0900) Subject: [DALi][DOC-213] Update section titles X-Git-Tag: tizen_3.0/TD_SYNC/20161201~691^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=020d8a9db9bd278cb3812ea49fab5c9ada0a3cf8;p=sdk%2Fonline-doc.git [DALi][DOC-213] Update section titles Signed-off-by: Yoonsang Lee Change-Id: Ie218e347c87b288252b8634c6940034526006ba6 --- diff --git a/org.tizen.ui.guides/html/native/dali/advanced_animation_n.htm b/org.tizen.ui.guides/html/native/dali/advanced_animation_n.htm index cbfb7ca..065525e 100755 --- a/org.tizen.ui.guides/html/native/dali/advanced_animation_n.htm +++ b/org.tizen.ui.guides/html/native/dali/advanced_animation_n.htm @@ -11,7 +11,7 @@ - Advanced Animations + Types of Animations: Various Animations Realizable with DALi @@ -40,7 +40,7 @@
-

Advanced Animations

+

Types of Animations: Various Animations Realizable with DALi

Frame Animation

diff --git a/org.tizen.ui.guides/html/native/dali/animation_n.htm b/org.tizen.ui.guides/html/native/dali/animation_n.htm index 707ce6a..ac66a46 100755 --- a/org.tizen.ui.guides/html/native/dali/animation_n.htm +++ b/org.tizen.ui.guides/html/native/dali/animation_n.htm @@ -11,7 +11,7 @@ - Animation: Creating Transformations + Animation: Making Your Actors Alive @@ -30,7 +30,7 @@
-

Animation: Creating Transformations

+

Animation: Making Your Actors Alive

Animation is an effect that shows sequential frames in quick succession to give the illusion of movement.

diff --git a/org.tizen.ui.guides/html/native/dali/buttons_n.htm b/org.tizen.ui.guides/html/native/dali/buttons_n.htm index b2f4b99..6aed365 100755 --- a/org.tizen.ui.guides/html/native/dali/buttons_n.htm +++ b/org.tizen.ui.guides/html/native/dali/buttons_n.htm @@ -11,7 +11,7 @@ - Buttons + Buttons: Push, Check, Select! @@ -42,7 +42,7 @@
-

Buttons

+

Buttons: Push, Check, Select!

Button is a small object on UI that you press in order to operate it. Dali provides button controls, such as PushButton , CheckBoxButton , and RadioButton . The base class for button controls is Toolkit::Button. The Toolkit::Button class provides the disabled property and the clicked signal. Basic signals provided by the Toolkit::Button class are listed in the following table.

diff --git a/org.tizen.ui.guides/html/native/dali/constraints_n.htm b/org.tizen.ui.guides/html/native/dali/constraints_n.htm index 40c10c0..15b9925 100755 --- a/org.tizen.ui.guides/html/native/dali/constraints_n.htm +++ b/org.tizen.ui.guides/html/native/dali/constraints_n.htm @@ -11,7 +11,7 @@ - Constraints + Constraints: Imposing Your Own Constraints on Actors @@ -40,7 +40,7 @@
-

Constraints

+

Constraints: Imposing Your Own Constraints on Actors

Constraints are used to modify the property of an actor, based on other properties of the same actor; properties of the actor's parent; or properties of another actor altogether, when the modification needs to be at run-time. Custom functions or functors can be supplied, where the desired value of the property can be calculated. These functions (or functors) are called in every frame, therefore they must be fast and not too complex, otherwise they can affect performance.

Multiple constraints can be applied to the same actor at the same time. The order in which constraints are applied is important as this is the order in which they are processed in the update thread.

diff --git a/org.tizen.ui.guides/html/native/dali/guides_dali_n.htm b/org.tizen.ui.guides/html/native/dali/guides_dali_n.htm index a0eab21..d77f593 100755 --- a/org.tizen.ui.guides/html/native/dali/guides_dali_n.htm +++ b/org.tizen.ui.guides/html/native/dali/guides_dali_n.htm @@ -49,8 +49,21 @@

Enables you to handle DALi events.

  • UI Components: Creating the Application Layout

    Enables you to handle DALi UI components.

  • -
  • Animation: Creating Transformations + +
  • Animation: Making Your Actors Alive

    Enables you to create animated effects.

  • +
  • Resources: Handling Images

    Enables you to manage resource images.

  • Rendering and Effects: Managing Viewing Modes and Shader Effects diff --git a/org.tizen.ui.guides/html/native/dali/itemview_n.htm b/org.tizen.ui.guides/html/native/dali/itemview_n.htm index 2f1a533..756d4b4 100755 --- a/org.tizen.ui.guides/html/native/dali/itemview_n.htm +++ b/org.tizen.ui.guides/html/native/dali/itemview_n.htm @@ -11,7 +11,7 @@ - ItemView + ItemView: Item Container with Layouts @@ -43,7 +43,7 @@
  • -

    ItemView

    +

    ItemView: Item Container with Layouts

    The ItemView class provides scrollable layout for item sets. The ItemView is a scrollable container that can contain many items. It can have several layouts. There are also built-in layouts that you can use, as illustrated in the following figure.

    diff --git a/org.tizen.ui.guides/html/native/dali/multi_threading_n.htm b/org.tizen.ui.guides/html/native/dali/multi_threading_n.htm index 61c1110..1c15151 100755 --- a/org.tizen.ui.guides/html/native/dali/multi_threading_n.htm +++ b/org.tizen.ui.guides/html/native/dali/multi_threading_n.htm @@ -11,7 +11,7 @@ - Multi-threading + Multi-Threading Notes: The Secret of High-Performance Animation in DALi @@ -36,7 +36,7 @@
    -

    Multi-threading

    +

    Multi-Threading Notes: The Secret of High-Performance Animation in DALi

    Multi-threaded Architecture

    diff --git a/org.tizen.ui.guides/html/native/dali/scrollview_n.htm b/org.tizen.ui.guides/html/native/dali/scrollview_n.htm index 7be69a6..5ceab0c 100755 --- a/org.tizen.ui.guides/html/native/dali/scrollview_n.htm +++ b/org.tizen.ui.guides/html/native/dali/scrollview_n.htm @@ -11,7 +11,7 @@ - ScrollView + ScrollView: Scrollable Container for Items @@ -49,7 +49,7 @@
    -

    ScrollView

    +

    ScrollView: Scrollable Container for Items

    The ScrollView class provides scrollable view. The ScrollView contains actors that can be scrolled manually through touch or automatically.

    diff --git a/org.tizen.ui.guides/html/native/dali/tableview_n.htm b/org.tizen.ui.guides/html/native/dali/tableview_n.htm index 0287f7a..6de3ce8 100755 --- a/org.tizen.ui.guides/html/native/dali/tableview_n.htm +++ b/org.tizen.ui.guides/html/native/dali/tableview_n.htm @@ -11,7 +11,7 @@ - TableView + TableView: Container with Grid-like Layout @@ -30,7 +30,7 @@
    -

    TableView

    +

    TableView: Container with Grid-like Layout

    The TableView class is a layout container for aligning child actors in a grid like layout. TableView constraints the x and y position and width and height of the child actors.

    diff --git a/org.tizen.ui.guides/html/native/dali/textfield_n.htm b/org.tizen.ui.guides/html/native/dali/textfield_n.htm index bd44fec..67f878b 100755 --- a/org.tizen.ui.guides/html/native/dali/textfield_n.htm +++ b/org.tizen.ui.guides/html/native/dali/textfield_n.htm @@ -11,7 +11,7 @@ - TextField + TextField: Type Your Text! @@ -37,7 +37,7 @@
    -

    TextField

    +

    TextField: Type Your Text!

    The TextField class is a control providing a single-line editable text field.

    diff --git a/org.tizen.ui.guides/html/native/dali/textlabel_n.htm b/org.tizen.ui.guides/html/native/dali/textlabel_n.htm index 1835665..280b89b 100755 --- a/org.tizen.ui.guides/html/native/dali/textlabel_n.htm +++ b/org.tizen.ui.guides/html/native/dali/textlabel_n.htm @@ -11,7 +11,7 @@ - TextLabel + TextLabel: Displaying Text Labels @@ -41,7 +41,7 @@
    -

    TextLabel

    +

    TextLabel: Displaying Text Labels

    The TextLabel class provides a control that renders a short text string. The text labels are lightweight, non-editable, and do not respond to user input.