2 * Copyright(c) 2017 Samsung Electronics Co., Ltd.
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
8 * http://www.apache.org/licenses/LICENSE-2.0
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.
18 using System.ComponentModel;
19 using System.Runtime.InteropServices;
21 namespace Tizen.NUI.BaseComponents
24 /// View is the base class for all views.
26 /// <since_tizen> 3 </since_tizen>
27 public class View : Container
29 private global::System.Runtime.InteropServices.HandleRef swigCPtr;
32 internal View(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicPINVOKE.View_SWIGUpcast(cPtr), cMemoryOwn)
34 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);
35 PositionUsesPivotPoint = false;
38 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(View obj)
40 return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
43 // From Container Base class
46 /// Adds a child view to this view.
48 /// <seealso cref="Container.Add" />
49 /// <since_tizen> 4 </since_tizen>
50 public override void Add(View child)
52 NDalicPINVOKE.Actor_Add(swigCPtr, View.getCPtr(child));
53 if (NDalicPINVOKE.SWIGPendingException.Pending)
54 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
60 /// Removes a child view from this View. If the view was not a child of this view, this is a no-op.
62 /// <seealso cref="Container.Remove" />
63 /// <since_tizen> 4 </since_tizen>
64 public override void Remove(View child)
66 NDalicPINVOKE.Actor_Remove(swigCPtr, View.getCPtr(child));
67 if (NDalicPINVOKE.SWIGPendingException.Pending)
68 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
70 Children.Remove(child);
74 /// Retrieves a child view by index.
76 /// <seealso cref="Container.GetChildAt" />
77 /// <since_tizen> 4 </since_tizen>
78 public override View GetChildAt(uint index)
80 if (index < Children.Count)
82 return Children[Convert.ToInt32(index)];
91 /// Retrieves the number of children held by the view.
93 /// <seealso cref="Container.GetChildCount" />
94 /// <since_tizen> 4 </since_tizen>
95 public override uint GetChildCount()
97 return Convert.ToUInt32(Children.Count);
101 /// Gets the views parent.
103 /// <seealso cref="Container.GetParent()" />
104 /// <since_tizen> 4 </since_tizen>
105 public override Container GetParent()
107 IntPtr cPtr = NDalicPINVOKE.Actor_GetParent(swigCPtr);
109 BaseHandle basehandle = Registry.GetManagedBaseHandleFromNativePtr(cPtr);
111 if (NDalicPINVOKE.SWIGPendingException.Pending)
112 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
114 return basehandle as Container;
117 internal bool IsTopLevelView()
119 if(GetParent() is Layer)
127 /// you can override it to clean-up your own resources.
129 /// <param name="type">DisposeTypes</param>
130 /// <since_tizen> 3 </since_tizen>
131 protected override void Dispose(DisposeTypes type)
138 if(type == DisposeTypes.Explicit)
141 //Release your own managed resources here.
142 //You should release all of your own disposable objects here.
145 //Release your own unmanaged resources here.
146 //You should not access any managed member here except static instance.
147 //because the execution order of Finalizes is non-deterministic.
149 DisConnectFromSignals();
151 if (swigCPtr.Handle != global::System.IntPtr.Zero)
156 NDalicPINVOKE.delete_View(swigCPtr);
158 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
165 private void DisConnectFromSignals()
167 // Save current CPtr.
168 global::System.Runtime.InteropServices.HandleRef currentCPtr = swigCPtr;
170 // Use BaseHandle CPtr as current might have been deleted already in derived classes.
171 swigCPtr = GetBaseHandleCPtrHandleRef;
173 if (_onRelayoutEventCallback != null)
175 this.OnRelayoutSignal().Disconnect(_onRelayoutEventCallback);
178 if (_offWindowEventCallback != null)
180 this.OffWindowSignal().Disconnect(_offWindowEventCallback);
183 if (_onWindowEventCallback != null)
185 this.OnWindowSignal().Disconnect(_onWindowEventCallback);
188 if (_wheelEventCallback != null)
190 this.WheelEventSignal().Disconnect(_wheelEventCallback);
193 if (_hoverEventCallback != null)
195 this.HoveredSignal().Disconnect(_hoverEventCallback);
198 if (_touchDataCallback != null)
200 this.TouchSignal().Disconnect(_touchDataCallback);
203 if (_ResourcesLoadedCallback != null)
205 this.ResourcesLoadedSignal().Disconnect(_ResourcesLoadedCallback);
208 if (_offWindowEventCallback != null)
210 this.OffWindowSignal().Disconnect(_offWindowEventCallback);
213 if (_onWindowEventCallback != null)
215 this.OnWindowSignal().Disconnect(_onWindowEventCallback);
218 if (_wheelEventCallback != null)
220 this.WheelEventSignal().Disconnect(_wheelEventCallback);
223 if (_hoverEventCallback != null)
225 this.HoveredSignal().Disconnect(_hoverEventCallback);
228 if (_touchDataCallback != null)
230 this.TouchSignal().Disconnect(_touchDataCallback);
233 if (_onRelayoutEventCallback != null)
235 this.OnRelayoutSignal().Disconnect(_onRelayoutEventCallback);
238 if (_keyCallback != null)
240 this.KeyEventSignal().Disconnect(_keyCallback);
243 if (_keyInputFocusLostCallback != null)
245 this.KeyInputFocusLostSignal().Disconnect(_keyInputFocusLostCallback);
248 if (_keyInputFocusGainedCallback != null)
250 this.KeyInputFocusGainedSignal().Disconnect(_keyInputFocusGainedCallback);
253 // BaseHandle CPtr is used in Registry and there is danger of deletion if we keep using it here.
254 // Restore current CPtr.
255 swigCPtr = currentCPtr;
258 private EventHandler _keyInputFocusGainedEventHandler;
259 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
260 private delegate void KeyInputFocusGainedCallbackType(IntPtr control);
261 private KeyInputFocusGainedCallbackType _keyInputFocusGainedCallback;
264 /// An event for the KeyInputFocusGained signal which can be used to subscribe or unsubscribe the event handler provided by the user.<br />
265 /// The KeyInputFocusGained signal is emitted when the control gets the key input focus.<br />
267 /// <since_tizen> 3 </since_tizen>
268 public event EventHandler FocusGained
272 if (_keyInputFocusGainedEventHandler == null)
274 _keyInputFocusGainedCallback = OnKeyInputFocusGained;
275 this.KeyInputFocusGainedSignal().Connect(_keyInputFocusGainedCallback);
278 _keyInputFocusGainedEventHandler += value;
283 _keyInputFocusGainedEventHandler -= value;
285 if (_keyInputFocusGainedEventHandler == null && KeyInputFocusGainedSignal().Empty() == false)
287 this.KeyInputFocusGainedSignal().Disconnect(_keyInputFocusGainedCallback);
292 private void OnKeyInputFocusGained(IntPtr view)
294 if (_keyInputFocusGainedEventHandler != null)
296 _keyInputFocusGainedEventHandler(this, null);
301 private EventHandler _keyInputFocusLostEventHandler;
302 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
303 private delegate void KeyInputFocusLostCallbackType(IntPtr control);
304 private KeyInputFocusLostCallbackType _keyInputFocusLostCallback;
307 /// An event for the KeyInputFocusLost signal which can be used to subscribe or unsubscribe the event handler provided by the user.<br />
308 /// The KeyInputFocusLost signal is emitted when the control loses the key input focus.<br />
310 /// <since_tizen> 3 </since_tizen>
311 public event EventHandler FocusLost
315 if (_keyInputFocusLostEventHandler == null)
317 _keyInputFocusLostCallback = OnKeyInputFocusLost;
318 this.KeyInputFocusLostSignal().Connect(_keyInputFocusLostCallback);
321 _keyInputFocusLostEventHandler += value;
326 _keyInputFocusLostEventHandler -= value;
328 if (_keyInputFocusLostEventHandler == null && KeyInputFocusLostSignal().Empty() == false)
330 this.KeyInputFocusLostSignal().Disconnect(_keyInputFocusLostCallback);
335 private void OnKeyInputFocusLost(IntPtr view)
337 if (_keyInputFocusLostEventHandler != null)
339 _keyInputFocusLostEventHandler(this, null);
344 /// Event arguments that passed via the KeyEvent signal.
346 /// <since_tizen> 3 </since_tizen>
347 public class KeyEventArgs : EventArgs
352 /// Key - is the key sent to the view.
354 /// <since_tizen> 3 </since_tizen>
368 private EventHandlerWithReturnType<object, KeyEventArgs, bool> _keyEventHandler;
369 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
370 private delegate bool KeyCallbackType(IntPtr control, IntPtr keyEvent);
371 private KeyCallbackType _keyCallback;
374 /// An event for the KeyPressed signal which can be used to subscribe or unsubscribe the event handler provided by the user.<br />
375 /// The KeyPressed signal is emitted when the key event is received.<br />
377 /// <since_tizen> 3 </since_tizen>
378 public event EventHandlerWithReturnType<object, KeyEventArgs, bool> KeyEvent
382 if (_keyEventHandler == null)
384 _keyCallback = OnKeyEvent;
385 this.KeyEventSignal().Connect(_keyCallback);
388 _keyEventHandler += value;
393 _keyEventHandler -= value;
395 if (_keyEventHandler == null && KeyEventSignal().Empty() == false)
397 this.KeyEventSignal().Disconnect(_keyCallback);
402 private bool OnKeyEvent(IntPtr view, IntPtr keyEvent)
404 KeyEventArgs e = new KeyEventArgs();
408 e.Key = Tizen.NUI.Key.GetKeyFromPtr(keyEvent);
410 if (_keyEventHandler != null)
412 Delegate[] delegateList = _keyEventHandler.GetInvocationList();
414 // Oring the result of each callback.
415 foreach ( EventHandlerWithReturnType<object, KeyEventArgs, bool> del in delegateList )
417 result |= del( this, e );
424 private EventHandler _onRelayoutEventHandler;
425 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
426 private delegate void OnRelayoutEventCallbackType(IntPtr control);
427 private OnRelayoutEventCallbackType _onRelayoutEventCallback;
430 /// An event for the OnRelayout signal which can be used to subscribe or unsubscribe the event handler.<br />
431 /// The OnRelayout signal is emitted after the size has been set on the view during relayout.<br />
433 /// <since_tizen> 3 </since_tizen>
434 public event EventHandler Relayout
438 if (_onRelayoutEventHandler == null)
440 _onRelayoutEventCallback = OnRelayout;
441 this.OnRelayoutSignal().Connect(_onRelayoutEventCallback);
444 _onRelayoutEventHandler += value;
449 _onRelayoutEventHandler -= value;
451 if (_onRelayoutEventHandler == null && OnRelayoutSignal().Empty() == false)
453 this.OnRelayoutSignal().Disconnect(_onRelayoutEventCallback);
459 // Callback for View OnRelayout signal
460 private void OnRelayout(IntPtr data)
462 if (_onRelayoutEventHandler != null)
464 _onRelayoutEventHandler(this, null);
469 /// Event arguments that passed via the touch signal.
471 /// <since_tizen> 3 </since_tizen>
472 public class TouchEventArgs : EventArgs
474 private Touch _touch;
477 /// Touch - contains the information of touch points.
479 /// <since_tizen> 3 </since_tizen>
493 private EventHandlerWithReturnType<object, TouchEventArgs, bool> _touchDataEventHandler;
494 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
495 private delegate bool TouchDataCallbackType(IntPtr view, IntPtr touchData);
496 private TouchDataCallbackType _touchDataCallback;
499 /// An event for the touched signal which can be used to subscribe or unsubscribe the event handler provided by the user.<br />
500 /// The touched signal is emitted when the touch input is received.<br />
502 /// <since_tizen> 3 </since_tizen>
503 public event EventHandlerWithReturnType<object, TouchEventArgs, bool> TouchEvent
507 if (_touchDataEventHandler == null)
509 _touchDataCallback = OnTouch;
510 this.TouchSignal().Connect(_touchDataCallback);
513 _touchDataEventHandler += value;
518 _touchDataEventHandler -= value;
520 if (_touchDataEventHandler == null && TouchSignal().Empty() == false)
522 this.TouchSignal().Disconnect(_touchDataCallback);
528 // Callback for View TouchSignal
529 private bool OnTouch(IntPtr view, IntPtr touchData)
531 TouchEventArgs e = new TouchEventArgs();
533 e.Touch = Tizen.NUI.Touch.GetTouchFromPtr(touchData);
535 if (_touchDataEventHandler != null)
537 return _touchDataEventHandler(this, e);
544 /// Event arguments that passed via the hover signal.
546 /// <since_tizen> 3 </since_tizen>
547 public class HoverEventArgs : EventArgs
549 private Hover _hover;
552 /// Hover - contains touch points that represent the points that are currently being hovered or the points where a hover has stopped.
554 /// <since_tizen> 3 </since_tizen>
568 private EventHandlerWithReturnType<object, HoverEventArgs, bool> _hoverEventHandler;
569 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
570 private delegate bool HoverEventCallbackType(IntPtr view, IntPtr hoverEvent);
571 private HoverEventCallbackType _hoverEventCallback;
574 /// An event for the hovered signal which can be used to subscribe or unsubscribe the event handler provided by the user.<br />
575 /// The hovered signal is emitted when the hover input is received.<br />
577 /// <since_tizen> 3 </since_tizen>
578 public event EventHandlerWithReturnType<object, HoverEventArgs, bool> HoverEvent
582 if (_hoverEventHandler == null)
584 _hoverEventCallback = OnHoverEvent;
585 this.HoveredSignal().Connect(_hoverEventCallback);
588 _hoverEventHandler += value;
593 _hoverEventHandler -= value;
595 if (_hoverEventHandler == null && HoveredSignal().Empty() == false)
597 this.HoveredSignal().Disconnect(_hoverEventCallback);
603 // Callback for View Hover signal
604 private bool OnHoverEvent(IntPtr view, IntPtr hoverEvent)
606 HoverEventArgs e = new HoverEventArgs();
608 e.Hover = Tizen.NUI.Hover.GetHoverFromPtr(hoverEvent);
610 if (_hoverEventHandler != null)
612 return _hoverEventHandler(this, e);
619 /// Event arguments that passed via the wheel signal.
621 /// <since_tizen> 3 </since_tizen>
622 public class WheelEventArgs : EventArgs
624 private Wheel _wheel;
627 /// WheelEvent - store a wheel rolling type: MOUSE_WHEEL or CUSTOM_WHEEL.
629 /// <since_tizen> 3 </since_tizen>
643 private EventHandlerWithReturnType<object, WheelEventArgs, bool> _wheelEventHandler;
644 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
645 private delegate bool WheelEventCallbackType(IntPtr view, IntPtr wheelEvent);
646 private WheelEventCallbackType _wheelEventCallback;
649 /// An event for the WheelMoved signal which can be used to subscribe or unsubscribe the event handler provided by the user.<br />
650 /// The WheelMoved signal is emitted when the wheel event is received.<br />
652 /// <since_tizen> 3 </since_tizen>
653 public event EventHandlerWithReturnType<object, WheelEventArgs, bool> WheelEvent
657 if (_wheelEventHandler == null)
659 _wheelEventCallback = OnWheelEvent;
660 this.WheelEventSignal().Connect(_wheelEventCallback);
663 _wheelEventHandler += value;
668 _wheelEventHandler -= value;
670 if (_wheelEventHandler == null && WheelEventSignal().Empty() == false)
672 this.WheelEventSignal().Disconnect(_wheelEventCallback);
678 // Callback for View Wheel signal
679 private bool OnWheelEvent(IntPtr view, IntPtr wheelEvent)
681 WheelEventArgs e = new WheelEventArgs();
683 e.Wheel = Tizen.NUI.Wheel.GetWheelFromPtr(wheelEvent);
685 if (_wheelEventHandler != null)
687 return _wheelEventHandler(this, e);
693 private EventHandler _onWindowEventHandler;
694 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
695 private delegate void OnWindowEventCallbackType(IntPtr control);
696 private OnWindowEventCallbackType _onWindowEventCallback;
699 /// An event for the OnWindow signal which can be used to subscribe or unsubscribe the event handler.<br />
700 /// The OnWindow signal is emitted after the view has been connected to the window.<br />
702 /// <since_tizen> 3 </since_tizen>
703 public event EventHandler AddedToWindow
707 if (_onWindowEventHandler == null)
709 _onWindowEventCallback = OnWindow;
710 this.OnWindowSignal().Connect(_onWindowEventCallback);
713 _onWindowEventHandler += value;
718 _onWindowEventHandler -= value;
720 if (_onWindowEventHandler == null && OnWindowSignal().Empty() == false)
722 this.OnWindowSignal().Disconnect(_onWindowEventCallback);
727 // Callback for View OnWindow signal
728 private void OnWindow(IntPtr data)
730 if (_onWindowEventHandler != null)
732 _onWindowEventHandler(this, null);
737 private EventHandler _offWindowEventHandler;
738 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
739 private delegate void OffWindowEventCallbackType(IntPtr control);
740 private OffWindowEventCallbackType _offWindowEventCallback;
743 /// An event for the OffWindow signal, which can be used to subscribe or unsubscribe the event handler.<br />
744 /// OffWindow signal is emitted after the view has been disconnected from the window.<br />
746 /// <since_tizen> 3 </since_tizen>
747 public event EventHandler RemovedFromWindow
751 if (_offWindowEventHandler == null)
753 _offWindowEventCallback = OffWindow;
754 this.OffWindowSignal().Connect(_offWindowEventCallback);
757 _offWindowEventHandler += value;
762 _offWindowEventHandler -= value;
764 if (_offWindowEventHandler == null && OffWindowSignal().Empty() == false)
766 this.OffWindowSignal().Disconnect(_offWindowEventCallback);
771 // Callback for View OffWindow signal
772 private void OffWindow(IntPtr data)
774 if (_offWindowEventHandler != null)
776 _offWindowEventHandler(this, null);
781 /// Event arguments of visibility changed.
783 /// <since_tizen> 3 </since_tizen>
784 public class VisibilityChangedEventArgs : EventArgs
787 private bool _visibility;
788 private VisibilityChangeType _type;
791 /// The view, or child of view, whose visibility has changed.
793 /// <since_tizen> 3 </since_tizen>
807 /// Whether the view is now visible or not.
809 /// <since_tizen> 3 </since_tizen>
810 public bool Visibility
823 /// Whether the view's visible property has changed or a parent's.
825 /// <since_tizen> 3 </since_tizen>
826 public VisibilityChangeType Type
839 private EventHandler<VisibilityChangedEventArgs> _visibilityChangedEventHandler;
840 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
841 private delegate void VisibilityChangedEventCallbackType(IntPtr data, bool visibility, VisibilityChangeType type);
842 private VisibilityChangedEventCallbackType _visibilityChangedEventCallback;
845 /// An event for visibility change which can be used to subscribe or unsubscribe the event handler.<br />
846 /// This signal is emitted when the visible property of this or a parent view is changed.<br />
848 /// <since_tizen> 3 </since_tizen>
849 public event EventHandler<VisibilityChangedEventArgs> VisibilityChanged
853 if (_visibilityChangedEventHandler == null)
855 _visibilityChangedEventCallback = OnVisibilityChanged;
856 VisibilityChangedSignal(this).Connect(_visibilityChangedEventCallback);
859 _visibilityChangedEventHandler += value;
864 _visibilityChangedEventHandler -= value;
866 if (_visibilityChangedEventHandler == null && VisibilityChangedSignal(this).Empty() == false)
868 VisibilityChangedSignal(this).Disconnect(_visibilityChangedEventCallback);
873 // Callback for View visibility change signal
874 private void OnVisibilityChanged(IntPtr data, bool visibility, VisibilityChangeType type)
876 VisibilityChangedEventArgs e = new VisibilityChangedEventArgs();
879 e.View = Registry.GetManagedBaseHandleFromNativePtr(data) as View;
881 e.Visibility = visibility;
884 if (_visibilityChangedEventHandler != null)
886 _visibilityChangedEventHandler(this, e);
892 /// Event arguments of layout direction changed.
894 /// <since_tizen> 4 </since_tizen>
895 public class LayoutDirectionChangedEventArgs : EventArgs
898 private ViewLayoutDirectionType _type;
901 /// The view, or child of view, whose layout direction has changed.
903 /// <since_tizen> 4 </since_tizen>
917 /// Whether the view's layout direction property has changed or a parent's.
919 /// <since_tizen> 4 </since_tizen>
920 public ViewLayoutDirectionType Type
933 private EventHandler<LayoutDirectionChangedEventArgs> _layoutDirectionChangedEventHandler;
934 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
935 private delegate void LayoutDirectionChangedEventCallbackType(IntPtr data, ViewLayoutDirectionType type);
936 private LayoutDirectionChangedEventCallbackType _layoutDirectionChangedEventCallback;
939 /// Event for layout direction change which can be used to subscribe/unsubscribe the event handler.<br />
940 /// This signal is emitted when the layout direction property of this or a parent view is changed.<br />
942 /// <since_tizen> 4 </since_tizen>
943 public event EventHandler<LayoutDirectionChangedEventArgs> LayoutDirectionChanged
947 if (_layoutDirectionChangedEventHandler == null)
949 _layoutDirectionChangedEventCallback = OnLayoutDirectionChanged;
950 LayoutDirectionChangedSignal(this).Connect(_layoutDirectionChangedEventCallback);
953 _layoutDirectionChangedEventHandler += value;
958 _layoutDirectionChangedEventHandler -= value;
960 if (_layoutDirectionChangedEventHandler == null && LayoutDirectionChangedSignal(this).Empty() == false)
962 LayoutDirectionChangedSignal(this).Disconnect(_layoutDirectionChangedEventCallback);
967 // Callback for View layout direction change signal
968 private void OnLayoutDirectionChanged(IntPtr data, ViewLayoutDirectionType type)
970 LayoutDirectionChangedEventArgs e = new LayoutDirectionChangedEventArgs();
973 e.View = Registry.GetManagedBaseHandleFromNativePtr(data) as View;
977 if (_layoutDirectionChangedEventHandler != null)
979 _layoutDirectionChangedEventHandler(this, e);
989 // Resource Ready Signal
991 private EventHandler _resourcesLoadedEventHandler;
992 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
993 private delegate void ResourcesLoadedCallbackType(IntPtr control);
994 private ResourcesLoadedCallbackType _ResourcesLoadedCallback;
997 /// An event for the ResourcesLoadedSignal signal which can be used to subscribe or unsubscribe the event handler provided by the user.<br />
998 /// This signal is emitted after all resources required by a view are loaded and ready.<br />
1000 /// <since_tizen> 3 </since_tizen>
1001 public event EventHandler ResourcesLoaded
1005 if (_resourcesLoadedEventHandler == null)
1007 _ResourcesLoadedCallback = OnResourcesLoaded;
1008 this.ResourcesLoadedSignal().Connect(_ResourcesLoadedCallback);
1011 _resourcesLoadedEventHandler += value;
1016 _resourcesLoadedEventHandler -= value;
1018 if (_resourcesLoadedEventHandler == null && ResourcesLoadedSignal().Empty() == false)
1020 this.ResourcesLoadedSignal().Disconnect(_ResourcesLoadedCallback);
1025 private void OnResourcesLoaded(IntPtr view)
1027 if (_resourcesLoadedEventHandler != null)
1029 _resourcesLoadedEventHandler(this, null);
1033 internal IntPtr GetPtrfromView()
1035 return (IntPtr)swigCPtr;
1038 internal class Property
1040 internal static readonly int TOOLTIP = NDalicManualPINVOKE.View_Property_TOOLTIP_get();
1041 internal static readonly int STATE = NDalicManualPINVOKE.View_Property_STATE_get();
1042 internal static readonly int SUB_STATE = NDalicManualPINVOKE.View_Property_SUB_STATE_get();
1043 internal static readonly int LEFT_FOCUSABLE_VIEW_ID = NDalicManualPINVOKE.View_Property_LEFT_FOCUSABLE_ACTOR_ID_get();
1044 internal static readonly int RIGHT_FOCUSABLE_VIEW_ID = NDalicManualPINVOKE.View_Property_RIGHT_FOCUSABLE_ACTOR_ID_get();
1045 internal static readonly int UP_FOCUSABLE_VIEW_ID = NDalicManualPINVOKE.View_Property_UP_FOCUSABLE_ACTOR_ID_get();
1046 internal static readonly int DOWN_FOCUSABLE_VIEW_ID = NDalicManualPINVOKE.View_Property_DOWN_FOCUSABLE_ACTOR_ID_get();
1047 internal static readonly int STYLE_NAME = NDalicPINVOKE.View_Property_STYLE_NAME_get();
1048 internal static readonly int BACKGROUND = NDalicPINVOKE.View_Property_BACKGROUND_get();
1049 internal static readonly int SIBLING_ORDER = NDalicManualPINVOKE.Actor_Property_SIBLING_ORDER_get();
1050 internal static readonly int OPACITY = NDalicManualPINVOKE.Actor_Property_OPACITY_get();
1051 internal static readonly int SCREEN_POSITION = NDalicManualPINVOKE.Actor_Property_SCREEN_POSITION_get();
1052 internal static readonly int POSITION_USES_ANCHOR_POINT = NDalicManualPINVOKE.Actor_Property_POSITION_USES_ANCHOR_POINT_get();
1053 internal static readonly int PARENT_ORIGIN = NDalicPINVOKE.Actor_Property_PARENT_ORIGIN_get();
1054 internal static readonly int PARENT_ORIGIN_X = NDalicPINVOKE.Actor_Property_PARENT_ORIGIN_X_get();
1055 internal static readonly int PARENT_ORIGIN_Y = NDalicPINVOKE.Actor_Property_PARENT_ORIGIN_Y_get();
1056 internal static readonly int PARENT_ORIGIN_Z = NDalicPINVOKE.Actor_Property_PARENT_ORIGIN_Z_get();
1057 internal static readonly int ANCHOR_POINT = NDalicPINVOKE.Actor_Property_ANCHOR_POINT_get();
1058 internal static readonly int ANCHOR_POINT_X = NDalicPINVOKE.Actor_Property_ANCHOR_POINT_X_get();
1059 internal static readonly int ANCHOR_POINT_Y = NDalicPINVOKE.Actor_Property_ANCHOR_POINT_Y_get();
1060 internal static readonly int ANCHOR_POINT_Z = NDalicPINVOKE.Actor_Property_ANCHOR_POINT_Z_get();
1061 internal static readonly int SIZE = NDalicPINVOKE.Actor_Property_SIZE_get();
1062 internal static readonly int SIZE_WIDTH = NDalicPINVOKE.Actor_Property_SIZE_WIDTH_get();
1063 internal static readonly int SIZE_HEIGHT = NDalicPINVOKE.Actor_Property_SIZE_HEIGHT_get();
1064 internal static readonly int SIZE_DEPTH = NDalicPINVOKE.Actor_Property_SIZE_DEPTH_get();
1065 internal static readonly int POSITION = NDalicPINVOKE.Actor_Property_POSITION_get();
1066 internal static readonly int POSITION_X = NDalicPINVOKE.Actor_Property_POSITION_X_get();
1067 internal static readonly int POSITION_Y = NDalicPINVOKE.Actor_Property_POSITION_Y_get();
1068 internal static readonly int POSITION_Z = NDalicPINVOKE.Actor_Property_POSITION_Z_get();
1069 internal static readonly int WORLD_POSITION = NDalicPINVOKE.Actor_Property_WORLD_POSITION_get();
1070 internal static readonly int WORLD_POSITION_X = NDalicPINVOKE.Actor_Property_WORLD_POSITION_X_get();
1071 internal static readonly int WORLD_POSITION_Y = NDalicPINVOKE.Actor_Property_WORLD_POSITION_Y_get();
1072 internal static readonly int WORLD_POSITION_Z = NDalicPINVOKE.Actor_Property_WORLD_POSITION_Z_get();
1073 internal static readonly int ORIENTATION = NDalicPINVOKE.Actor_Property_ORIENTATION_get();
1074 internal static readonly int WORLD_ORIENTATION = NDalicPINVOKE.Actor_Property_WORLD_ORIENTATION_get();
1075 internal static readonly int SCALE = NDalicPINVOKE.Actor_Property_SCALE_get();
1076 internal static readonly int SCALE_X = NDalicPINVOKE.Actor_Property_SCALE_X_get();
1077 internal static readonly int SCALE_Y = NDalicPINVOKE.Actor_Property_SCALE_Y_get();
1078 internal static readonly int SCALE_Z = NDalicPINVOKE.Actor_Property_SCALE_Z_get();
1079 internal static readonly int WORLD_SCALE = NDalicPINVOKE.Actor_Property_WORLD_SCALE_get();
1080 internal static readonly int VISIBLE = NDalicPINVOKE.Actor_Property_VISIBLE_get();
1081 internal static readonly int WORLD_COLOR = NDalicPINVOKE.Actor_Property_WORLD_COLOR_get();
1082 internal static readonly int WORLD_MATRIX = NDalicPINVOKE.Actor_Property_WORLD_MATRIX_get();
1083 internal static readonly int NAME = NDalicPINVOKE.Actor_Property_NAME_get();
1084 internal static readonly int SENSITIVE = NDalicPINVOKE.Actor_Property_SENSITIVE_get();
1085 internal static readonly int LEAVE_REQUIRED = NDalicPINVOKE.Actor_Property_LEAVE_REQUIRED_get();
1086 internal static readonly int INHERIT_ORIENTATION = NDalicPINVOKE.Actor_Property_INHERIT_ORIENTATION_get();
1087 internal static readonly int INHERIT_SCALE = NDalicPINVOKE.Actor_Property_INHERIT_SCALE_get();
1088 internal static readonly int DRAW_MODE = NDalicPINVOKE.Actor_Property_DRAW_MODE_get();
1089 internal static readonly int SIZE_MODE_FACTOR = NDalicPINVOKE.Actor_Property_SIZE_MODE_FACTOR_get();
1090 internal static readonly int WIDTH_RESIZE_POLICY = NDalicPINVOKE.Actor_Property_WIDTH_RESIZE_POLICY_get();
1091 internal static readonly int HEIGHT_RESIZE_POLICY = NDalicPINVOKE.Actor_Property_HEIGHT_RESIZE_POLICY_get();
1092 internal static readonly int SIZE_SCALE_POLICY = NDalicPINVOKE.Actor_Property_SIZE_SCALE_POLICY_get();
1093 internal static readonly int WIDTH_FOR_HEIGHT = NDalicPINVOKE.Actor_Property_WIDTH_FOR_HEIGHT_get();
1094 internal static readonly int HEIGHT_FOR_WIDTH = NDalicPINVOKE.Actor_Property_HEIGHT_FOR_WIDTH_get();
1095 internal static readonly int MINIMUM_SIZE = NDalicPINVOKE.Actor_Property_MINIMUM_SIZE_get();
1096 internal static readonly int MAXIMUM_SIZE = NDalicPINVOKE.Actor_Property_MAXIMUM_SIZE_get();
1097 internal static readonly int INHERIT_POSITION = NDalicPINVOKE.Actor_Property_INHERIT_POSITION_get();
1098 internal static readonly int CLIPPING_MODE = NDalicPINVOKE.Actor_Property_CLIPPING_MODE_get();
1099 internal static readonly int INHERIT_LAYOUT_DIRECTION = NDalicManualPINVOKE.Actor_Property_INHERIT_LAYOUT_DIRECTION_get();
1100 internal static readonly int LAYOUT_DIRECTION = NDalicManualPINVOKE.Actor_Property_LAYOUT_DIRECTION_get();
1101 internal static readonly int MARGIN = NDalicPINVOKE.View_Property_MARGIN_get();
1102 internal static readonly int PADDING = NDalicPINVOKE.View_Property_PADDING_get();
1106 /// Describes the direction to move the focus towards.
1108 /// <since_tizen> 3 </since_tizen>
1109 public enum FocusDirection
1112 /// Move keyboard focus towards the left direction.
1114 /// <since_tizen> 3 </since_tizen>
1117 /// Move keyboard focus towards the right direction.
1119 /// <since_tizen> 3 </since_tizen>
1122 /// Move keyboard focus towards the up direction.
1124 /// <since_tizen> 3 </since_tizen>
1127 /// Move keyboard focus towards the down direction.
1129 /// <since_tizen> 3 </since_tizen>
1132 /// Move keyboard focus towards the previous page direction.
1134 /// <since_tizen> 3 </since_tizen>
1137 /// Move keyboard focus towards the next page direction.
1139 /// <since_tizen> 3 </since_tizen>
1144 /// Creates a new instance of a view.
1146 /// <since_tizen> 3 </since_tizen>
1147 public View() : this(NDalicPINVOKE.View_New(), true)
1149 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1152 internal View(View uiControl) : this(NDalicPINVOKE.new_View__SWIG_1(View.getCPtr(uiControl)), true)
1154 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1158 /// Downcasts a handle to view handle.<br />
1159 /// If handle points to a view, the downcast produces a valid handle.<br />
1160 /// If not, the returned handle is left uninitialized.<br />
1162 /// <param name="handle">A handle to an object.</param>
1163 /// <returns>A handle to a view or an uninitialized handle.</returns>
1164 /// <since_tizen> 3 </since_tizen>
1165 [Obsolete("Please do not use! This will be deprecated! Please use as keyword instead!")]
1166 [EditorBrowsable(EditorBrowsableState.Never)]
1167 public static View DownCast(BaseHandle handle)
1169 View ret = Registry.GetManagedBaseHandleFromNativePtr(handle) as View;
1170 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1175 /// [Obsolete("Please do not use! this will be deprecated, instead please use as keyword.")]
1177 /// <since_tizen> 3 </since_tizen>
1178 [Obsolete("Please do not use! This will be deprecated! Please use as keyword instead!")]
1179 [EditorBrowsable(EditorBrowsableState.Never)]
1180 public static T DownCast<T>(View view) where T : View
1182 T ret = Registry.GetManagedBaseHandleFromNativePtr(view) as T;
1190 private View ConvertIdToView(uint id)
1196 View parentView = Parent as View;
1197 view = parentView.FindChildById(id);
1202 view = Window.Instance.GetRootLayer().FindChildById(id);
1208 internal void SetKeyInputFocus()
1210 NDalicPINVOKE.View_SetKeyInputFocus(swigCPtr);
1211 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1215 /// Queries whether the view has a focus.
1217 /// <returns>True if this view has a focus.</returns>
1218 /// <since_tizen> 3 </since_tizen>
1219 public bool HasFocus()
1221 bool ret = NDalicPINVOKE.View_HasKeyInputFocus(swigCPtr);
1222 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1226 internal void ClearKeyInputFocus()
1228 NDalicPINVOKE.View_ClearKeyInputFocus(swigCPtr);
1229 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1232 internal PinchGestureDetector GetPinchGestureDetector()
1234 PinchGestureDetector ret = new PinchGestureDetector(NDalicPINVOKE.View_GetPinchGestureDetector(swigCPtr), true);
1235 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1239 internal PanGestureDetector GetPanGestureDetector()
1241 PanGestureDetector ret = new PanGestureDetector(NDalicPINVOKE.View_GetPanGestureDetector(swigCPtr), true);
1242 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1246 internal TapGestureDetector GetTapGestureDetector()
1248 TapGestureDetector ret = new TapGestureDetector(NDalicPINVOKE.View_GetTapGestureDetector(swigCPtr), true);
1249 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1253 internal LongPressGestureDetector GetLongPressGestureDetector()
1255 LongPressGestureDetector ret = new LongPressGestureDetector(NDalicPINVOKE.View_GetLongPressGestureDetector(swigCPtr), true);
1256 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1261 /// Sets the name of the style to be applied to the view.
1263 /// <param name="styleName">A string matching a style described in a stylesheet.</param>
1264 /// <since_tizen> 3 </since_tizen>
1265 public void SetStyleName(string styleName)
1267 NDalicPINVOKE.View_SetStyleName(swigCPtr, styleName);
1268 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1272 /// Retrieves the name of the style to be applied to the view (if any).
1274 /// <returns>A string matching a style, or an empty string.</returns>
1275 /// <since_tizen> 3 </since_tizen>
1276 public string GetStyleName()
1278 string ret = NDalicPINVOKE.View_GetStyleName(swigCPtr);
1279 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1283 internal void SetBackgroundColor(Vector4 color)
1285 NDalicPINVOKE.View_SetBackgroundColor(swigCPtr, Vector4.getCPtr(color));
1286 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1289 internal Vector4 GetBackgroundColor()
1291 Vector4 ret = new Vector4(NDalicPINVOKE.View_GetBackgroundColor(swigCPtr), true);
1292 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1296 internal void SetBackgroundImage(Image image)
1298 NDalicPINVOKE.View_SetBackgroundImage(swigCPtr, Image.getCPtr(image));
1299 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1303 /// Clears the background.
1305 /// <since_tizen> 3 </since_tizen>
1306 public void ClearBackground()
1308 NDalicPINVOKE.View_ClearBackground(swigCPtr);
1309 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1312 internal ControlKeySignal KeyEventSignal()
1314 ControlKeySignal ret = new ControlKeySignal(NDalicPINVOKE.View_KeyEventSignal(swigCPtr), false);
1315 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1319 internal KeyInputFocusSignal KeyInputFocusGainedSignal()
1321 KeyInputFocusSignal ret = new KeyInputFocusSignal(NDalicPINVOKE.View_KeyInputFocusGainedSignal(swigCPtr), false);
1322 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1326 internal KeyInputFocusSignal KeyInputFocusLostSignal()
1328 KeyInputFocusSignal ret = new KeyInputFocusSignal(NDalicPINVOKE.View_KeyInputFocusLostSignal(swigCPtr), false);
1329 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1333 internal View(ViewImpl implementation) : this(NDalicPINVOKE.new_View__SWIG_2(ViewImpl.getCPtr(implementation)), true)
1335 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1338 internal enum PropertyRange
1340 PROPERTY_START_INDEX = PropertyRanges.PROPERTY_REGISTRATION_START_INDEX,
1341 CONTROL_PROPERTY_START_INDEX = PROPERTY_START_INDEX,
1342 CONTROL_PROPERTY_END_INDEX = CONTROL_PROPERTY_START_INDEX + 1000
1346 /// The StyleName, type string.
1348 /// <since_tizen> 3 </since_tizen>
1349 public string StyleName
1354 GetProperty(View.Property.STYLE_NAME).Get(out temp);
1359 SetProperty(View.Property.STYLE_NAME, new Tizen.NUI.PropertyValue(value));
1364 /// The mutually exclusive with BACKGROUND_IMAGE and BACKGROUND type Vector4.
1366 /// <since_tizen> 3 </since_tizen>
1367 public Color BackgroundColor
1371 Color backgroundColor = new Color(0.0f, 0.0f, 0.0f, 0.0f);
1373 Tizen.NUI.PropertyMap background = Background;
1375 background.Find(Visual.Property.Type)?.Get(out visualType);
1376 if (visualType == (int)Visual.Type.Color)
1378 background.Find(ColorVisualProperty.MixColor)?.Get(backgroundColor);
1381 return backgroundColor;
1385 SetProperty(View.Property.BACKGROUND, new Tizen.NUI.PropertyValue(value));
1390 /// Creates an animation to animate the background color visual. If there is no
1391 /// background visual, creates one with transparent black as it's mixColor.
1393 /// <since_tizen> 3 </since_tizen>
1394 public Animation AnimateBackgroundColor( object destinationValue,
1397 AlphaFunction.BuiltinFunctions? alphaFunction = null,
1398 object initialValue = null)
1400 Tizen.NUI.PropertyMap background = Background;
1402 if( background.Empty() )
1404 // If there is no background yet, ensure there is a transparent
1406 BackgroundColor = new Color(0.0f, 0.0f, 0.0f, 0.0f);
1407 background = Background;
1409 return AnimateColor( "background", destinationValue, startTime, endTime, alphaFunction, initialValue );
1413 /// Creates an animation to animate the mixColor of the named visual.
1415 /// <since_tizen> 3 </since_tizen>
1416 public Animation AnimateColor( string targetVisual, object destinationColor, int startTime, int endTime, AlphaFunction.BuiltinFunctions? alphaFunction = null, object initialColor = null )
1418 Animation animation = null;
1420 PropertyMap _animator = new PropertyMap();
1421 if( alphaFunction != null )
1423 _animator.Add("alphaFunction", new PropertyValue( AlphaFunction.BuiltinToPropertyKey(alphaFunction) ) );
1426 PropertyMap _timePeriod = new PropertyMap();
1427 _timePeriod.Add( "duration", new PropertyValue((endTime-startTime)/1000.0f) );
1428 _timePeriod.Add( "delay", new PropertyValue( startTime/1000.0f ) );
1429 _animator.Add( "timePeriod", new PropertyValue( _timePeriod ) );
1431 PropertyMap _transition = new PropertyMap();
1432 _transition.Add( "animator", new PropertyValue( _animator ) );
1433 _transition.Add( "target", new PropertyValue( targetVisual ) );
1434 _transition.Add( "property", new PropertyValue( "mixColor" ) );
1436 if( initialColor != null )
1438 PropertyValue initValue = PropertyValue.CreateFromObject( initialColor );
1439 _transition.Add( "initialValue", initValue );
1442 PropertyValue destValue = PropertyValue.CreateFromObject( destinationColor );
1443 _transition.Add( "targetValue", destValue );
1444 TransitionData _transitionData = new TransitionData( _transition );
1446 animation = new Animation( NDalicManualPINVOKE.View_CreateTransition(swigCPtr, TransitionData.getCPtr(_transitionData)), true );
1447 if (NDalicPINVOKE.SWIGPendingException.Pending)
1448 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1454 /// The mutually exclusive with BACKGROUND_COLOR and BACKGROUND type Map.
1456 /// <since_tizen> 3 </since_tizen>
1457 public string BackgroundImage
1461 string backgroundImage = "";
1463 Tizen.NUI.PropertyMap background = Background;
1465 background.Find(Visual.Property.Type)?.Get(out visualType);
1466 if (visualType == (int)Visual.Type.Image)
1468 background.Find(ImageVisualProperty.URL)?.Get(out backgroundImage);
1471 return backgroundImage;
1475 SetProperty(View.Property.BACKGROUND, new Tizen.NUI.PropertyValue(value));
1480 /// The background of view.
1482 /// <since_tizen> 3 </since_tizen>
1483 public Tizen.NUI.PropertyMap Background
1487 Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
1488 GetProperty( View.Property.BACKGROUND ).Get(temp);
1493 SetProperty(View.Property.BACKGROUND, new Tizen.NUI.PropertyValue(value));
1499 /// The current state of the view.
1501 /// <since_tizen> 3 </since_tizen>
1507 if (GetProperty(View.Property.STATE).Get(out temp) == false)
1509 NUILog.Error("State get error!");
1515 return States.Normal;
1519 return States.Focused;
1523 return States.Disabled;
1527 return States.Normal;
1533 SetProperty(View.Property.STATE, new Tizen.NUI.PropertyValue((int)value));
1538 /// The current sub state of the view.
1540 /// <since_tizen> 3 </since_tizen>
1541 public States SubState
1546 if (GetProperty(View.Property.SUB_STATE).Get(out temp) == false)
1548 NUILog.Error("subState get error!");
1553 return States.Normal;
1555 return States.Focused;
1557 return States.Disabled;
1559 return States.Normal;
1564 string valueToString = "";
1569 valueToString = "NORMAL";
1572 case States.Focused:
1574 valueToString = "FOCUSED";
1577 case States.Disabled:
1579 valueToString = "DISABLED";
1584 valueToString = "NORMAL";
1588 SetProperty(View.Property.SUB_STATE, new Tizen.NUI.PropertyValue(valueToString));
1593 /// Displays a tooltip
1595 /// <since_tizen> 3 </since_tizen>
1596 public Tizen.NUI.PropertyMap Tooltip
1600 Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
1601 GetProperty(View.Property.TOOLTIP).Get(temp);
1606 SetProperty(View.Property.TOOLTIP, new Tizen.NUI.PropertyValue(value));
1611 /// Displays a tooltip as a text.
1613 /// <since_tizen> 3 </since_tizen>
1614 public string TooltipText
1618 SetProperty(View.Property.TOOLTIP, new Tizen.NUI.PropertyValue(value));
1622 private int LeftFocusableViewId
1627 GetProperty(View.Property.LEFT_FOCUSABLE_VIEW_ID).Get(out temp);
1632 SetProperty(View.Property.LEFT_FOCUSABLE_VIEW_ID, new Tizen.NUI.PropertyValue(value));
1636 private int RightFocusableViewId
1641 GetProperty(View.Property.RIGHT_FOCUSABLE_VIEW_ID).Get(out temp);
1646 SetProperty(View.Property.RIGHT_FOCUSABLE_VIEW_ID, new Tizen.NUI.PropertyValue(value));
1650 private int UpFocusableViewId
1655 GetProperty(View.Property.UP_FOCUSABLE_VIEW_ID).Get(out temp);
1660 SetProperty(View.Property.UP_FOCUSABLE_VIEW_ID, new Tizen.NUI.PropertyValue(value));
1664 private int DownFocusableViewId
1669 GetProperty(View.Property.DOWN_FOCUSABLE_VIEW_ID).Get(out temp);
1674 SetProperty(View.Property.DOWN_FOCUSABLE_VIEW_ID, new Tizen.NUI.PropertyValue(value));
1679 /// The Child property of FlexContainer.<br />
1680 /// The proportion of the free space in the container, the flex item will receive.<br />
1681 /// If all items in the container set this property, their sizes will be proportional to the specified flex factor.<br />
1683 /// <since_tizen> 3 </since_tizen>
1689 GetProperty(FlexContainer.ChildProperty.FLEX).Get(out temp);
1694 SetProperty(FlexContainer.ChildProperty.FLEX, new Tizen.NUI.PropertyValue(value));
1699 /// The Child property of FlexContainer.<br />
1700 /// The alignment of the flex item along the cross axis, which, if set, overides the default alignment for all items in the container.<br />
1702 /// <since_tizen> 3 </since_tizen>
1703 public int AlignSelf
1708 GetProperty(FlexContainer.ChildProperty.ALIGN_SELF).Get(out temp);
1713 SetProperty(FlexContainer.ChildProperty.ALIGN_SELF, new Tizen.NUI.PropertyValue(value));
1718 /// The Child property of FlexContainer.<br />
1719 /// The space around the flex item.<br />
1721 /// <since_tizen> 3 </since_tizen>
1722 public Vector4 FlexMargin
1726 Vector4 temp = new Vector4(0.0f, 0.0f, 0.0f, 0.0f);
1727 GetProperty(FlexContainer.ChildProperty.FLEX_MARGIN).Get(temp);
1732 SetProperty(FlexContainer.ChildProperty.FLEX_MARGIN, new Tizen.NUI.PropertyValue(value));
1737 /// The top-left cell this child occupies, if not set, the first available cell is used.
1739 /// <since_tizen> 3 </since_tizen>
1740 public Vector2 CellIndex
1744 Vector2 temp = new Vector2(0.0f, 0.0f);
1745 GetProperty(TableView.ChildProperty.CELL_INDEX).Get(temp);
1750 SetProperty(TableView.ChildProperty.CELL_INDEX, new Tizen.NUI.PropertyValue(value));
1755 /// The number of rows this child occupies, if not set, the default value is 1.
1757 /// <since_tizen> 3 </since_tizen>
1758 public float RowSpan
1763 GetProperty(TableView.ChildProperty.ROW_SPAN).Get(out temp);
1768 SetProperty(TableView.ChildProperty.ROW_SPAN, new Tizen.NUI.PropertyValue(value));
1773 /// The number of columns this child occupies, if not set, the default value is 1.
1775 /// <since_tizen> 3 </since_tizen>
1776 public float ColumnSpan
1781 GetProperty(TableView.ChildProperty.COLUMN_SPAN).Get(out temp);
1786 SetProperty(TableView.ChildProperty.COLUMN_SPAN, new Tizen.NUI.PropertyValue(value));
1791 /// The horizontal alignment of this child inside the cells, if not set, the default value is 'left'.
1793 /// <since_tizen> 3 </since_tizen>
1794 public Tizen.NUI.HorizontalAlignmentType CellHorizontalAlignment
1799 if (GetProperty(TableView.ChildProperty.CELL_HORIZONTAL_ALIGNMENT).Get(out temp) == false)
1801 NUILog.Error("CellHorizontalAlignment get error!");
1807 return Tizen.NUI.HorizontalAlignmentType.Left;
1809 return Tizen.NUI.HorizontalAlignmentType.Center;
1811 return Tizen.NUI.HorizontalAlignmentType.Right;
1813 return Tizen.NUI.HorizontalAlignmentType.Left;
1818 string valueToString = "";
1821 case Tizen.NUI.HorizontalAlignmentType.Left:
1823 valueToString = "left";
1826 case Tizen.NUI.HorizontalAlignmentType.Center:
1828 valueToString = "center";
1831 case Tizen.NUI.HorizontalAlignmentType.Right:
1833 valueToString = "right";
1838 valueToString = "left";
1842 SetProperty(TableView.ChildProperty.CELL_HORIZONTAL_ALIGNMENT, new Tizen.NUI.PropertyValue(valueToString));
1847 /// The vertical alignment of this child inside the cells, if not set, the default value is 'top'.
1849 /// <since_tizen> 3 </since_tizen>
1850 public Tizen.NUI.VerticalAlignmentType CellVerticalAlignment
1855 GetProperty(TableView.ChildProperty.CELL_VERTICAL_ALIGNMENT).Get(out temp);
1857 NUILog.Error("CellVerticalAlignment get error!");
1863 return Tizen.NUI.VerticalAlignmentType.Top;
1865 return Tizen.NUI.VerticalAlignmentType.Center;
1867 return Tizen.NUI.VerticalAlignmentType.Bottom;
1869 return Tizen.NUI.VerticalAlignmentType.Top;
1874 string valueToString = "";
1877 case Tizen.NUI.VerticalAlignmentType.Top:
1879 valueToString = "top";
1882 case Tizen.NUI.VerticalAlignmentType.Center:
1884 valueToString = "center";
1887 case Tizen.NUI.VerticalAlignmentType.Bottom:
1889 valueToString = "bottom";
1894 valueToString = "top";
1898 SetProperty(TableView.ChildProperty.CELL_VERTICAL_ALIGNMENT, new Tizen.NUI.PropertyValue(valueToString));
1903 /// The left focusable view.<br />
1904 /// This will return null if not set.<br />
1905 /// This will also return null if the specified left focusable view is not on a window.<br />
1907 /// <since_tizen> 3 </since_tizen>
1908 public View LeftFocusableView
1910 // As native side will be only storing IDs so need a logic to convert View to ID and vice-versa.
1913 if (LeftFocusableViewId >= 0)
1915 return ConvertIdToView((uint)LeftFocusableViewId);
1923 LeftFocusableViewId = (int)value.GetId();
1927 LeftFocusableViewId = -1;
1933 /// The right focusable view.<br />
1934 /// This will return null if not set.<br />
1935 /// This will also return null if the specified right focusable view is not on a window.<br />
1937 /// <since_tizen> 3 </since_tizen>
1938 public View RightFocusableView
1940 // As native side will be only storing IDs so need a logic to convert View to ID and vice-versa.
1943 if (RightFocusableViewId >= 0)
1945 return ConvertIdToView((uint)RightFocusableViewId);
1953 RightFocusableViewId = (int)value.GetId();
1957 RightFocusableViewId = -1;
1963 /// The up focusable view.<br />
1964 /// This will return null if not set.<br />
1965 /// This will also return null if the specified up focusable view is not on a window.<br />
1967 /// <since_tizen> 3 </since_tizen>
1968 public View UpFocusableView
1970 // As native side will be only storing IDs so need a logic to convert View to ID and vice-versa.
1973 if (UpFocusableViewId >= 0)
1975 return ConvertIdToView((uint)UpFocusableViewId);
1983 UpFocusableViewId = (int)value.GetId();
1987 UpFocusableViewId = -1;
1993 /// The down focusable view.<br />
1994 /// This will return null if not set.<br />
1995 /// This will also return null if the specified down focusable view is not on a window.<br />
1997 /// <since_tizen> 3 </since_tizen>
1998 public View DownFocusableView
2000 // As native side will be only storing IDs so need a logic to convert View to ID and vice-versa.
2003 if (DownFocusableViewId >= 0)
2005 return ConvertIdToView((uint)DownFocusableViewId);
2013 DownFocusableViewId = (int)value.GetId();
2017 DownFocusableViewId = -1;
2023 /// Whether the view should be focusable by keyboard navigation.
2025 /// <since_tizen> 3 </since_tizen>
2026 public bool Focusable
2030 SetKeyboardFocusable(value);
2034 return IsKeyboardFocusable();
2039 /// Enumeration for describing the states of the view.
2041 /// <since_tizen> 3 </since_tizen>
2045 /// The normal state.
2049 /// The focused state.
2053 /// The disabled state.
2059 /// Retrieves the position of the view.<br />
2060 /// The coordinates are relative to the view's parent.<br />
2062 /// <since_tizen> 3 </since_tizen>
2063 public Position CurrentPosition
2067 return GetCurrentPosition();
2072 /// Sets the size of a view for the width and the height.<br />
2073 /// Geometry can be scaled to fit within this area.<br />
2074 /// This does not interfere with the view's scale factor.<br />
2075 /// The views default depth is the minimum of width and height.<br />
2077 /// <since_tizen> 3 </since_tizen>
2078 public Size2D Size2D
2082 Size temp = new Size(0.0f, 0.0f, 0.0f);
2083 GetProperty(View.Property.SIZE).Get(temp);
2084 Size2D size = new Size2D((int)temp.Width, (int)temp.Height);
2089 SetProperty(View.Property.SIZE, new Tizen.NUI.PropertyValue(new Size(value)));
2094 /// Retrieves the size of the view.<br />
2095 /// The coordinates are relative to the view's parent.<br />
2097 /// <since_tizen> 3 </since_tizen>
2098 public Size2D CurrentSize
2102 return GetCurrentSize();
2107 /// [Obsolete("Please do not use! this will be deprecated. Please use Visibility instead.")]
2109 /// <since_tizen> 3 </since_tizen>
2110 [Obsolete("Please do not use! This will be deprecated! Please use Visibility instead!")]
2111 [EditorBrowsable(EditorBrowsableState.Never)]
2121 /// Retrieves and sets the view's opacity.<br />
2123 /// <since_tizen> 3 </since_tizen>
2124 public float Opacity
2129 GetProperty(View.Property.OPACITY).Get(out temp);
2134 SetProperty(View.Property.OPACITY, new Tizen.NUI.PropertyValue(value));
2139 /// Sets the position of the view for X and Y.<br />
2140 /// By default, sets the position vector between the parent origin and the pivot point (default).<br />
2141 /// If the position inheritance is disabled, sets the world position.<br />
2143 /// <since_tizen> 3 </since_tizen>
2144 public Position2D Position2D
2148 Position temp = new Position(0.0f, 0.0f, 0.0f);
2149 GetProperty(View.Property.POSITION).Get(temp);
2150 return new Position2D(temp);
2154 SetProperty(View.Property.POSITION, new Tizen.NUI.PropertyValue(new Position(value)));
2159 /// Retrieves the screen postion of the view.<br />
2161 /// <since_tizen> 3 </since_tizen>
2162 public Vector2 ScreenPosition
2166 Vector2 temp = new Vector2(0.0f, 0.0f);
2167 GetProperty(View.Property.SCREEN_POSITION).Get(temp);
2168 // Dali's default layer is default center origin. need to change as top left.
2169 // NUI's Layer is like a transparent film which covers entire window. (Layer is not an actor of Dali)
2170 // otherwise, this makes ScreenPosition as wrong value.
2171 temp -= (Window.Instance.GetSize() * 0.5f);
2177 /// Determines whether the pivot point should be used to determine the position of the view.
2178 /// This is true by default.
2180 /// <remarks>If false, then the top-left of the view is used for the position.
2181 /// Setting this to false will allow scaling or rotation around the anchor-point without affecting the view's position.
2183 /// <since_tizen> 3 </since_tizen>
2184 public bool PositionUsesPivotPoint
2189 GetProperty(View.Property.POSITION_USES_ANCHOR_POINT).Get(out temp);
2194 SetProperty(View.Property.POSITION_USES_ANCHOR_POINT, new Tizen.NUI.PropertyValue(value));
2199 /// Please do not use! this will be deprecated.
2201 /// Please do not use! this will be deprecated!
2202 /// Instead please use PositionUsesPivotPoint.
2203 /// <since_tizen> 3 </since_tizen>
2204 [Obsolete("Please do not use! This will be deprecated! Please use PositionUsesPivotPoint instead! " +
2206 "View view = new View(); " +
2207 "view.PivotPoint = PivotPoint.Center; " +
2208 "view.PositionUsesPivotPoint = true;")]
2209 [EditorBrowsable(EditorBrowsableState.Never)]
2210 public bool PositionUsesAnchorPoint
2215 GetProperty(View.Property.POSITION_USES_ANCHOR_POINT).Get(out temp);
2220 SetProperty(View.Property.POSITION_USES_ANCHOR_POINT, new Tizen.NUI.PropertyValue(value));
2224 internal bool FocusState
2228 return IsKeyboardFocusable();
2232 SetKeyboardFocusable(value);
2237 /// Queries whether the view is connected to the stage.<br />
2238 /// When a view is connected, it will be directly or indirectly parented to the root view.<br />
2240 /// <since_tizen> 3 </since_tizen>
2241 public bool IsOnWindow
2250 /// Gets the depth in the hierarchy for the view.
2252 /// <since_tizen> 3 </since_tizen>
2253 public int HierarchyDepth
2257 return GetHierarchyDepth();
2262 /// Sets the sibling order of the view so the depth position can be defined within the same parent.
2265 /// Note the initial value is 0.
2266 /// Raise, Lower, RaiseToTop, LowerToBottom, RaiseAbove, and LowerBelow will override the sibling order.
2267 /// The values set by this property will likely change.
2269 /// <since_tizen> 3 </since_tizen>
2270 public int SiblingOrder
2275 GetProperty(View.Property.SIBLING_ORDER).Get(out temp);
2280 SetProperty(View.Property.SIBLING_ORDER, new Tizen.NUI.PropertyValue(value));
2285 /// Returns the natural size of the view.
2288 /// Deriving classes stipulate the natural size and by default a view has a zero natural size.
2290 /// /// Please do not use! this will be deprecated!
2291 /// Instead please use NaturalSize2D.
2292 /// <since_tizen> 3 </since_tizen>
2293 [Obsolete("Please do not use! This will be deprecated! Please use NaturalSize2D instead! " +
2295 "TextLabel label = new TextLabel(\"Hello World!\"); " +
2296 "Size2D size = label.NaturalSize2D;")]
2297 [EditorBrowsable(EditorBrowsableState.Never)]
2298 public Vector3 NaturalSize
2302 Vector3 ret = new Vector3(NDalicPINVOKE.Actor_GetNaturalSize(swigCPtr), true);
2303 if (NDalicPINVOKE.SWIGPendingException.Pending)
2304 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2310 /// Returns the natural size (Size2D) of the view.
2313 /// Deriving classes stipulate the natural size and by default a view has a zero natural size.
2315 /// <since_tizen> 4 </since_tizen>
2316 public Size2D NaturalSize2D
2320 Vector3 temp = new Vector3(NDalicPINVOKE.Actor_GetNaturalSize(swigCPtr), true);
2321 if (NDalicPINVOKE.SWIGPendingException.Pending)
2322 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2324 return new Size2D((int)temp.Width, (int)temp.Height);
2332 /// This is an asynchronous method.
2334 /// <since_tizen> 3 </since_tizen>
2344 /// This is an asynchronous method.
2345 /// If the view is hidden, then the view and its children will not be rendered.
2346 /// This is regardless of the individual visibility of the children, i.e., the view will only be rendered if all of its parents are shown.
2348 /// <since_tizen> 3 </since_tizen>
2354 internal void Raise()
2356 var parentChildren = Parent?.Children;
2358 if (parentChildren != null)
2360 int currentIndex = parentChildren.IndexOf(this);
2362 // If the view is not already the last item in the list.
2363 if (currentIndex != parentChildren.Count -1)
2365 View temp = parentChildren[currentIndex + 1];
2366 parentChildren[currentIndex + 1] = this;
2367 parentChildren[currentIndex] = temp;
2371 NDalicPINVOKE.Raise(swigCPtr);
2372 if (NDalicPINVOKE.SWIGPendingException.Pending)
2373 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2376 internal void Lower()
2378 var parentChildren = Parent?.Children;
2380 if (parentChildren != null)
2382 int currentIndex = parentChildren.IndexOf(this);
2384 // If the view is not already the first item in the list.
2385 if (currentIndex > 0)
2387 View temp = parentChildren[currentIndex - 1];
2388 parentChildren[currentIndex - 1] = this;
2389 parentChildren[currentIndex] = temp;
2393 NDalicPINVOKE.Lower(swigCPtr);
2394 if (NDalicPINVOKE.SWIGPendingException.Pending)
2395 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2399 /// Raises the view above all other views.
2402 /// Sibling order of views within the parent will be updated automatically.
2403 /// Once a raise or lower API is used, that view will then have an exclusive sibling order independent of insertion.
2405 /// <since_tizen> 3 </since_tizen>
2406 public void RaiseToTop()
2408 var parentChildren = Parent?.Children;
2410 if (parentChildren != null)
2412 parentChildren.Remove(this);
2413 parentChildren.Add(this);
2416 NDalicPINVOKE.RaiseToTop(swigCPtr);
2417 if (NDalicPINVOKE.SWIGPendingException.Pending)
2418 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2422 /// Lowers the view to the bottom of all views.
2425 /// The sibling order of views within the parent will be updated automatically.
2426 /// Once a raise or lower API is used that view will then have an exclusive sibling order independent of insertion.
2428 /// <since_tizen> 3 </since_tizen>
2429 public void LowerToBottom()
2431 var parentChildren = Parent?.Children;
2433 if (parentChildren != null)
2435 parentChildren.Remove(this);
2436 parentChildren.Insert(0, this);
2439 NDalicPINVOKE.LowerToBottom(swigCPtr);
2440 if (NDalicPINVOKE.SWIGPendingException.Pending)
2441 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2445 /// Queries if all resources required by a view are loaded and ready.
2447 /// <remarks>Most resources are only loaded when the control is placed on the stage.
2449 /// <since_tizen> 3 </since_tizen>
2450 public bool IsResourceReady()
2452 bool ret = NDalicPINVOKE.IsResourceReady(swigCPtr);
2453 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2458 /// Raises the view to above the target view.
2460 /// <remarks>The sibling order of views within the parent will be updated automatically.
2461 /// Views on the level above the target view will still be shown above this view.
2462 /// Raising this view above views with the same sibling order as each other will raise this view above them.
2463 /// Once a raise or lower API is used that view will then have an exclusive sibling order independent of insertion.
2465 /// <param name="target">Will be raised above this view.</param>
2466 internal void RaiseAbove(View target)
2468 var parentChildren = Parent?.Children;
2470 if (parentChildren != null)
2472 int currentIndex = parentChildren.IndexOf(this);
2473 int targetIndex = parentChildren.IndexOf(target);
2475 // If the currentIndex is less than the target index and the target has the same parent.
2476 if (currentIndex < targetIndex)
2478 parentChildren.Remove(this);
2479 parentChildren.Insert(targetIndex, this);
2483 NDalicPINVOKE.RaiseAbove(swigCPtr, View.getCPtr(target));
2484 if (NDalicPINVOKE.SWIGPendingException.Pending)
2485 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2489 /// Lowers the view to below the target view.
2491 /// <remarks>The sibling order of views within the parent will be updated automatically.
2492 /// Lowering this view below views with the same sibling order as each other will lower this view above them.
2493 /// Once a raise or lower API is used that view will then have an exclusive sibling order independent of insertion.
2495 /// <param name="target">Will be lowered below this view.</param>
2496 internal void LowerBelow(View target)
2498 var parentChildren = Parent?.Children;
2500 if (parentChildren != null)
2502 int currentIndex = parentChildren.IndexOf(this);
2503 int targetIndex = parentChildren.IndexOf(target);
2505 // If the currentIndex is not already the 0th index and the target has the same parent.
2506 if ((currentIndex != 0) && (targetIndex != -1) &&
2507 (currentIndex > targetIndex))
2509 parentChildren.Remove(this);
2510 parentChildren.Insert(targetIndex, this);
2514 NDalicPINVOKE.LowerBelow(swigCPtr, View.getCPtr(target));
2515 if (NDalicPINVOKE.SWIGPendingException.Pending)
2516 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2519 internal string GetName()
2521 string ret = NDalicPINVOKE.Actor_GetName(swigCPtr);
2522 if (NDalicPINVOKE.SWIGPendingException.Pending)
2523 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2527 internal void SetName(string name)
2529 NDalicPINVOKE.Actor_SetName(swigCPtr, name);
2530 if (NDalicPINVOKE.SWIGPendingException.Pending)
2531 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2534 internal uint GetId()
2536 uint ret = NDalicPINVOKE.Actor_GetId(swigCPtr);
2537 if (NDalicPINVOKE.SWIGPendingException.Pending)
2538 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2542 internal bool IsRoot()
2544 bool ret = NDalicPINVOKE.Actor_IsRoot(swigCPtr);
2545 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2549 internal bool OnWindow()
2551 bool ret = NDalicPINVOKE.Actor_OnStage(swigCPtr);
2552 if (NDalicPINVOKE.SWIGPendingException.Pending)
2553 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2558 /// Gets the parent layer of this view.If a view has no parent, this method does nothing.
2560 /// <pre>The view has been initialized. </pre>
2561 /// <returns>the parent layer of view </returns>
2562 /// <since_tizen> 5 </since_tizen>
2563 /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
2564 [EditorBrowsable(EditorBrowsableState.Never)]
2565 public Layer GetLayer()
2567 IntPtr cPtr = NDalicPINVOKE.Actor_GetLayer(swigCPtr);
2568 Layer ret = Registry.GetManagedBaseHandleFromNativePtr(cPtr) as Layer;
2570 if (NDalicPINVOKE.SWIGPendingException.Pending)
2571 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2576 /// Removes a view from its parent view or layer. If a view has no parent, this method does nothing.
2578 /// <pre>The (child) view has been initialized. </pre>
2579 /// <since_tizen> 4 </since_tizen>
2580 public void Unparent()
2582 GetParent()?.Remove(this);
2586 /// Search through this view's hierarchy for a view with the given name.
2587 /// The view itself is also considered in the search.
2589 /// <pre>The view has been initialized.</pre>
2590 /// <param name="viewName">The name of the view to find.</param>
2591 /// <returns>A handle to the view if found, or an empty handle if not.</returns>
2592 /// <since_tizen> 3 </since_tizen>
2593 public View FindChildByName(string viewName)
2595 IntPtr cPtr = NDalicPINVOKE.Actor_FindChildByName(swigCPtr, viewName);
2597 View ret = Registry.GetManagedBaseHandleFromNativePtr(cPtr) as View;
2599 if (NDalicPINVOKE.SWIGPendingException.Pending)
2600 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2604 internal View FindChildById(uint id)
2606 IntPtr cPtr = NDalicPINVOKE.Actor_FindChildById(swigCPtr, id);
2608 View ret = Registry.GetManagedBaseHandleFromNativePtr(cPtr) as View;
2610 if (NDalicPINVOKE.SWIGPendingException.Pending)
2611 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2615 internal void SetParentOrigin(Vector3 origin)
2617 NDalicPINVOKE.Actor_SetParentOrigin(swigCPtr, Vector3.getCPtr(origin));
2618 if (NDalicPINVOKE.SWIGPendingException.Pending)
2619 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2622 internal Vector3 GetCurrentParentOrigin()
2624 Vector3 ret = new Vector3(NDalicPINVOKE.Actor_GetCurrentParentOrigin(swigCPtr), true);
2625 if (NDalicPINVOKE.SWIGPendingException.Pending)
2626 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2630 internal void SetAnchorPoint(Vector3 anchorPoint)
2632 NDalicPINVOKE.Actor_SetAnchorPoint(swigCPtr, Vector3.getCPtr(anchorPoint));
2633 if (NDalicPINVOKE.SWIGPendingException.Pending)
2634 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2637 internal Vector3 GetCurrentAnchorPoint()
2639 Vector3 ret = new Vector3(NDalicPINVOKE.Actor_GetCurrentAnchorPoint(swigCPtr), true);
2640 if (NDalicPINVOKE.SWIGPendingException.Pending)
2641 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2645 internal void SetSize(float width, float height)
2647 NDalicPINVOKE.Actor_SetSize__SWIG_0(swigCPtr, width, height);
2648 if (NDalicPINVOKE.SWIGPendingException.Pending)
2649 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2652 internal void SetSize(float width, float height, float depth)
2654 NDalicPINVOKE.Actor_SetSize__SWIG_1(swigCPtr, width, height, depth);
2655 if (NDalicPINVOKE.SWIGPendingException.Pending)
2656 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2659 internal void SetSize(Vector2 size)
2661 NDalicPINVOKE.Actor_SetSize__SWIG_2(swigCPtr, Vector2.getCPtr(size));
2662 if (NDalicPINVOKE.SWIGPendingException.Pending)
2663 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2666 internal void SetSize(Vector3 size)
2668 NDalicPINVOKE.Actor_SetSize__SWIG_3(swigCPtr, Vector3.getCPtr(size));
2669 if (NDalicPINVOKE.SWIGPendingException.Pending)
2670 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2673 internal Vector3 GetTargetSize()
2675 Vector3 ret = new Vector3(NDalicPINVOKE.Actor_GetTargetSize(swigCPtr), true);
2676 if (NDalicPINVOKE.SWIGPendingException.Pending)
2677 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2681 internal Size2D GetCurrentSize()
2683 Size ret = new Size(NDalicPINVOKE.Actor_GetCurrentSize(swigCPtr), true);
2684 if (NDalicPINVOKE.SWIGPendingException.Pending)
2685 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2686 Size2D size = new Size2D((int)ret.Width, (int)ret.Height);
2690 internal Vector3 GetNaturalSize()
2692 Vector3 ret = new Vector3(NDalicPINVOKE.Actor_GetNaturalSize(swigCPtr), true);
2693 if (NDalicPINVOKE.SWIGPendingException.Pending)
2694 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2698 internal void SetPosition(float x, float y)
2700 NDalicPINVOKE.Actor_SetPosition__SWIG_0(swigCPtr, x, y);
2701 if (NDalicPINVOKE.SWIGPendingException.Pending)
2702 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2705 internal void SetPosition(float x, float y, float z)
2707 NDalicPINVOKE.Actor_SetPosition__SWIG_1(swigCPtr, x, y, z);
2708 if (NDalicPINVOKE.SWIGPendingException.Pending)
2709 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2712 internal void SetPosition(Vector3 position)
2714 NDalicPINVOKE.Actor_SetPosition__SWIG_2(swigCPtr, Vector3.getCPtr(position));
2715 if (NDalicPINVOKE.SWIGPendingException.Pending)
2716 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2719 internal void SetX(float x)
2721 NDalicPINVOKE.Actor_SetX(swigCPtr, x);
2722 if (NDalicPINVOKE.SWIGPendingException.Pending)
2723 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2726 internal void SetY(float y)
2728 NDalicPINVOKE.Actor_SetY(swigCPtr, y);
2729 if (NDalicPINVOKE.SWIGPendingException.Pending)
2730 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2733 internal void SetZ(float z)
2735 NDalicPINVOKE.Actor_SetZ(swigCPtr, z);
2736 if (NDalicPINVOKE.SWIGPendingException.Pending)
2737 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2740 internal void TranslateBy(Vector3 distance)
2742 NDalicPINVOKE.Actor_TranslateBy(swigCPtr, Vector3.getCPtr(distance));
2743 if (NDalicPINVOKE.SWIGPendingException.Pending)
2744 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2747 internal Position GetCurrentPosition()
2749 Position ret = new Position(NDalicPINVOKE.Actor_GetCurrentPosition(swigCPtr), true);
2750 if (NDalicPINVOKE.SWIGPendingException.Pending)
2751 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2755 internal Vector3 GetCurrentWorldPosition()
2757 Vector3 ret = new Vector3(NDalicPINVOKE.Actor_GetCurrentWorldPosition(swigCPtr), true);
2758 if (NDalicPINVOKE.SWIGPendingException.Pending)
2759 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2763 internal void SetInheritPosition(bool inherit)
2765 NDalicPINVOKE.Actor_SetInheritPosition(swigCPtr, inherit);
2766 if (NDalicPINVOKE.SWIGPendingException.Pending)
2767 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2770 internal bool IsPositionInherited()
2772 bool ret = NDalicPINVOKE.Actor_IsPositionInherited(swigCPtr);
2773 if (NDalicPINVOKE.SWIGPendingException.Pending)
2774 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2778 internal void SetOrientation(Degree angle, Vector3 axis)
2780 NDalicPINVOKE.Actor_SetOrientation__SWIG_0(swigCPtr, Degree.getCPtr(angle), Vector3.getCPtr(axis));
2781 if (NDalicPINVOKE.SWIGPendingException.Pending)
2782 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2785 internal void SetOrientation(Radian angle, Vector3 axis)
2787 NDalicPINVOKE.Actor_SetOrientation__SWIG_1(swigCPtr, Radian.getCPtr(angle), Vector3.getCPtr(axis));
2788 if (NDalicPINVOKE.SWIGPendingException.Pending)
2789 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2792 internal void SetOrientation(Rotation orientation)
2794 NDalicPINVOKE.Actor_SetOrientation__SWIG_2(swigCPtr, Rotation.getCPtr(orientation));
2795 if (NDalicPINVOKE.SWIGPendingException.Pending)
2796 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2799 internal void RotateBy(Degree angle, Vector3 axis)
2801 NDalicPINVOKE.Actor_RotateBy__SWIG_0(swigCPtr, Degree.getCPtr(angle), Vector3.getCPtr(axis));
2802 if (NDalicPINVOKE.SWIGPendingException.Pending)
2803 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2806 internal void RotateBy(Radian angle, Vector3 axis)
2808 NDalicPINVOKE.Actor_RotateBy__SWIG_1(swigCPtr, Radian.getCPtr(angle), Vector3.getCPtr(axis));
2809 if (NDalicPINVOKE.SWIGPendingException.Pending)
2810 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2813 internal void RotateBy(Rotation relativeRotation)
2815 NDalicPINVOKE.Actor_RotateBy__SWIG_2(swigCPtr, Rotation.getCPtr(relativeRotation));
2816 if (NDalicPINVOKE.SWIGPendingException.Pending)
2817 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2820 internal Rotation GetCurrentOrientation()
2822 Rotation ret = new Rotation(NDalicPINVOKE.Actor_GetCurrentOrientation(swigCPtr), true);
2823 if (NDalicPINVOKE.SWIGPendingException.Pending)
2824 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2828 internal void SetInheritOrientation(bool inherit)
2830 NDalicPINVOKE.Actor_SetInheritOrientation(swigCPtr, inherit);
2831 if (NDalicPINVOKE.SWIGPendingException.Pending)
2832 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2835 internal bool IsOrientationInherited()
2837 bool ret = NDalicPINVOKE.Actor_IsOrientationInherited(swigCPtr);
2838 if (NDalicPINVOKE.SWIGPendingException.Pending)
2839 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2843 internal Rotation GetCurrentWorldOrientation()
2845 Rotation ret = new Rotation(NDalicPINVOKE.Actor_GetCurrentWorldOrientation(swigCPtr), true);
2846 if (NDalicPINVOKE.SWIGPendingException.Pending)
2847 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2851 internal void SetScale(float scale)
2853 NDalicPINVOKE.Actor_SetScale__SWIG_0(swigCPtr, scale);
2854 if (NDalicPINVOKE.SWIGPendingException.Pending)
2855 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2858 internal void SetScale(float scaleX, float scaleY, float scaleZ)
2860 NDalicPINVOKE.Actor_SetScale__SWIG_1(swigCPtr, scaleX, scaleY, scaleZ);
2861 if (NDalicPINVOKE.SWIGPendingException.Pending)
2862 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2865 internal void SetScale(Vector3 scale)
2867 NDalicPINVOKE.Actor_SetScale__SWIG_2(swigCPtr, Vector3.getCPtr(scale));
2868 if (NDalicPINVOKE.SWIGPendingException.Pending)
2869 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2872 internal void ScaleBy(Vector3 relativeScale)
2874 NDalicPINVOKE.Actor_ScaleBy(swigCPtr, Vector3.getCPtr(relativeScale));
2875 if (NDalicPINVOKE.SWIGPendingException.Pending)
2876 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2879 internal Vector3 GetCurrentScale()
2881 Vector3 ret = new Vector3(NDalicPINVOKE.Actor_GetCurrentScale(swigCPtr), true);
2882 if (NDalicPINVOKE.SWIGPendingException.Pending)
2883 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2887 internal Vector3 GetCurrentWorldScale()
2889 Vector3 ret = new Vector3(NDalicPINVOKE.Actor_GetCurrentWorldScale(swigCPtr), true);
2890 if (NDalicPINVOKE.SWIGPendingException.Pending)
2891 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2895 internal void SetInheritScale(bool inherit)
2897 NDalicPINVOKE.Actor_SetInheritScale(swigCPtr, inherit);
2898 if (NDalicPINVOKE.SWIGPendingException.Pending)
2899 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2902 internal bool IsScaleInherited()
2904 bool ret = NDalicPINVOKE.Actor_IsScaleInherited(swigCPtr);
2905 if (NDalicPINVOKE.SWIGPendingException.Pending)
2906 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2910 internal Matrix GetCurrentWorldMatrix()
2912 Matrix ret = new Matrix(NDalicPINVOKE.Actor_GetCurrentWorldMatrix(swigCPtr), true);
2913 if (NDalicPINVOKE.SWIGPendingException.Pending)
2914 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2918 internal void SetVisible(bool visible)
2920 NDalicPINVOKE.Actor_SetVisible(swigCPtr, visible);
2921 if (NDalicPINVOKE.SWIGPendingException.Pending)
2922 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2925 internal bool IsVisible()
2927 bool ret = NDalicPINVOKE.Actor_IsVisible(swigCPtr);
2928 if (NDalicPINVOKE.SWIGPendingException.Pending)
2929 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2933 internal void SetOpacity(float opacity)
2935 NDalicPINVOKE.Actor_SetOpacity(swigCPtr, opacity);
2936 if (NDalicPINVOKE.SWIGPendingException.Pending)
2937 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2940 internal float GetCurrentOpacity()
2942 float ret = NDalicPINVOKE.Actor_GetCurrentOpacity(swigCPtr);
2943 if (NDalicPINVOKE.SWIGPendingException.Pending)
2944 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2948 internal void SetColor(Vector4 color)
2950 NDalicPINVOKE.Actor_SetColor(swigCPtr, Vector4.getCPtr(color));
2951 if (NDalicPINVOKE.SWIGPendingException.Pending)
2952 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2955 internal Vector4 GetCurrentColor()
2957 Vector4 ret = new Vector4(NDalicPINVOKE.Actor_GetCurrentColor(swigCPtr), true);
2958 if (NDalicPINVOKE.SWIGPendingException.Pending)
2959 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2963 internal void SetColorMode(ColorMode colorMode)
2965 NDalicPINVOKE.Actor_SetColorMode(swigCPtr, (int)colorMode);
2966 if (NDalicPINVOKE.SWIGPendingException.Pending)
2967 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2970 internal ColorMode GetColorMode()
2972 ColorMode ret = (ColorMode)NDalicPINVOKE.Actor_GetColorMode(swigCPtr);
2973 if (NDalicPINVOKE.SWIGPendingException.Pending)
2974 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2978 internal Vector4 GetCurrentWorldColor()
2980 Vector4 ret = new Vector4(NDalicPINVOKE.Actor_GetCurrentWorldColor(swigCPtr), true);
2981 if (NDalicPINVOKE.SWIGPendingException.Pending)
2982 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2986 internal void SetDrawMode(DrawModeType drawMode)
2988 NDalicPINVOKE.Actor_SetDrawMode(swigCPtr, (int)drawMode);
2989 if (NDalicPINVOKE.SWIGPendingException.Pending)
2990 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2993 internal DrawModeType GetDrawMode()
2995 DrawModeType ret = (DrawModeType)NDalicPINVOKE.Actor_GetDrawMode(swigCPtr);
2996 if (NDalicPINVOKE.SWIGPendingException.Pending)
2997 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3002 /// Converts screen coordinates into the view's coordinate system using the default camera.
3004 /// <pre>The view has been initialized.</pre>
3005 /// <remarks>The view coordinates are relative to the top-left(0.0, 0.0, 0.5).</remarks>
3006 /// <param name="localX">On return, the X-coordinate relative to the view.</param>
3007 /// <param name="localY">On return, the Y-coordinate relative to the view.</param>
3008 /// <param name="screenX">The screen X-coordinate.</param>
3009 /// <param name="screenY">The screen Y-coordinate.</param>
3010 /// <returns>True if the conversion succeeded.</returns>
3011 /// <since_tizen> 3 </since_tizen>
3012 public bool ScreenToLocal(out float localX, out float localY, float screenX, float screenY)
3014 bool ret = NDalicPINVOKE.Actor_ScreenToLocal(swigCPtr, out localX, out localY, screenX, screenY);
3015 if (NDalicPINVOKE.SWIGPendingException.Pending)
3016 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3020 internal void SetKeyboardFocusable(bool focusable)
3022 NDalicPINVOKE.Actor_SetKeyboardFocusable(swigCPtr, focusable);
3023 if (NDalicPINVOKE.SWIGPendingException.Pending)
3024 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3027 internal bool IsKeyboardFocusable()
3029 bool ret = NDalicPINVOKE.Actor_IsKeyboardFocusable(swigCPtr);
3030 if (NDalicPINVOKE.SWIGPendingException.Pending)
3031 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3035 internal void SetResizePolicy(ResizePolicyType policy, DimensionType dimension)
3037 NDalicPINVOKE.Actor_SetResizePolicy(swigCPtr, (int)policy, (int)dimension);
3038 if (NDalicPINVOKE.SWIGPendingException.Pending)
3039 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3042 internal ResizePolicyType GetResizePolicy(DimensionType dimension)
3044 ResizePolicyType ret = (ResizePolicyType)NDalicPINVOKE.Actor_GetResizePolicy(swigCPtr, (int)dimension);
3045 if (NDalicPINVOKE.SWIGPendingException.Pending)
3046 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3051 /// Sets the relative to parent size factor of the view.<br />
3052 /// This factor is only used when ResizePolicy is set to either:
3053 /// ResizePolicy::SIZE_RELATIVE_TO_PARENT or ResizePolicy::SIZE_FIXED_OFFSET_FROM_PARENT.<br />
3054 /// This view's size is set to the view's size multiplied by or added to this factor, depending on ResizePolicy.<br />
3056 /// <pre>The view has been initialized.</pre>
3057 /// <param name="factor">A Vector3 representing the relative factor to be applied to each axis.</param>
3058 /// <since_tizen> 3 </since_tizen>
3059 public void SetSizeModeFactor(Vector3 factor)
3061 NDalicPINVOKE.Actor_SetSizeModeFactor(swigCPtr, Vector3.getCPtr(factor));
3062 if (NDalicPINVOKE.SWIGPendingException.Pending)
3063 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3066 internal Vector3 GetSizeModeFactor()
3068 Vector3 ret = new Vector3(NDalicPINVOKE.Actor_GetSizeModeFactor(swigCPtr), true);
3069 if (NDalicPINVOKE.SWIGPendingException.Pending)
3070 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3075 /// Calculates the height of the view given a width.<br />
3076 /// The natural size is used for default calculation.<br />
3077 /// Size 0 is treated as aspect ratio 1:1.<br />
3079 /// <param name="width">The width to use.</param>
3080 /// <returns>The height based on the width.</returns>
3081 /// <since_tizen> 3 </since_tizen>
3082 public float GetHeightForWidth(float width)
3084 float ret = NDalicPINVOKE.Actor_GetHeightForWidth(swigCPtr, width);
3085 if (NDalicPINVOKE.SWIGPendingException.Pending)
3086 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3091 /// Calculates the width of the view given a height.<br />
3092 /// The natural size is used for default calculation.<br />
3093 /// Size 0 is treated as aspect ratio 1:1.<br />
3095 /// <param name="height">The height to use.</param>
3096 /// <returns>The width based on the height.</returns>
3097 /// <since_tizen> 3 </since_tizen>
3098 public float GetWidthForHeight(float height)
3100 float ret = NDalicPINVOKE.Actor_GetWidthForHeight(swigCPtr, height);
3101 if (NDalicPINVOKE.SWIGPendingException.Pending)
3102 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3107 /// Return the amount of size allocated for relayout.
3109 /// <param name="dimension">The dimension to retrieve.</param>
3110 /// <returns>Return the size.</returns>
3111 /// <since_tizen> 3 </since_tizen>
3112 public float GetRelayoutSize(DimensionType dimension)
3114 float ret = NDalicPINVOKE.Actor_GetRelayoutSize(swigCPtr, (int)dimension);
3115 if (NDalicPINVOKE.SWIGPendingException.Pending)
3116 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3121 /// Set the padding for the view.
3123 /// <param name="padding">Padding for the view.</param>
3124 /// <since_tizen> 3 </since_tizen>
3125 public void SetPadding(PaddingType padding)
3127 NDalicPINVOKE.Actor_SetPadding(swigCPtr, PaddingType.getCPtr(padding));
3128 if (NDalicPINVOKE.SWIGPendingException.Pending)
3129 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3133 /// Return the value of padding for the view.
3135 /// <param name="paddingOut">the value of padding for the view</param>
3136 /// <since_tizen> 3 </since_tizen>
3137 public void GetPadding(PaddingType paddingOut)
3139 NDalicPINVOKE.Actor_GetPadding(swigCPtr, PaddingType.getCPtr(paddingOut));
3140 if (NDalicPINVOKE.SWIGPendingException.Pending)
3141 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3144 internal void SetMinimumSize(Vector2 size)
3146 NDalicPINVOKE.Actor_SetMinimumSize(swigCPtr, Vector2.getCPtr(size));
3147 if (NDalicPINVOKE.SWIGPendingException.Pending)
3148 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3151 internal Vector2 GetMinimumSize()
3153 Vector2 ret = new Vector2(NDalicPINVOKE.Actor_GetMinimumSize(swigCPtr), true);
3154 if (NDalicPINVOKE.SWIGPendingException.Pending)
3155 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3159 internal void SetMaximumSize(Vector2 size)
3161 NDalicPINVOKE.Actor_SetMaximumSize(swigCPtr, Vector2.getCPtr(size));
3162 if (NDalicPINVOKE.SWIGPendingException.Pending)
3163 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3166 internal Vector2 GetMaximumSize()
3168 Vector2 ret = new Vector2(NDalicPINVOKE.Actor_GetMaximumSize(swigCPtr), true);
3169 if (NDalicPINVOKE.SWIGPendingException.Pending)
3170 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3174 internal int GetHierarchyDepth()
3176 int ret = NDalicPINVOKE.Actor_GetHierarchyDepth(swigCPtr);
3177 if (NDalicPINVOKE.SWIGPendingException.Pending)
3178 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3182 /// <since_tizen> 3 </since_tizen>
3183 public uint AddRenderer(Renderer renderer)
3185 uint ret = NDalicPINVOKE.Actor_AddRenderer(swigCPtr, Renderer.getCPtr(renderer));
3186 if (NDalicPINVOKE.SWIGPendingException.Pending)
3187 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3191 internal uint GetRendererCount()
3193 uint ret = NDalicPINVOKE.Actor_GetRendererCount(swigCPtr);
3194 if (NDalicPINVOKE.SWIGPendingException.Pending)
3195 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3199 /// <since_tizen> 3 </since_tizen>
3200 public Renderer GetRendererAt(uint index)
3202 IntPtr cPtr = NDalicPINVOKE.Actor_GetRendererAt(swigCPtr, index);
3203 Renderer ret = Registry.GetManagedBaseHandleFromNativePtr(cPtr) as Renderer;
3205 if (NDalicPINVOKE.SWIGPendingException.Pending)
3206 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3210 /// <since_tizen> 3 </since_tizen>
3211 public void RemoveRenderer(Renderer renderer)
3213 NDalicPINVOKE.Actor_RemoveRenderer__SWIG_0(swigCPtr, Renderer.getCPtr(renderer));
3214 if (NDalicPINVOKE.SWIGPendingException.Pending)
3215 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3218 /// <since_tizen> 3 </since_tizen>
3219 public void RemoveRenderer(uint index)
3221 NDalicPINVOKE.Actor_RemoveRenderer__SWIG_1(swigCPtr, index);
3222 if (NDalicPINVOKE.SWIGPendingException.Pending)
3223 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3226 internal TouchDataSignal TouchSignal()
3228 TouchDataSignal ret = new TouchDataSignal(NDalicPINVOKE.Actor_TouchSignal(swigCPtr), false);
3229 if (NDalicPINVOKE.SWIGPendingException.Pending)
3230 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3234 internal HoverSignal HoveredSignal()
3236 HoverSignal ret = new HoverSignal(NDalicPINVOKE.Actor_HoveredSignal(swigCPtr), false);
3237 if (NDalicPINVOKE.SWIGPendingException.Pending)
3238 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3242 internal WheelSignal WheelEventSignal()
3244 WheelSignal ret = new WheelSignal(NDalicPINVOKE.Actor_WheelEventSignal(swigCPtr), false);
3245 if (NDalicPINVOKE.SWIGPendingException.Pending)
3246 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3250 internal ViewSignal OnWindowSignal()
3252 ViewSignal ret = new ViewSignal(NDalicPINVOKE.Actor_OnStageSignal(swigCPtr), false);
3253 if (NDalicPINVOKE.SWIGPendingException.Pending)
3254 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3258 internal ViewSignal OffWindowSignal()
3260 ViewSignal ret = new ViewSignal(NDalicPINVOKE.Actor_OffStageSignal(swigCPtr), false);
3261 if (NDalicPINVOKE.SWIGPendingException.Pending)
3262 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3266 internal ViewSignal OnRelayoutSignal()
3268 ViewSignal ret = new ViewSignal(NDalicPINVOKE.Actor_OnRelayoutSignal(swigCPtr), false);
3269 if (NDalicPINVOKE.SWIGPendingException.Pending)
3270 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3274 internal ViewVisibilityChangedSignal VisibilityChangedSignal(View view) {
3275 ViewVisibilityChangedSignal ret = new ViewVisibilityChangedSignal(NDalicPINVOKE.VisibilityChangedSignal(View.getCPtr(view)), false);
3276 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3281 internal ViewLayoutDirectionChangedSignal LayoutDirectionChangedSignal(View view) {
3282 ViewLayoutDirectionChangedSignal ret = new ViewLayoutDirectionChangedSignal(NDalicManualPINVOKE.LayoutDirectionChangedSignal(View.getCPtr(view)), false);
3283 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3288 internal ViewSignal ResourcesLoadedSignal()
3290 ViewSignal ret = new ViewSignal(NDalicPINVOKE.ResourceReadySignal(swigCPtr), false);
3291 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3296 /// Gets or sets the origin of a view within its parent's area.<br />
3297 /// This is expressed in unit coordinates, such that (0.0, 0.0, 0.5) is the top-left corner of the parent, and (1.0, 1.0, 0.5) is the bottom-right corner.<br />
3298 /// The default parent-origin is ParentOrigin.TopLeft (0.0, 0.0, 0.5).<br />
3299 /// A view's position is the distance between this origin and the view's anchor-point.<br />
3301 /// <pre>The view has been initialized.</pre>
3302 /// <since_tizen> 3 </since_tizen>
3303 public Position ParentOrigin
3307 Position temp = new Position(0.0f, 0.0f, 0.0f);
3308 GetProperty(View.Property.PARENT_ORIGIN).Get(temp);
3313 SetProperty(View.Property.PARENT_ORIGIN, new Tizen.NUI.PropertyValue(value));
3317 internal float ParentOriginX
3322 GetProperty(View.Property.PARENT_ORIGIN_X).Get(out temp);
3327 SetProperty(View.Property.PARENT_ORIGIN_X, new Tizen.NUI.PropertyValue(value));
3331 internal float ParentOriginY
3336 GetProperty(View.Property.PARENT_ORIGIN_Y).Get(out temp);
3341 SetProperty(View.Property.PARENT_ORIGIN_Y, new Tizen.NUI.PropertyValue(value));
3345 internal float ParentOriginZ
3350 GetProperty(View.Property.PARENT_ORIGIN_Z).Get(out temp);
3355 SetProperty(View.Property.PARENT_ORIGIN_Z, new Tizen.NUI.PropertyValue(value));
3360 /// Gets or sets the anchor-point of a view.<br />
3361 /// This is expressed in unit coordinates, such that (0.0, 0.0, 0.5) is the top-left corner of the view, and (1.0, 1.0, 0.5) is the bottom-right corner.<br />
3362 /// The default pivot point is PivotPoint.Center (0.5, 0.5, 0.5).<br />
3363 /// A view position is the distance between its parent-origin and this anchor-point.<br />
3364 /// A view's orientation is the rotation from its default orientation, the rotation is centered around its anchor-point.<br />
3365 /// <pre>The view has been initialized.</pre>
3367 /// <since_tizen> 3 </since_tizen>
3368 public Position PivotPoint
3372 Position temp = new Position(0.0f, 0.0f, 0.0f);
3373 GetProperty(View.Property.ANCHOR_POINT).Get(temp);
3378 SetProperty(View.Property.ANCHOR_POINT, new Tizen.NUI.PropertyValue(value));
3382 internal float PivotPointX
3387 GetProperty(View.Property.ANCHOR_POINT_X).Get(out temp);
3392 SetProperty(View.Property.ANCHOR_POINT_X, new Tizen.NUI.PropertyValue(value));
3396 internal float PivotPointY
3401 GetProperty(View.Property.ANCHOR_POINT_Y).Get(out temp);
3406 SetProperty(View.Property.ANCHOR_POINT_Y, new Tizen.NUI.PropertyValue(value));
3410 internal float PivotPointZ
3415 GetProperty(View.Property.ANCHOR_POINT_Z).Get(out temp);
3420 SetProperty(View.Property.ANCHOR_POINT_Z, new Tizen.NUI.PropertyValue(value));
3425 /// Gets or sets the size width of the view.
3427 /// <since_tizen> 3 </since_tizen>
3428 public float SizeWidth
3433 GetProperty(View.Property.SIZE_WIDTH).Get(out temp);
3438 SetProperty(View.Property.SIZE_WIDTH, new Tizen.NUI.PropertyValue(value));
3443 /// Gets or sets the size height of the view.
3445 /// <since_tizen> 3 </since_tizen>
3446 public float SizeHeight
3451 GetProperty(View.Property.SIZE_HEIGHT).Get(out temp);
3456 SetProperty(View.Property.SIZE_HEIGHT, new Tizen.NUI.PropertyValue(value));
3461 /// Gets or sets the position of the view.<br />
3462 /// By default, sets the position vector between the parent origin and pivot point (default).<br />
3463 /// If the position inheritance is disabled, sets the world position.<br />
3465 /// <since_tizen> 3 </since_tizen>
3466 public Position Position
3470 Vector3 temp = new Vector3(0.0f, 0.0f, 0.0f);
3471 GetProperty(View.Property.POSITION).Get(temp);
3476 SetProperty(View.Property.POSITION, new Tizen.NUI.PropertyValue(value));
3481 /// Gets or sets the position X of the view.
3483 /// <since_tizen> 3 </since_tizen>
3484 public float PositionX
3489 GetProperty(View.Property.POSITION_X).Get(out temp);
3494 SetProperty(View.Property.POSITION_X, new Tizen.NUI.PropertyValue(value));
3499 /// Gets or sets the position Y of the view.
3501 /// <since_tizen> 3 </since_tizen>
3502 public float PositionY
3507 GetProperty(View.Property.POSITION_Y).Get(out temp);
3512 SetProperty(View.Property.POSITION_Y, new Tizen.NUI.PropertyValue(value));
3517 /// Gets or sets the position Z of the view.
3519 /// <since_tizen> 3 </since_tizen>
3520 public float PositionZ
3525 GetProperty(View.Property.POSITION_Z).Get(out temp);
3530 SetProperty(View.Property.POSITION_Z, new Tizen.NUI.PropertyValue(value));
3535 /// Gets or sets the world position of the view.
3537 /// <since_tizen> 3 </since_tizen>
3538 public Vector3 WorldPosition
3542 Vector3 temp = new Vector3(0.0f, 0.0f, 0.0f);
3543 GetProperty(View.Property.WORLD_POSITION).Get(temp);
3548 internal float WorldPositionX
3553 GetProperty(View.Property.WORLD_POSITION_X).Get(out temp);
3558 internal float WorldPositionY
3563 GetProperty(View.Property.WORLD_POSITION_Y).Get(out temp);
3568 internal float WorldPositionZ
3573 GetProperty(View.Property.WORLD_POSITION_Z).Get(out temp);
3579 /// Gets or sets the orientation of the view.<br />
3580 /// The view's orientation is the rotation from its default orientation, and the rotation is centered around its anchor-point.<br />
3582 /// <remarks>This is an asynchronous method.</remarks>
3583 /// <since_tizen> 3 </since_tizen>
3584 public Rotation Orientation
3588 Rotation temp = new Rotation();
3589 GetProperty(View.Property.ORIENTATION).Get(temp);
3594 SetProperty(View.Property.ORIENTATION, new Tizen.NUI.PropertyValue(value));
3599 /// Gets or sets the world orientation of the view.<br />
3601 /// <since_tizen> 3 </since_tizen>
3602 public Rotation WorldOrientation
3606 Rotation temp = new Rotation();
3607 GetProperty(View.Property.WORLD_ORIENTATION).Get(temp);
3613 /// Gets or sets the scale factor applied to the view.<br />
3615 /// <since_tizen> 3 </since_tizen>
3616 public Vector3 Scale
3620 Vector3 temp = new Vector3(0.0f, 0.0f, 0.0f);
3621 GetProperty(View.Property.SCALE).Get(temp);
3626 SetProperty(View.Property.SCALE, new Tizen.NUI.PropertyValue(value));
3631 /// Gets or sets the scale X factor applied to the view.
3633 /// <since_tizen> 3 </since_tizen>
3639 GetProperty(View.Property.SCALE_X).Get(out temp);
3644 SetProperty(View.Property.SCALE_X, new Tizen.NUI.PropertyValue(value));
3649 /// Gets or sets the scale Y factor applied to the view.
3651 /// <since_tizen> 3 </since_tizen>
3657 GetProperty(View.Property.SCALE_Y).Get(out temp);
3662 SetProperty(View.Property.SCALE_Y, new Tizen.NUI.PropertyValue(value));
3667 /// Gets or sets the scale Z factor applied to the view.
3669 /// <since_tizen> 3 </since_tizen>
3675 GetProperty(View.Property.SCALE_Z).Get(out temp);
3680 SetProperty(View.Property.SCALE_Z, new Tizen.NUI.PropertyValue(value));
3685 /// Gets the world scale of the view.
3687 /// <since_tizen> 3 </since_tizen>
3688 public Vector3 WorldScale
3692 Vector3 temp = new Vector3(0.0f, 0.0f, 0.0f);
3693 GetProperty(View.Property.WORLD_SCALE).Get(temp);
3699 /// Retrieves the visibility flag of the view.
3702 /// If the view is not visible, then the view and its children will not be rendered.
3703 /// This is regardless of the individual visibility values of the children, i.e., the view will only be rendered if all of its parents have visibility set to true.
3705 /// <since_tizen> 3 </since_tizen>
3706 public bool Visibility
3711 GetProperty(View.Property.VISIBLE).Get(out temp);
3717 /// Gets the view's world color.
3719 /// <since_tizen> 3 </since_tizen>
3720 public Vector4 WorldColor
3724 Vector4 temp = new Vector4(0.0f, 0.0f, 0.0f, 0.0f);
3725 GetProperty(View.Property.WORLD_COLOR).Get(temp);
3730 internal Matrix WorldMatrix
3734 Matrix temp = new Matrix();
3735 GetProperty(View.Property.WORLD_MATRIX).Get(temp);
3741 /// Gets or sets the view's name.
3743 /// <since_tizen> 3 </since_tizen>
3749 GetProperty(View.Property.NAME).Get(out temp);
3754 SetProperty(View.Property.NAME, new Tizen.NUI.PropertyValue(value));
3759 /// Get the number of children held by the view.
3761 /// <since_tizen> 3 </since_tizen>
3762 public new uint ChildCount
3766 return GetChildCount();
3771 /// Gets the view's ID.
3774 /// <since_tizen> 3 </since_tizen>
3784 /// Gets or sets the status of whether the view should emit touch or hover signals.
3786 /// <since_tizen> 3 </since_tizen>
3787 public bool Sensitive
3792 GetProperty(View.Property.SENSITIVE).Get(out temp);
3797 SetProperty(View.Property.SENSITIVE, new Tizen.NUI.PropertyValue(value));
3802 /// Gets or sets the status of whether the view should receive a notification when touch or hover motion events leave the boundary of the view.
3804 /// <since_tizen> 3 </since_tizen>
3805 public bool LeaveRequired
3810 GetProperty(View.Property.LEAVE_REQUIRED).Get(out temp);
3815 SetProperty(View.Property.LEAVE_REQUIRED, new Tizen.NUI.PropertyValue(value));
3820 /// Gets or sets the status of whether a child view inherits it's parent's orientation.
3822 /// <since_tizen> 3 </since_tizen>
3823 public bool InheritOrientation
3828 GetProperty(View.Property.INHERIT_ORIENTATION).Get(out temp);
3833 SetProperty(View.Property.INHERIT_ORIENTATION, new Tizen.NUI.PropertyValue(value));
3838 /// Gets or sets the status of whether a child view inherits it's parent's scale.
3840 /// <since_tizen> 3 </since_tizen>
3841 public bool InheritScale
3846 GetProperty(View.Property.INHERIT_SCALE).Get(out temp);
3851 SetProperty(View.Property.INHERIT_SCALE, new Tizen.NUI.PropertyValue(value));
3856 /// Gets or sets the status of how the view and its children should be drawn.<br />
3857 /// Not all views are renderable, but DrawMode can be inherited from any view.<br />
3858 /// If an object is in a 3D layer, it will be depth-tested against other objects in the world, i.e., it may be obscured if other objects are in front.<br />
3859 /// If DrawMode.Overlay2D is used, the view and its children will be drawn as a 2D overlay.<br />
3860 /// Overlay views are drawn in a separate pass, after all non-overlay views within the layer.<br />
3861 /// For overlay views, the drawing order is with respect to tree levels of views, and depth-testing will not be used.<br />
3863 /// <since_tizen> 3 </since_tizen>
3864 public DrawModeType DrawMode
3869 if (GetProperty(View.Property.DRAW_MODE).Get(out temp) == false)
3871 NUILog.Error("DrawMode get error!");
3876 return DrawModeType.Normal;
3878 return DrawModeType.Overlay2D;
3880 return DrawModeType.Stencil;
3882 return DrawModeType.Normal;
3887 SetProperty(View.Property.DRAW_MODE, new Tizen.NUI.PropertyValue((int)value));
3892 /// Gets or sets the relative to parent size factor of the view.<br />
3893 /// This factor is only used when ResizePolicyType is set to either: ResizePolicyType.SizeRelativeToParent or ResizePolicyType.SizeFixedOffsetFromParent.<br />
3894 /// This view's size is set to the view's size multiplied by or added to this factor, depending on ResizePolicyType.<br />
3896 /// <since_tizen> 3 </since_tizen>
3897 public Vector3 SizeModeFactor
3901 Vector3 temp = new Vector3(0.0f, 0.0f, 0.0f);
3902 GetProperty(View.Property.SIZE_MODE_FACTOR).Get(temp);
3907 SetProperty(View.Property.SIZE_MODE_FACTOR, new Tizen.NUI.PropertyValue(value));
3912 /// Gets or sets the width resize policy to be used.
3914 /// <since_tizen> 3 </since_tizen>
3915 public ResizePolicyType WidthResizePolicy
3920 if (GetProperty(View.Property.WIDTH_RESIZE_POLICY).Get(out temp) == false)
3922 NUILog.Error("WidthResizePolicy get error!");
3927 return ResizePolicyType.Fixed;
3928 case "USE_NATURAL_SIZE":
3929 return ResizePolicyType.UseNaturalSize;
3930 case "FILL_TO_PARENT":
3931 return ResizePolicyType.FillToParent;
3932 case "SIZE_RELATIVE_TO_PARENT":
3933 return ResizePolicyType.SizeRelativeToParent;
3934 case "SIZE_FIXED_OFFSET_FROM_PARENT":
3935 return ResizePolicyType.SizeFixedOffsetFromParent;
3936 case "FIT_TO_CHILDREN":
3937 return ResizePolicyType.FitToChildren;
3938 case "DIMENSION_DEPENDENCY":
3939 return ResizePolicyType.DimensionDependency;
3940 case "USE_ASSIGNED_SIZE":
3941 return ResizePolicyType.UseAssignedSize;
3943 return ResizePolicyType.Fixed;
3948 SetProperty(View.Property.WIDTH_RESIZE_POLICY, new Tizen.NUI.PropertyValue((int)value));
3953 /// Gets or sets the height resize policy to be used.
3955 /// <since_tizen> 3 </since_tizen>
3956 public ResizePolicyType HeightResizePolicy
3961 if (GetProperty(View.Property.HEIGHT_RESIZE_POLICY).Get(out temp) == false)
3963 NUILog.Error("HeightResizePolicy get error!");
3968 return ResizePolicyType.Fixed;
3969 case "USE_NATURAL_SIZE":
3970 return ResizePolicyType.UseNaturalSize;
3971 case "FILL_TO_PARENT":
3972 return ResizePolicyType.FillToParent;
3973 case "SIZE_RELATIVE_TO_PARENT":
3974 return ResizePolicyType.SizeRelativeToParent;
3975 case "SIZE_FIXED_OFFSET_FROM_PARENT":
3976 return ResizePolicyType.SizeFixedOffsetFromParent;
3977 case "FIT_TO_CHILDREN":
3978 return ResizePolicyType.FitToChildren;
3979 case "DIMENSION_DEPENDENCY":
3980 return ResizePolicyType.DimensionDependency;
3981 case "USE_ASSIGNED_SIZE":
3982 return ResizePolicyType.UseAssignedSize;
3984 return ResizePolicyType.Fixed;
3989 SetProperty(View.Property.HEIGHT_RESIZE_POLICY, new Tizen.NUI.PropertyValue((int)value));
3994 /// Gets or sets the policy to use when setting size with size negotiation.<br />
3995 /// Defaults to SizeScalePolicyType.UseSizeSet.<br />
3997 /// <since_tizen> 3 </since_tizen>
3998 public SizeScalePolicyType SizeScalePolicy
4003 if (GetProperty(View.Property.SIZE_SCALE_POLICY).Get(out temp) == false)
4005 NUILog.Error("SizeScalePolicy get error!");
4009 case "USE_SIZE_SET":
4010 return SizeScalePolicyType.UseSizeSet;
4011 case "FIT_WITH_ASPECT_RATIO":
4012 return SizeScalePolicyType.FitWithAspectRatio;
4013 case "FILL_WITH_ASPECT_RATIO":
4014 return SizeScalePolicyType.FillWithAspectRatio;
4016 return SizeScalePolicyType.UseSizeSet;
4021 string valueToString = "";
4024 case SizeScalePolicyType.UseSizeSet:
4026 valueToString = "USE_SIZE_SET";
4029 case SizeScalePolicyType.FitWithAspectRatio:
4031 valueToString = "FIT_WITH_ASPECT_RATIO";
4034 case SizeScalePolicyType.FillWithAspectRatio:
4036 valueToString = "FILL_WITH_ASPECT_RATIO";
4041 valueToString = "USE_SIZE_SET";
4045 SetProperty(View.Property.SIZE_SCALE_POLICY, new Tizen.NUI.PropertyValue(valueToString));
4050 /// Gets or sets the status of whether the width size is dependent on the height size.
4052 /// <since_tizen> 3 </since_tizen>
4053 public bool WidthForHeight
4058 GetProperty(View.Property.WIDTH_FOR_HEIGHT).Get(out temp);
4063 SetProperty(View.Property.WIDTH_FOR_HEIGHT, new Tizen.NUI.PropertyValue(value));
4068 /// Gets or sets the status of whether the height size is dependent on the width size.
4070 /// <since_tizen> 3 </since_tizen>
4071 public bool HeightForWidth
4076 GetProperty(View.Property.HEIGHT_FOR_WIDTH).Get(out temp);
4081 SetProperty(View.Property.HEIGHT_FOR_WIDTH, new Tizen.NUI.PropertyValue(value));
4086 /// Gets or sets the padding for use in layout.
4088 /// <since_tizen> 4 </since_tizen>
4089 public Extents Padding
4093 Extents temp = new Extents(0, 0, 0, 0);
4094 GetProperty(View.Property.PADDING).Get(temp);
4099 SetProperty(View.Property.PADDING, new Tizen.NUI.PropertyValue(value));
4104 /// Gets or sets the minimum size the view can be assigned in size negotiation.
4106 /// <since_tizen> 3 </since_tizen>
4107 public Size2D MinimumSize
4111 Size2D temp = new Size2D(0, 0);
4112 GetProperty(View.Property.MINIMUM_SIZE).Get(temp);
4117 SetProperty(View.Property.MINIMUM_SIZE, new Tizen.NUI.PropertyValue(value));
4122 /// Gets or sets the maximum size the view can be assigned in size negotiation.
4124 /// <since_tizen> 3 </since_tizen>
4125 public Size2D MaximumSize
4129 Size2D temp = new Size2D(0, 0);
4130 GetProperty(View.Property.MAXIMUM_SIZE).Get(temp);
4135 SetProperty(View.Property.MAXIMUM_SIZE, new Tizen.NUI.PropertyValue(value));
4140 /// Gets or sets whether a child view inherits it's parent's position.<br />
4141 /// Default is to inherit.<br />
4142 /// Switching this off means that using position sets the view's world position, i.e., translates from the world origin (0,0,0) to the pivot point of the view.<br />
4144 /// <since_tizen> 3 </since_tizen>
4145 public bool InheritPosition
4150 GetProperty(View.Property.INHERIT_POSITION).Get(out temp);
4155 SetProperty(View.Property.INHERIT_POSITION, new Tizen.NUI.PropertyValue(value));
4160 /// Gets or sets the clipping behavior (mode) of it's children.
4162 /// <since_tizen> 3 </since_tizen>
4163 public ClippingModeType ClippingMode
4168 if (GetProperty(View.Property.CLIPPING_MODE).Get(out temp) == false)
4170 NUILog.Error("ClippingMode get error!");
4175 return ClippingModeType.Disabled;
4176 case "CLIP_CHILDREN":
4177 return ClippingModeType.ClipChildren;
4178 case "CLIP_TO_BOUNDING_BOX":
4179 return ClippingModeType.ClipToBoundingBox;
4181 return ClippingModeType.Disabled;
4186 SetProperty(View.Property.CLIPPING_MODE, new Tizen.NUI.PropertyValue((int)value));
4191 /// Gets the number of renderers held by the view.
4193 /// <since_tizen> 3 </since_tizen>
4194 public uint RendererCount
4198 return GetRendererCount();
4205 /// [Obsolete("Please do not use! this will be deprecated")]
4207 /// <since_tizen> 3 </since_tizen>
4208 /// Please do not use! this will be deprecated!
4209 /// Instead please use TouchEvent.
4210 [Obsolete("Please do not use! This will be deprecated! Please use TouchEvent instead!")]
4211 [EditorBrowsable(EditorBrowsableState.Never)]
4212 public event EventHandlerWithReturnType<object, TouchEventArgs, bool> Touched
4216 if (_touchDataEventHandler == null)
4218 _touchDataCallback = OnTouch;
4219 this.TouchSignal().Connect(_touchDataCallback);
4222 _touchDataEventHandler += value;
4227 _touchDataEventHandler -= value;
4229 if (_touchDataEventHandler == null && TouchSignal().Empty() == false)
4231 this.TouchSignal().Disconnect(_touchDataCallback);
4238 /// [Obsolete("Please do not use! this will be deprecated")]
4240 /// <since_tizen> 3 </since_tizen>
4241 /// Please do not use! this will be deprecated!
4242 /// Instead please use HoverEvent.
4243 [Obsolete("Please do not use! This will be deprecated! Please use HoverEvent instead!")]
4244 [EditorBrowsable(EditorBrowsableState.Never)]
4245 public event EventHandlerWithReturnType<object, HoverEventArgs, bool> Hovered
4249 if (_hoverEventHandler == null)
4251 _hoverEventCallback = OnHoverEvent;
4252 this.HoveredSignal().Connect(_hoverEventCallback);
4255 _hoverEventHandler += value;
4260 _hoverEventHandler -= value;
4262 if (_hoverEventHandler == null && HoveredSignal().Empty() == false)
4264 this.HoveredSignal().Disconnect(_hoverEventCallback);
4271 /// Please do not use! this will be deprecated.
4273 /// <since_tizen> 3 </since_tizen>
4274 /// Please do not use! this will be deprecated!
4275 /// Instead please use WheelEvent.
4276 [Obsolete("Please do not use! This will be deprecated! Please use WheelEvent instead!")]
4277 [EditorBrowsable(EditorBrowsableState.Never)]
4278 public event EventHandlerWithReturnType<object, WheelEventArgs, bool> WheelMoved
4282 if (_wheelEventHandler == null)
4284 _wheelEventCallback = OnWheelEvent;
4285 this.WheelEventSignal().Connect(_wheelEventCallback);
4288 _wheelEventHandler += value;
4293 _wheelEventHandler -= value;
4295 if (_wheelEventHandler == null && WheelEventSignal().Empty() == false)
4297 this.WheelEventSignal().Disconnect(_wheelEventCallback);
4304 /// [Obsolete("Please do not use! this will be deprecated")]
4306 /// <since_tizen> 3 </since_tizen>
4307 /// Please do not use! this will be deprecated!
4308 /// Instead please use PivotPoint.
4309 [Obsolete("Please do not use! This will be deprecated! Please use PivotPoint instead! " +
4311 "View view = new View(); " +
4312 "view.PivotPoint = PivotPoint.Center; " +
4313 "view.PositionUsesPivotPoint = true;")]
4314 [EditorBrowsable(EditorBrowsableState.Never)]
4315 public Position AnchorPoint
4319 Position temp = new Position(0.0f, 0.0f, 0.0f);
4320 GetProperty(View.Property.ANCHOR_POINT).Get(temp);
4325 SetProperty(View.Property.ANCHOR_POINT, new Tizen.NUI.PropertyValue(value));
4330 /// [Obsolete("Please do not use! this will be deprecated")]
4332 /// <since_tizen> 3 </since_tizen>
4333 [Obsolete("Please do not use! This will be deprecated! Please use Size2D instead! " +
4335 "View view = new View(); " +
4336 "view.Size2D = new Size2D(100, 100);")]
4337 [EditorBrowsable(EditorBrowsableState.Never)]
4342 Size temp = new Size(0.0f, 0.0f, 0.0f);
4343 GetProperty(View.Property.SIZE).Get(temp);
4348 SetProperty(View.Property.SIZE, new Tizen.NUI.PropertyValue(value));
4353 /// [Obsolete("Please do not use! this will be deprecated")]
4355 /// <since_tizen> 3 </since_tizen>
4356 /// Please do not use! this will be deprecated!
4357 /// Instead please use AddedToWindow.
4358 [Obsolete("Please do not use! This will be deprecated! Please use AddedToWindow instead!")]
4359 [EditorBrowsable(EditorBrowsableState.Never)]
4360 public event EventHandler OnWindowEvent
4364 if (_onWindowEventHandler == null)
4366 _onWindowEventCallback = OnWindow;
4367 this.OnWindowSignal().Connect(_onWindowEventCallback);
4370 _onWindowEventHandler += value;
4375 _onWindowEventHandler -= value;
4377 if (_onWindowEventHandler == null && OnWindowSignal().Empty() == false)
4379 this.OnWindowSignal().Disconnect(_onWindowEventCallback);
4385 /// [Obsolete("Please do not use! this will be deprecated")]
4387 /// <since_tizen> 3 </since_tizen>
4388 /// Please do not use! this will be deprecated!
4389 /// Instead please use RemovedFromWindow.
4390 [Obsolete("Please do not use! This will be deprecated! Please use RemovedFromWindow instead!")]
4391 [EditorBrowsable(EditorBrowsableState.Never)]
4392 public event EventHandler OffWindowEvent
4396 if (_offWindowEventHandler == null)
4398 _offWindowEventCallback = OffWindow;
4399 this.OffWindowSignal().Connect(_offWindowEventCallback);
4402 _offWindowEventHandler += value;
4407 _offWindowEventHandler -= value;
4409 if (_offWindowEventHandler == null && OffWindowSignal().Empty() == false)
4411 this.OffWindowSignal().Disconnect(_offWindowEventCallback);
4417 /// [Obsolete("Please do not use! this will be deprecated")]
4419 /// <since_tizen> 3 </since_tizen>
4420 /// Please do not use! this will be deprecated!
4421 /// Instead please use Relayout.
4422 [Obsolete("Please do not use! This will be deprecated! Please use Relayout instead!")]
4423 [EditorBrowsable(EditorBrowsableState.Never)]
4424 public event EventHandler OnRelayoutEvent
4428 if (_onRelayoutEventHandler == null)
4430 _onRelayoutEventCallback = OnRelayout;
4431 this.OnRelayoutSignal().Connect(_onRelayoutEventCallback);
4434 _onRelayoutEventHandler += value;
4439 _onRelayoutEventHandler -= value;
4441 if (_onRelayoutEventHandler == null && OnRelayoutSignal().Empty() == false)
4443 this.OnRelayoutSignal().Disconnect(_onRelayoutEventCallback);
4450 /// "Please DO NOT use! This will be deprecated! Please use 'Container GetParent() for derived class' instead!"
4452 /// <since_tizen> 3 </since_tizen>
4453 [Obsolete("Please do not use! This will be deprecated! Please use 'Container GetParent() for derived class' instead! " +
4455 "Container parent = view.GetParent(); " +
4456 "View view = parent as View;")]
4457 [EditorBrowsable(EditorBrowsableState.Never)]
4458 public new View Parent
4463 IntPtr cPtr = NDalicPINVOKE.Actor_GetParent(swigCPtr);
4465 BaseHandle basehandle = Registry.GetManagedBaseHandleFromNativePtr(cPtr);
4467 if (basehandle is Layer)
4469 ret = new View(cPtr, false);
4473 ret = basehandle as View;
4476 if (NDalicPINVOKE.SWIGPendingException.Pending)
4477 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
4483 /// Gets/Sets whether inherit parent's the layout Direction.
4485 /// <since_tizen> 4 </since_tizen>
4486 public bool InheritLayoutDirection
4491 GetProperty(View.Property.INHERIT_LAYOUT_DIRECTION).Get(out temp);
4496 SetProperty(View.Property.INHERIT_LAYOUT_DIRECTION, new Tizen.NUI.PropertyValue(value));
4501 /// Gets/Sets the layout Direction.
4503 /// <since_tizen> 4 </since_tizen>
4504 public ViewLayoutDirectionType LayoutDirection
4509 if (GetProperty(View.Property.LAYOUT_DIRECTION).Get(out temp) == false)
4511 NUILog.Error("LAYOUT_DIRECTION get error!");
4513 return (ViewLayoutDirectionType)temp;
4517 SetProperty(View.Property.LAYOUT_DIRECTION, new Tizen.NUI.PropertyValue((int)value));
4522 /// Gets or sets the Margin for use in layout.
4524 /// <since_tizen> 4 </since_tizen>
4525 public Extents Margin
4529 Extents temp = new Extents(0, 0, 0, 0);
4530 GetProperty(View.Property.MARGIN).Get(temp);
4535 SetProperty(View.Property.MARGIN, new Tizen.NUI.PropertyValue(value));
4540 /// [Obsolete("Please do not use! this will be deprecated")]
4542 /// Please do not use! this will be deprecated!
4543 /// Instead please use Padding.
4544 /// <since_tizen> 4 </since_tizen>
4545 [Obsolete("Please do not use! this will be deprecated, instead please use Padding.")]
4546 [EditorBrowsable(EditorBrowsableState.Never)]
4547 public Extents PaddingEX
4551 Extents temp = new Extents(0, 0, 0, 0);
4552 GetProperty(View.Property.PADDING).Get(temp);
4557 SetProperty(View.Property.PADDING, new Tizen.NUI.PropertyValue(value));
4562 /// Perform an action on a visual registered to this view. <br />
4563 /// Visuals will have actions, this API is used to perform one of these actions with the given attributes.
4565 /// <param name="propertyIndexOfVisual">The Property index of the visual.</param>
4566 /// <param name="propertyIndexOfActionId">The action to perform. See Visual to find supported actions.</param>
4567 /// <param name="attributes">Optional attributes for the action.</param>
4568 /// <since_tizen> 5 </since_tizen>
4569 /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
4570 [EditorBrowsable(EditorBrowsableState.Never)]
4571 public void DoAction(int propertyIndexOfVisual, int propertyIndexOfActionId, PropertyValue attributes)
4573 NDalicManualPINVOKE.View_DoAction(swigCPtr, propertyIndexOfVisual, propertyIndexOfActionId, PropertyValue.getCPtr(attributes));
4574 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
4580 /// The View layout Direction type.
4582 /// <since_tizen> 4 </since_tizen>
4583 public enum ViewLayoutDirectionType
4588 /// <since_tizen> 4 </since_tizen>
4593 /// <since_tizen> 4 </since_tizen>