Dali C#: version upgrade 1.2.25 sync with tizen branch
[platform/core/uifw/dali-csharp-binder.git] / dali-csharp-binder / src / devel-property-wrap.cpp
1 /*
2  * Copyright (c) 2017 Samsung Electronics Co., Ltd.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  *
16  */
17
18
19 #ifndef CSHARP_DEVEL_PROPERTY
20 #define CSHARP_DEVEL_PROPERTY
21 #endif
22
23 #include "common.h"
24
25 #include <dali/devel-api/actors/actor-devel.h>
26 #include <dali/devel-api/rendering/renderer-devel.h>
27 #include <dali-toolkit/devel-api/controls/control-devel.h>
28 #include <dali-toolkit/devel-api/controls/scrollable/item-view/item-view-devel.h>
29 #include <dali-toolkit/devel-api/controls/buttons/button-devel.h>
30 #include <dali-toolkit/devel-api/controls/buttons/button-devel.h>
31 #include <dali-toolkit/devel-api/visuals/visual-properties-devel.h>
32
33 #ifdef __cplusplus
34 extern "C" {
35 #endif
36
37 SWIGEXPORT int SWIGSTDCALL CSharp_Actor_Property_BATCH_PARENT_get() {
38   int jresult ;
39   int result;
40
41   result = (int)Dali::DevelActor::Property::BATCH_PARENT;
42   jresult = (int)result;
43   return jresult;
44 }
45
46 SWIGEXPORT int SWIGSTDCALL CSharp_Actor_Property_SIBLING_ORDER_get() {
47   int jresult ;
48   int result;
49
50   result = (int)Dali::DevelActor::Property::SIBLING_ORDER;
51   jresult = (int)result;
52   return jresult;
53 }
54
55 SWIGEXPORT int SWIGSTDCALL CSharp_Renderer_Property_BATCHING_ENABLED_get() {
56   int jresult ;
57   int result;
58
59   result = (int)Dali::DevelRenderer::Property::BATCHING_ENABLED;
60   jresult = (int)result;
61   return jresult;
62 }
63
64 SWIGEXPORT int SWIGSTDCALL CSharp_View_Property_TOOLTIP_get() {
65   int jresult ;
66   int result;
67
68   result = (int)Dali::Toolkit::DevelControl::Property::TOOLTIP;
69   jresult = (int)result;
70   return jresult;
71 }
72
73 SWIGEXPORT int SWIGSTDCALL CSharp_ItemView_Property_LAYOUT_get() {
74   int jresult ;
75   int result;
76
77   result = (int)Dali::Toolkit::DevelItemView::Property::LAYOUT;
78   jresult = (int)result;
79   return jresult;
80 }
81
82 SWIGEXPORT int SWIGSTDCALL CSharp_Button_Property_UNSELECTED_VISUAL_get() {
83   int jresult ;
84   int result;
85
86   result = (int)Dali::Toolkit::DevelButton::Property::UNSELECTED_VISUAL;
87   jresult = (int)result;
88   return jresult;
89 }
90
91 SWIGEXPORT int SWIGSTDCALL CSharp_Button_Property_SELECTED_VISUAL_get() {
92   int jresult ;
93   int result;
94
95   result = (int)Dali::Toolkit::DevelButton::Property::SELECTED_VISUAL;
96   jresult = (int)result;
97   return jresult;
98 }
99
100 SWIGEXPORT int SWIGSTDCALL CSharp_Button_Property_DISABLED_SELECTED_VISUAL_get() {
101   int jresult ;
102   int result;
103
104   result = (int)Dali::Toolkit::DevelButton::Property::DISABLED_SELECTED_VISUAL;
105   jresult = (int)result;
106   return jresult;
107 }
108
109 SWIGEXPORT int SWIGSTDCALL CSharp_Button_Property_DISABLED_UNSELECTED_VISUAL_get() {
110   int jresult ;
111   int result;
112
113   result = (int)Dali::Toolkit::DevelButton::Property::DISABLED_UNSELECTED_VISUAL;
114   jresult = (int)result;
115   return jresult;
116 }
117
118 SWIGEXPORT int SWIGSTDCALL CSharp_Button_Property_UNSELECTED_BACKGROUND_VISUAL_get() {
119   int jresult ;
120   int result;
121
122   result = (int)Dali::Toolkit::DevelButton::Property::UNSELECTED_BACKGROUND_VISUAL;
123   jresult = (int)result;
124   return jresult;
125 }
126
127 SWIGEXPORT int SWIGSTDCALL CSharp_Button_Property_SELECTED_BACKGROUND_VISUAL_get() {
128   int jresult ;
129   int result;
130
131   result = (int)Dali::Toolkit::DevelButton::Property::SELECTED_BACKGROUND_VISUAL;
132   jresult = (int)result;
133   return jresult;
134 }
135
136 SWIGEXPORT int SWIGSTDCALL CSharp_Button_Property_DISABLED_UNSELECTED_BACKGROUND_VISUAL_get() {
137   int jresult ;
138   int result;
139
140   result = (int)Dali::Toolkit::DevelButton::Property::DISABLED_UNSELECTED_BACKGROUND_VISUAL;
141   jresult = (int)result;
142   return jresult;
143 }
144
145 SWIGEXPORT int SWIGSTDCALL CSharp_Button_Property_DISABLED_SELECTED_BACKGROUND_VISUAL_get() {
146   int jresult ;
147   int result;
148
149   result = (int)Dali::Toolkit::DevelButton::Property::DISABLED_SELECTED_BACKGROUND_VISUAL;
150   jresult = (int)result;
151   return jresult;
152 }
153
154 SWIGEXPORT int SWIGSTDCALL CSharp_Button_Property_LABEL_RELATIVE_ALIGNMENT_get() {
155   int jresult ;
156   int result;
157
158   result = (int)Dali::Toolkit::DevelButton::Property::LABEL_RELATIVE_ALIGNMENT;
159   jresult = (int)result;
160   return jresult;
161 }
162
163 SWIGEXPORT int SWIGSTDCALL CSharp_Button_Property_LABEL_PADDING_get() {
164   int jresult ;
165   int result;
166
167   result = (int)Dali::Toolkit::DevelButton::Property::LABEL_PADDING;
168   jresult = (int)result;
169   return jresult;
170 }
171
172 SWIGEXPORT int SWIGSTDCALL CSharp_Button_Property_VISUAL_PADDING_get() {
173   int jresult ;
174   int result;
175
176   result = (int)Dali::Toolkit::DevelButton::Property::VISUAL_PADDING;
177   jresult = (int)result;
178   return jresult;
179 }
180
181 SWIGEXPORT int SWIGSTDCALL CSharp_Visual_Property_TRANSFORM_get() {
182   int jresult ;
183   int result;
184
185   result = (int)Dali::Toolkit::DevelVisual::Property::TRANSFORM;
186   jresult = (int)result;
187   return jresult;
188 }
189
190 SWIGEXPORT int SWIGSTDCALL CSharp_Visual_Property_PREMULTIPLIED_ALPHA_get() {
191   int jresult ;
192   int result;
193
194   result = (int)Dali::Toolkit::DevelVisual::Property::PREMULTIPLIED_ALPHA;
195   jresult = (int)result;
196   return jresult;
197 }
198
199 SWIGEXPORT int SWIGSTDCALL CSharp_Visual_Property_MIX_COLOR_get() {
200   int jresult ;
201   int result;
202
203   result = (int)Dali::Toolkit::DevelVisual::Property::MIX_COLOR;
204   jresult = (int)result;
205   return jresult;
206 }
207
208 #ifdef __cplusplus
209 }
210 #endif
211