X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=docs%2Fcontent%2Fmain.md;h=8aacc9d7cd60274995ce2c7ed014d94637816801;hp=380828a733f02e9b9e4d7c0ec90d8440b344203a;hb=0d0d1198ad880d6217c4a9b972a0c481d6f1b2a0;hpb=77abc294f7cc107aa575454735a0201b9f3a254a diff --git a/docs/content/main.md b/docs/content/main.md index 380828a..8aacc9d 100644 --- a/docs/content/main.md +++ b/docs/content/main.md @@ -1,4 +1,4 @@ -# DALi Introduction +# DALi Introduction ajskdfajksd fhksja ### Introduction + [What is DALi?](@ref dali-introduction) @@ -8,6 +8,7 @@ + [Main, Update & Render Threads](@ref dali-threads) + [DALi Fundamentals](@ref fundamentals) + [Actors & Stage](@ref actors-and-stage) + + [Layers and draw order](@ref layer) + [Coordinate System](@ref coordinate-system) + [Scene Graph](@ref scene-graph) + [Handle / Body Idiom](@ref handle-body-idiom) @@ -29,8 +30,6 @@ + [Positioning](@ref positioning-actors) + [Event Handling](@ref event-system) + [Layouting](@ref size-negotiation) - + [Image Actor](@ref image-actor) - + [Image View](@ref image-view) + [Animation](@ref animation) + [Basic Framework](@ref animation-basics) + [Key Frame Animations](@ref animation-key-frame) @@ -47,17 +46,20 @@ + [9 Patch Image](@ref resource-9-patch) + [Buffer Image](@ref resource-buffer) -### Control Base Class +### Control Base Class & Renderers + [Background Feature](@ref background) + Keyboard Focus + [Accessibility](@ref accessibility) + + [Control Renderers](@ref control-renderers) ### UI Components + Buttons + + [FlexContainer](@ref flex-container) + [ItemView](@ref item-view) + [Popup](@ref popup) + [Scroll View](@ref scroll-view) + TableView + + [Text Editor](@ref text-editor) + [Text Field](@ref text-field) + [Text Label](@ref text-label) @@ -75,24 +77,21 @@ + Environment Variables + [Resource Tracking](@ref resourcetracking) + Logging + + [Debug Renderer](@ref debugrenderer) + [Stagehand - DALi Visual Debugger](@ref stagehand) ### Viewing Modes + [Overview](@ref viewing-modes) ### Extending DALi - + Control Base Class Services - + How to write Custom UI Components + + [How to write Custom UI Components](@ref creating-custom-controls) + [Size Negotiation for Controls](@ref size-negotiation-controls) + [Type Registration](@ref type-registration) - + How to make Controls Scriptable + [Automated Tests](@ref auto_testing) + [Programming Guide](@ref documentationguide) + [JavaScript Wrapping Guide for DALi developers](@ref javascriptwrapping) ### Application Optimization Guide - + [Texture Atlases](@ref textureatlases) - + [Texture Compression](@ref texturecompression) + [Rescaling Images](@ref resourceimagescaling) + Performance & Debugging + [Performance Tips](@ref performancetips)