[DALi][DOC-213] Update dali_component.png & signal_slot.png and some description
authorYoonsang Lee <ysang114.lee@samsung.com>
Thu, 9 Jul 2015 02:36:03 +0000 (11:36 +0900)
committerYoonsang Lee <ysang114.lee@samsung.com>
Thu, 9 Jul 2015 04:38:27 +0000 (13:38 +0900)
Signed-off-by: Yoonsang Lee <ysang114.lee@samsung.com>
Change-Id: I9f3468e10bb00327ec429fdc6691f1c936e56932

org.tizen.ui.guides/html/images/dali_component.png
org.tizen.ui.guides/html/images/signal_slot.png
org.tizen.ui.guides/html/native/dali/dali_overview_n.htm
org.tizen.ui.guides/html/native/dali/event_handling_n.htm

index db4bc0a..cec1dcc 100755 (executable)
Binary files a/org.tizen.ui.guides/html/images/dali_component.png and b/org.tizen.ui.guides/html/images/dali_component.png differ
index 18d2f4e..eac4d50 100755 (executable)
Binary files a/org.tizen.ui.guides/html/images/signal_slot.png and b/org.tizen.ui.guides/html/images/signal_slot.png differ
index 47184a2..cb67d3a 100755 (executable)
@@ -47,7 +47,7 @@
 <h3>Actor and Stage</h3>\r
 \r
 <p>Actor is the primary object for interaction in DALi applications. Actors are effective nodes that receive input (touch events) and act as a container for drawable elements and other actors. A DALi application uses a hierarchy of actor objects to position visible content. An actor inherits a position relative to its parent, and can be moved relative to this point. UI components can be built by combining multiple actors.</p>\r
-<p>Stage is a top-level node of the scene graph used for displaying a tree of actors. To display an actor, add is to the stage.</p>\r
+<p>Stage is a top-level node of the scene graph used for displaying a tree of actors. To display an actor, add it to the stage.</p>\r
 \r
 <h3>Signal and Slot</h3>\r
 \r
@@ -68,7 +68,7 @@ DALi.</p>
 <li><span style="font-family: Courier New,Courier,monospace;">dali-toolkit</span>\r
 <p>This module provides UI components and various effects on top of the dali-core.</p></li>\r
 <li><span style="font-family: Courier New,Courier,monospace;">dali-adaptor</span>\r
-<p><span style="font-family: Courier New,Courier,monospace;">dali-adaptor</span> is a platform adaptation layer. It initializes and sets up DALi appropriately. The module provides many platform-related services. Several signals can be connected to it to keep you informed when certain platform-related activities occur.</p></li>\r
+<p><span style="font-family: Courier New,Courier,monospace;">dali-adaptor</span> is a platform adaptation layer. It initializes and sets up DALi appropriately. The module provides many platform-related services with its internal module, platform abstraction. Several signals can be connected to it to keep you informed when certain platform-related activities occur.</p></li>\r
 </ul>\r
 <p class="figure">Figure: DALi internal structure</p>\r
 <p align="center"><img alt="DALi internal structure" src="../../images/dali_component.png" /></p>\r
index 8eace44..07ffd8d 100755 (executable)
 \r
 <p>The concept of signal and slots were introduced by Qt for communication between objects. The event mechanism of DALi is inspired by Qt.</p>\r
 \r
-<p class="figure">Figure: Signal and slot event handling</p>  \r
+<p class="figure">Figure: A schematic example of signal-slot connections<br>\r
+                                                                       : Signal 1 is connected to slot 1,<br>\r
+                                                                       signal 2 is connected to slot 1 & slot 3, <br>\r
+                                                                       and signal 3 is connected to slot 2.</p>  \r
        <p align="center"><img alt="Signal and slot event handling" src="../../images/signal_slot.png"/></p> \r
  \r
 <p>The signal and slot system has following advantages:</p>\r