Updated Programming guide.
[platform/core/uifw/dali-toolkit.git] / docs / content / main.md
1 # DALi Introduction
2
3 ### Introduction
4  + [What is DALi?](@ref dali-introduction)
5  + [Features](@ref dali-features)
6  + [High Level Design](@ref dali-hld)
7   + [Components](@ref dali-components)
8   + [Main, Update & Render Threads](@ref dali-threads)
9  + [DALi Fundamentals](@ref fundamentals)
10   + [Actors & Stage](@ref actors-and-stage)
11   + [Coordinate System](@ref coordinate-system)
12   + [Scene Graph](@ref scene-graph)
13   + [Handle / Body Idiom](@ref handle-body-idiom)
14   + [Signals](@ref signals)
15   + [Properties](@ref properties)
16   + [Actions](@ref actions)
17  + [Tutorial: Hello World](@ref hello-world)
18
19 ### Getting Started
20  + [How to build DALi on Ubuntu Desktop](@ref build-ubuntu)
21
22 ### Programming Guide
23  + [Programming Languages:](@ref programming-languages)
24   + [C++](@ref c-plus-plus)
25   + [JavaScript](@ref java-script-support)
26   + [JSON](@ref json-support)
27  + [Application](@ref dali-application)
28  + [Actors](@ref actors-and-stage)
29   + [Positioning](@ref positioning-actors)
30   + [Event Handling](@ref event-system)
31   + [Layouting](@ref size-negotiation)
32   + [Image Actor](@ref image-actor)
33   + [Image View](@ref image-view)
34  + [Animation](@ref animation)
35   + [Basic Framework](@ref animation-basics)
36   + [Key Frame Animations](@ref animation-key-frame)
37   + [Path Animations](@ref animation-paths)
38   + [Constraints](@ref constraints)
39    + [Equal To Constraint](@ref constraints-equal-to)
40    + [Relative To Constraint](@ref constraints-relative-to)
41   + [Multi-threading Notes](@ref animation-multi-threading-notes)
42   + [Shader Animation](@ref animation-shader)
43   + [Styling](@ref styling)
44
45 ### Resources
46  + [Resource Image](@ref resource-image)
47  + [9 Patch Image](@ref resource-9-patch)
48  + [Buffer Image](@ref resource-buffer)
49
50 ### Control Base Class
51  + [Background Feature](@ref background)
52  + Keyboard Focus
53  + [Accessibility](@ref accessibility)
54
55 ### UI Components
56  + Buttons
57  + [ItemView](@ref item-view)
58  + [Popup](@ref popup)
59  + [Scroll View](@ref scroll-view)
60  + TableView
61  + [Text Field](@ref text-field)
62  + [Text Label](@ref text-label)
63
64 ### RenderTasks
65
66 ### Shader Effects
67  + [Overview](@ref shader-intro)
68
69 ### Scripting
70  + [JSON and JavaScript Overview](@ref scriptoverview)
71  + [JSON Syntax](@ref script-json-specification)
72  + [Scripting Hello World](@ref script-hello)
73
74 ### Tools
75  + Environment Variables
76  + [Resource Tracking](@ref resourcetracking)
77  + Logging
78  + [Stagehand - DALi Visual Debugger](@ref stagehand)
79
80 ### Viewing Modes
81  + [Overview](@ref viewing-modes)
82
83 ### Extending DALi
84  + Control Base Class Services
85  + How to write Custom UI Components
86   + [Size Negotiation for Controls](@ref size-negotiation-controls)
87   + [Type Registration](@ref type-registration)
88   + How to make Controls Scriptable
89  + [Automated Tests](@ref auto_testing)
90  + [Programming Guide](@ref documentationguide)
91  + [JavaScript Wrapping Guide for DALi developers](@ref javascriptwrapping)
92
93 ### Application Optimization Guide
94  + [Texture Atlases](@ref textureatlases)
95  + [Texture Compression](@ref texturecompression)
96  + [Rescaling Images](@ref resourceimagescaling)
97  + Performance & Debugging
98  + [Performance Tips](@ref performancetips)
99  + [Performance Profiling](@ref performanceprofiling)
100