X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=docs%2Fcontent%2Fmain.md;h=29aea034ac956ca198f0b26dd25723dd74bfd116;hp=61b3c7599cc0696e2ae2a05366974c1f0f15ebf9;hb=e3f6ef9404f35aed638b5de626ca430265054e59;hpb=957e21ff67b0680b79b8532db4ea310c43eef770 diff --git a/docs/content/main.md b/docs/content/main.md index 61b3c75..29aea03 100644 --- a/docs/content/main.md +++ b/docs/content/main.md @@ -9,16 +9,15 @@ + [DALi Fundamentals](@ref fundamentals) + [Actors & Stage](@ref actors-and-stage) + [Coordinate System](@ref coordinate-system) - + Units & the Default Camera (default unit 1 is 1 pixel with default camera) + + [Scene Graph](@ref scene-graph) + [Handle / Body Idiom](@ref handle-body-idiom) - + Signals + + [Signals](@ref signals) + [Properties](@ref properties) - + Actions - + Tutorial - + [Hello World](@ref hello-world) + + [Actions](@ref actions) + + [Tutorial: Hello World](@ref hello-world) ### Getting Started - + How to build DALi on Ubuntu Desktop + + [How to build DALi on Ubuntu Desktop](@ref build-ubuntu) ### Programming Guide + [Programming Languages:](@ref programming-languages) @@ -26,25 +25,20 @@ + [JavaScript](@ref java-script-support) + [JSON](@ref json-support) + [Application](@ref dali-application) - + Actors + + [Actors](@ref actors-and-stage) + [Positioning](@ref positioning-actors) + [Event Handling](@ref event-system) + [Layouting](@ref size-negotiation) + [Image Actor](@ref image-actor) - + Animation - + AnimateTo - + AnimateBy - + Key Frame Animations - + Path Animations + + [Animation](@ref animation) + + [Basic Framework](@ref animation-basics) + + [Key Frame Animations](@ref animation-key-frame) + + [Path Animations](@ref animation-paths) + [Constraints](@ref constraints) - + Equal To Constraint - + Relative To Constraint - + Linear Constrainer - + Path Constrainer + + [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) - + [Example and Usage](@ref animation-example) - + [Rotation with quaternions](@ref animation-rotation) ### Resources + Resource Image @@ -56,7 +50,7 @@ + Keyboard Focus + Accessibility -### UI Controls +### UI Components + [Text Label](@ref text-label) + [Text Field](@ref text-field) + Buttons @@ -78,7 +72,6 @@ + Environment Variables + [Resource Tracking](@ref resourcetracking) + Logging - + GUI Builder + [Stagehand - DALi Visual Debugger](@ref stagehand) ### Viewing Modes @@ -86,7 +79,7 @@ ### Extending DALi + Control Base Class Services - + How to write Custom UI Controls + + How to write Custom UI Components + [Size Negotiation for Controls](@ref size-negotiation-controls) + [Type Registration](@ref type-registration) + How to make Controls Scriptable @@ -97,6 +90,7 @@ ### Application Optimization Guide + [Texture Atlases](@ref textureatlases) + [Texture Compression](@ref texturecompression) + + [Rescaling Images](@ref resourceimagescaling) + Performance & Debugging + [Performance Tips](@ref performancetips) + [Performance Profiling](@ref performanceprofiling)