X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=docs%2Fcontent%2Fmain.md;h=41354e0654dea458e46383a2302fea454fe7ce67;hp=c34c256d4b6053997faa757ec9762506eb048da1;hb=0b2e209ecfb3cedba510f53a4af58d7d8a2b3876;hpb=9fd31f8fd85f4d97b78bafb8dd255607f3d8b761 diff --git a/docs/content/main.md b/docs/content/main.md index c34c256..41354e0 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) @@ -30,6 +31,7 @@ + [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) @@ -39,24 +41,28 @@ + [Relative To Constraint](@ref constraints-relative-to) + [Multi-threading Notes](@ref animation-multi-threading-notes) + [Shader Animation](@ref animation-shader) + + [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 & Renderers + [Background Feature](@ref background) + Keyboard Focus - + Accessibility + + [Accessibility](@ref accessibility) + + [Control Renderers](@ref control-renderers) ### UI Components - + [Text Label](@ref text-label) - + [Text Field](@ref text-field) + Buttons - + TableView - + [Scroll View](@ref scroll-view) + [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) ### RenderTasks @@ -72,17 +78,16 @@ + 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)