5 * Copyright (c) 2016 Samsung Electronics Co., Ltd.
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
11 * http://www.apache.org/licenses/LICENSE-2.0
13 * Unless required by applicable law or agreed to in writing, software
14 * distributed under the License is distributed on an "AS IS" BASIS,
15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 * See the License for the specific language governing permissions and
17 * limitations under the License.
22 * @defgroup dali_core DALi Core
24 * @brief DALi Core provides core functionalities such as scene graph-based rendering, animation, and event handling.
26 * It is a base module and forms the biggest part of DALi.
28 * @section dali_core_overview Overview
30 * DALi Core consists of the following groups of API:
35 * <th>Description</th>
38 * <td>@ref dali_core_actors</td>
39 * <td>Actor is the primary object for interaction in DALi applications.</td>
42 * <td>@ref dali_core_animation</td>
43 * <td>Animation allows your objects to move around / change their properties for a specified duration.</td>
46 * <td>@ref dali_core_common</td>
47 * <td>Common classes for using DALi.</td>
50 * <td>@ref dali_core_events</td>
51 * <td>Input events and gestures supported by DALi.</td>
54 * <td>@ref dali_core_images</td>
55 * <td>Classes for handling images.</td>
58 * <td>@ref dali_core_math</td>
59 * <td>Basic math classes.</td>
62 * <td>@ref dali_core_object</td>
63 * <td>Classes for the handle/body pattern and property system.</td>
66 * <td>@ref dali_core_rendering_effects</td>
67 * <td>Render task and shader effect classes.</td>
70 * <td>@ref dali_core_signals</td>
71 * <td>Classes for the signal and slot structure.</td>
75 * \ifnot show_tizen_feature
77 * @section dali_toolkit_feature Related Features
78 * This API is related with the following features:\n
79 * - http://tizen.org/feature/opengles.version.2_0\n
81 * It is recommended to design feature related codes in your application for reliability.\n
83 * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
85 * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
87 * More details on featuring your application can be found from <a href="https://developer.tizen.org/development/tools/native-tools/manifest-text-editor#feature"><b>Feature Element</b>.</a>
93 * @defgroup dali_core_actors Actors
94 * @brief Actor is the primary object for interaction in DALi applications.
96 * @defgroup dali_core_animation Animation
97 * @brief Animation allows your objects to move around / change their properties for a specified duration.
99 * @defgroup dali_core_common Common
100 * @brief Common classes for using DALi.
102 * @defgroup dali_core_events Events
103 * @brief Input events and gestures supported by DALi.
105 * @defgroup dali_core_images Images
106 * @brief Classes for handling resource images.
108 * @defgroup dali_core_math Math
109 * @brief Basic math classes.
111 * @defgroup dali_core_object Object
112 * @brief Classes for the handle/body pattern and property system.
114 * @defgroup dali_core_rendering_effects Rendering & Effect
115 * @brief Render task and shader effect classes.
117 * @defgroup dali_core_signals Signal
118 * @brief Classes for the signal and slot structure.
122 #endif /* __DALI_DOC_H__ */