08f5c3aa0f47c24025d3477bdd6d2f2448934f85
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / visuals / visual-properties-devel.h
1 #ifndef DALI_TOOLKIT_VISUAL_PROPERTIES_DEVEL_H
2 #define DALI_TOOLKIT_VISUAL_PROPERTIES_DEVEL_H
3
4 /*
5  * Copyright (c) 2016 Samsung Electronics Co., Ltd.
6  *
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
10  *
11  * http://www.apache.org/licenses/LICENSE-2.0
12  *
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.
18  *
19  */
20
21 // INTERNAL INCLUDES
22 #include <dali-toolkit/public-api/visuals/visual-properties.h>
23
24 namespace Dali
25 {
26
27 namespace Toolkit
28 {
29
30 namespace DevelVisual
31 {
32
33 /**
34  * @brief All the visual types.
35  */
36 enum Type
37 {
38   BORDER = Dali::Toolkit::Visual::BORDER,
39   COLOR = Dali::Toolkit::Visual::COLOR,
40   GRADIENT = Dali::Toolkit::Visual::GRADIENT,
41   IMAGE = Dali::Toolkit::Visual::IMAGE,
42   MESH = Dali::Toolkit::Visual::MESH,
43   PRIMITIVE = Dali::Toolkit::Visual::PRIMITIVE,
44   WIREFRAME = Dali::Toolkit::Visual::WIREFRAME,
45   TEXT = Dali::Toolkit::Visual::WIREFRAME + 1, ///< Renders text.
46 };
47
48 } // namespace DevelVisual
49
50 } // namespace Toolkit
51
52 } // namespace Dali
53
54 #endif // DALI_TOOLKIT_VISUAL_PROPERTIES_DEVEL_H