[dali_2.3.19] Merge branch 'devel/master'
[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   + [Layers and draw order](@ref layer)
12   + [Coordinate System](@ref coordinate-system)
13   + [Scene Graph](@ref scene-graph)
14   + [Handle / Body Idiom](@ref handle-body-idiom)
15   + [Signals](@ref signals)
16   + [Properties](@ref properties)
17   + [Actions](@ref actions)
18  + [Tutorial: Hello World](@ref hello-world)
19
20 ### Getting Started
21  + [How to build DALi on Ubuntu Desktop](@ref build-ubuntu)
22
23 ### Programming Guide
24  + [Programming Languages:](@ref programming-languages)
25   + [C++](@ref c-plus-plus)
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  + [Animation](@ref animation)
33   + [Basic Framework](@ref animation-basics)
34   + [Key Frame Animations](@ref animation-key-frame)
35   + [Path Animations](@ref animation-paths)
36   + [Constraints](@ref constraints)
37    + [Equal To Constraint](@ref constraints-equal-to)
38    + [Relative To Constraint](@ref constraints-relative-to)
39   + [Multi-threading Notes](@ref animation-multi-threading-notes)
40  + [Styling](@ref styling)
41
42 ### Resources
43  + [Resource Image](@ref resource-image)
44  + [9 Patch Image](@ref resource-9-patch)
45  + [Buffer Image](@ref resource-buffer)
46
47 ### Control Base Class & Visuals
48  + [Background Feature](@ref background)
49  + Keyboard Focus
50  + [Accessibility](@ref accessibility)
51  + [Visuals](@ref visuals)
52
53 ### UI Components
54  + Buttons
55  + [FlexContainer](@ref flex-container)
56  + [ItemView](@ref item-view)
57  + [Popup](@ref popup)
58  + [Scroll View](@ref scroll-view)
59  + TableView
60  + [Text Editor](@ref text-editor)
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 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  + [Visual Debug Rendering](@ref debugrendering)
79  + [Stagehand - DALi Visual Debugger](@ref stagehand)
80
81 ### Extending DALi
82  + [How to write Custom UI Components](@ref creating-custom-controls)
83   + [Size Negotiation for Controls](@ref size-negotiation-controls)
84   + [Type Registration](@ref type-registration)
85  + [Automated Tests](@ref auto_testing)
86  + [Programming Guide](@ref documentationguide)
87
88 ### Application Optimization Guide
89  + [Rescaling Images](@ref resourceimagescaling)
90  + Performance & Debugging
91  + [Performance Tips](@ref performancetips)
92  + [Performance Profiling](@ref performanceprofiling)
93