X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=docs%2Fcontent%2Fmain.md;h=2bc8bdde8d168756253fa47b0b2759220fdb4247;hp=920c5db0499a4eb63c25bbb21df47a4f4a8a011a;hb=ae39f286ebab8c4b2d263082ef16ca02b5cd228c;hpb=ddc61b05fccb7c1a96ca677276914a0e1dde827b diff --git a/docs/content/main.md b/docs/content/main.md index 920c5db..2bc8bdd 100644 --- a/docs/content/main.md +++ b/docs/content/main.md @@ -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) @@ -22,14 +23,12 @@ ### Programming Guide + [Programming Languages:](@ref programming-languages) + [C++](@ref c-plus-plus) - + [JavaScript](@ref java-script-support) + [JSON](@ref json-support) + [Application](@ref dali-application) + [Actors](@ref actors-and-stage) + [Positioning](@ref positioning-actors) + [Event Handling](@ref event-system) + [Layouting](@ref size-negotiation) - + [Image Actor](@ref image-actor) + [Animation](@ref animation) + [Basic Framework](@ref animation-basics) + [Key Frame Animations](@ref animation-key-frame) @@ -38,25 +37,27 @@ + [Equal To Constraint](@ref constraints-equal-to) + [Relative To Constraint](@ref constraints-relative-to) + [Multi-threading Notes](@ref animation-multi-threading-notes) - + [Shader Animation](@ref animation-shader) - + [Styling](@ref styling) + + [Styling](@ref styling) ### Resources + [Resource Image](@ref resource-image) + [9 Patch Image](@ref resource-9-patch) + [Buffer Image](@ref resource-buffer) -### Control Base Class +### Control Base Class & Visuals + [Background Feature](@ref background) + Keyboard Focus + [Accessibility](@ref accessibility) + + [Visuals](@ref visuals) ### 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) @@ -66,7 +67,7 @@ + [Overview](@ref shader-intro) ### Scripting - + [JSON and JavaScript Overview](@ref scriptoverview) + + [JSON Overview](@ref scriptoverview) + [JSON Syntax](@ref script-json-specification) + [Scripting Hello World](@ref script-hello) @@ -74,24 +75,17 @@ + Environment Variables + [Resource Tracking](@ref resourcetracking) + Logging + + [Visual Debug Rendering](@ref debugrendering) + [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)