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 PADDING = NDalicPINVOKE.Actor_Property_PADDING_get();
1096 internal static readonly int MINIMUM_SIZE = NDalicPINVOKE.Actor_Property_MINIMUM_SIZE_get();
1097 internal static readonly int MAXIMUM_SIZE = NDalicPINVOKE.Actor_Property_MAXIMUM_SIZE_get();
1098 internal static readonly int INHERIT_POSITION = NDalicPINVOKE.Actor_Property_INHERIT_POSITION_get();
1099 internal static readonly int CLIPPING_MODE = NDalicPINVOKE.Actor_Property_CLIPPING_MODE_get();
1100 internal static readonly int INHERIT_LAYOUT_DIRECTION = NDalicManualPINVOKE.Actor_Property_INHERIT_LAYOUT_DIRECTION_get();
1101 internal static readonly int LAYOUT_DIRECTION = NDalicManualPINVOKE.Actor_Property_LAYOUT_DIRECTION_get();
1102 internal static readonly int MARGIN = NDalicPINVOKE.View_Property_MARGIN_get();
1103 internal static readonly int PADDINGEX = NDalicPINVOKE.View_Property_PADDING_get();
1107 /// Describes the direction to move the focus towards.
1109 /// <since_tizen> 3 </since_tizen>
1110 public enum FocusDirection
1113 /// Move keyboard focus towards the left direction.
1115 /// <since_tizen> 3 </since_tizen>
1118 /// Move keyboard focus towards the right direction.
1120 /// <since_tizen> 3 </since_tizen>
1123 /// Move keyboard focus towards the up direction.
1125 /// <since_tizen> 3 </since_tizen>
1128 /// Move keyboard focus towards the down direction.
1130 /// <since_tizen> 3 </since_tizen>
1133 /// Move keyboard focus towards the previous page direction.
1135 /// <since_tizen> 3 </since_tizen>
1138 /// Move keyboard focus towards the next page direction.
1140 /// <since_tizen> 3 </since_tizen>
1145 /// Creates a new instance of a view.
1147 /// <since_tizen> 3 </since_tizen>
1148 public View() : this(NDalicPINVOKE.View_New(), true)
1150 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1153 internal View(View uiControl) : this(NDalicPINVOKE.new_View__SWIG_1(View.getCPtr(uiControl)), true)
1155 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1159 /// Downcasts a handle to view handle.<br />
1160 /// If handle points to a view, the downcast produces a valid handle.<br />
1161 /// If not, the returned handle is left uninitialized.<br />
1163 /// <param name="handle">A handle to an object.</param>
1164 /// <returns>A handle to a view or an uninitialized handle.</returns>
1165 /// <since_tizen> 3 </since_tizen>
1166 [Obsolete("Please do not use! This will be deprecated! Please use as keyword instead!")]
1167 [EditorBrowsable(EditorBrowsableState.Never)]
1168 public static View DownCast(BaseHandle handle)
1170 View ret = Registry.GetManagedBaseHandleFromNativePtr(handle) as View;
1171 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1176 /// [Obsolete("Please do not use! this will be deprecated, instead please use as keyword.")]
1178 /// <since_tizen> 3 </since_tizen>
1179 [Obsolete("Please do not use! This will be deprecated! Please use as keyword instead!")]
1180 [EditorBrowsable(EditorBrowsableState.Never)]
1181 public static T DownCast<T>(View view) where T : View
1183 T ret = Registry.GetManagedBaseHandleFromNativePtr(view) as T;
1191 private View ConvertIdToView(uint id)
1197 View parentView = Parent as View;
1198 view = parentView.FindChildById(id);
1203 view = Window.Instance.GetRootLayer().FindChildById(id);
1209 internal void SetKeyInputFocus()
1211 NDalicPINVOKE.View_SetKeyInputFocus(swigCPtr);
1212 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1216 /// Queries whether the view has a focus.
1218 /// <returns>True if this view has a focus.</returns>
1219 /// <since_tizen> 3 </since_tizen>
1220 public bool HasFocus()
1222 bool ret = NDalicPINVOKE.View_HasKeyInputFocus(swigCPtr);
1223 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1227 internal void ClearKeyInputFocus()
1229 NDalicPINVOKE.View_ClearKeyInputFocus(swigCPtr);
1230 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1233 internal PinchGestureDetector GetPinchGestureDetector()
1235 PinchGestureDetector ret = new PinchGestureDetector(NDalicPINVOKE.View_GetPinchGestureDetector(swigCPtr), true);
1236 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1240 internal PanGestureDetector GetPanGestureDetector()
1242 PanGestureDetector ret = new PanGestureDetector(NDalicPINVOKE.View_GetPanGestureDetector(swigCPtr), true);
1243 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1247 internal TapGestureDetector GetTapGestureDetector()
1249 TapGestureDetector ret = new TapGestureDetector(NDalicPINVOKE.View_GetTapGestureDetector(swigCPtr), true);
1250 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1254 internal LongPressGestureDetector GetLongPressGestureDetector()
1256 LongPressGestureDetector ret = new LongPressGestureDetector(NDalicPINVOKE.View_GetLongPressGestureDetector(swigCPtr), true);
1257 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1262 /// Sets the name of the style to be applied to the view.
1264 /// <param name="styleName">A string matching a style described in a stylesheet.</param>
1265 /// <since_tizen> 3 </since_tizen>
1266 public void SetStyleName(string styleName)
1268 NDalicPINVOKE.View_SetStyleName(swigCPtr, styleName);
1269 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1273 /// Retrieves the name of the style to be applied to the view (if any).
1275 /// <returns>A string matching a style, or an empty string.</returns>
1276 /// <since_tizen> 3 </since_tizen>
1277 public string GetStyleName()
1279 string ret = NDalicPINVOKE.View_GetStyleName(swigCPtr);
1280 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1284 internal void SetBackgroundColor(Vector4 color)
1286 NDalicPINVOKE.View_SetBackgroundColor(swigCPtr, Vector4.getCPtr(color));
1287 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1290 internal Vector4 GetBackgroundColor()
1292 Vector4 ret = new Vector4(NDalicPINVOKE.View_GetBackgroundColor(swigCPtr), true);
1293 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1297 internal void SetBackgroundImage(Image image)
1299 NDalicPINVOKE.View_SetBackgroundImage(swigCPtr, Image.getCPtr(image));
1300 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1304 /// Clears the background.
1306 /// <since_tizen> 3 </since_tizen>
1307 public void ClearBackground()
1309 NDalicPINVOKE.View_ClearBackground(swigCPtr);
1310 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1313 internal ControlKeySignal KeyEventSignal()
1315 ControlKeySignal ret = new ControlKeySignal(NDalicPINVOKE.View_KeyEventSignal(swigCPtr), false);
1316 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1320 internal KeyInputFocusSignal KeyInputFocusGainedSignal()
1322 KeyInputFocusSignal ret = new KeyInputFocusSignal(NDalicPINVOKE.View_KeyInputFocusGainedSignal(swigCPtr), false);
1323 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1327 internal KeyInputFocusSignal KeyInputFocusLostSignal()
1329 KeyInputFocusSignal ret = new KeyInputFocusSignal(NDalicPINVOKE.View_KeyInputFocusLostSignal(swigCPtr), false);
1330 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1334 internal View(ViewImpl implementation) : this(NDalicPINVOKE.new_View__SWIG_2(ViewImpl.getCPtr(implementation)), true)
1336 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1339 internal enum PropertyRange
1341 PROPERTY_START_INDEX = PropertyRanges.PROPERTY_REGISTRATION_START_INDEX,
1342 CONTROL_PROPERTY_START_INDEX = PROPERTY_START_INDEX,
1343 CONTROL_PROPERTY_END_INDEX = CONTROL_PROPERTY_START_INDEX + 1000
1347 /// The StyleName, type string.
1349 /// <since_tizen> 3 </since_tizen>
1350 public string StyleName
1355 GetProperty(View.Property.STYLE_NAME).Get(out temp);
1360 SetProperty(View.Property.STYLE_NAME, new Tizen.NUI.PropertyValue(value));
1365 /// The mutually exclusive with BACKGROUND_IMAGE and BACKGROUND type Vector4.
1367 /// <since_tizen> 3 </since_tizen>
1368 public Color BackgroundColor
1372 Color backgroundColor = new Color(0.0f, 0.0f, 0.0f, 0.0f);
1374 Tizen.NUI.PropertyMap background = Background;
1376 background.Find(Visual.Property.Type)?.Get(out visualType);
1377 if (visualType == (int)Visual.Type.Color)
1379 background.Find(ColorVisualProperty.MixColor)?.Get(backgroundColor);
1382 return backgroundColor;
1386 SetProperty(View.Property.BACKGROUND, new Tizen.NUI.PropertyValue(value));
1391 /// Creates an animation to animate the background color visual. If there is no
1392 /// background visual, creates one with transparent black as it's mixColor.
1394 /// <since_tizen> 3 </since_tizen>
1395 public Animation AnimateBackgroundColor( object destinationValue,
1398 AlphaFunction.BuiltinFunctions? alphaFunction = null,
1399 object initialValue = null)
1401 Tizen.NUI.PropertyMap background = Background;
1403 if( background.Empty() )
1405 // If there is no background yet, ensure there is a transparent
1407 BackgroundColor = new Color(0.0f, 0.0f, 0.0f, 0.0f);
1408 background = Background;
1410 return AnimateColor( "background", destinationValue, startTime, endTime, alphaFunction, initialValue );
1414 /// Creates an animation to animate the mixColor of the named visual.
1416 /// <since_tizen> 3 </since_tizen>
1417 public Animation AnimateColor( string targetVisual, object destinationColor, int startTime, int endTime, AlphaFunction.BuiltinFunctions? alphaFunction = null, object initialColor = null )
1419 Animation animation = null;
1421 PropertyMap _animator = new PropertyMap();
1422 if( alphaFunction != null )
1424 _animator.Add("alphaFunction", new PropertyValue( AlphaFunction.BuiltinToPropertyKey(alphaFunction) ) );
1427 PropertyMap _timePeriod = new PropertyMap();
1428 _timePeriod.Add( "duration", new PropertyValue((endTime-startTime)/1000.0f) );
1429 _timePeriod.Add( "delay", new PropertyValue( startTime/1000.0f ) );
1430 _animator.Add( "timePeriod", new PropertyValue( _timePeriod ) );
1432 PropertyMap _transition = new PropertyMap();
1433 _transition.Add( "animator", new PropertyValue( _animator ) );
1434 _transition.Add( "target", new PropertyValue( targetVisual ) );
1435 _transition.Add( "property", new PropertyValue( "mixColor" ) );
1437 if( initialColor != null )
1439 PropertyValue initValue = PropertyValue.CreateFromObject( initialColor );
1440 _transition.Add( "initialValue", initValue );
1443 PropertyValue destValue = PropertyValue.CreateFromObject( destinationColor );
1444 _transition.Add( "targetValue", destValue );
1445 TransitionData _transitionData = new TransitionData( _transition );
1447 animation = new Animation( NDalicManualPINVOKE.View_CreateTransition(swigCPtr, TransitionData.getCPtr(_transitionData)), true );
1448 if (NDalicPINVOKE.SWIGPendingException.Pending)
1449 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
1455 /// The mutually exclusive with BACKGROUND_COLOR and BACKGROUND type Map.
1457 /// <since_tizen> 3 </since_tizen>
1458 public string BackgroundImage
1462 string backgroundImage = "";
1464 Tizen.NUI.PropertyMap background = Background;
1466 background.Find(Visual.Property.Type)?.Get(out visualType);
1467 if (visualType == (int)Visual.Type.Image)
1469 background.Find(ImageVisualProperty.URL)?.Get(out backgroundImage);
1472 return backgroundImage;
1476 SetProperty(View.Property.BACKGROUND, new Tizen.NUI.PropertyValue(value));
1481 /// The background of view.
1483 /// <since_tizen> 3 </since_tizen>
1484 public Tizen.NUI.PropertyMap Background
1488 Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
1489 GetProperty( View.Property.BACKGROUND ).Get(temp);
1494 SetProperty(View.Property.BACKGROUND, new Tizen.NUI.PropertyValue(value));
1500 /// The current state of the view.
1502 /// <since_tizen> 3 </since_tizen>
1508 if (GetProperty(View.Property.STATE).Get(out temp) == false)
1510 NUILog.Error("State get error!");
1516 return States.Normal;
1520 return States.Focused;
1524 return States.Disabled;
1528 return States.Normal;
1534 SetProperty(View.Property.STATE, new Tizen.NUI.PropertyValue((int)value));
1539 /// The current sub state of the view.
1541 /// <since_tizen> 3 </since_tizen>
1542 public States SubState
1547 if (GetProperty(View.Property.SUB_STATE).Get(out temp) == false)
1549 NUILog.Error("subState get error!");
1554 return States.Normal;
1556 return States.Focused;
1558 return States.Disabled;
1560 return States.Normal;
1565 string valueToString = "";
1570 valueToString = "NORMAL";
1573 case States.Focused:
1575 valueToString = "FOCUSED";
1578 case States.Disabled:
1580 valueToString = "DISABLED";
1585 valueToString = "NORMAL";
1589 SetProperty(View.Property.SUB_STATE, new Tizen.NUI.PropertyValue(valueToString));
1594 /// Displays a tooltip
1596 /// <since_tizen> 3 </since_tizen>
1597 public Tizen.NUI.PropertyMap Tooltip
1601 Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
1602 GetProperty(View.Property.TOOLTIP).Get(temp);
1607 SetProperty(View.Property.TOOLTIP, new Tizen.NUI.PropertyValue(value));
1612 /// Displays a tooltip as a text.
1614 /// <since_tizen> 3 </since_tizen>
1615 public string TooltipText
1619 SetProperty(View.Property.TOOLTIP, new Tizen.NUI.PropertyValue(value));
1623 private int LeftFocusableViewId
1628 GetProperty(View.Property.LEFT_FOCUSABLE_VIEW_ID).Get(out temp);
1633 SetProperty(View.Property.LEFT_FOCUSABLE_VIEW_ID, new Tizen.NUI.PropertyValue(value));
1637 private int RightFocusableViewId
1642 GetProperty(View.Property.RIGHT_FOCUSABLE_VIEW_ID).Get(out temp);
1647 SetProperty(View.Property.RIGHT_FOCUSABLE_VIEW_ID, new Tizen.NUI.PropertyValue(value));
1651 private int UpFocusableViewId
1656 GetProperty(View.Property.UP_FOCUSABLE_VIEW_ID).Get(out temp);
1661 SetProperty(View.Property.UP_FOCUSABLE_VIEW_ID, new Tizen.NUI.PropertyValue(value));
1665 private int DownFocusableViewId
1670 GetProperty(View.Property.DOWN_FOCUSABLE_VIEW_ID).Get(out temp);
1675 SetProperty(View.Property.DOWN_FOCUSABLE_VIEW_ID, new Tizen.NUI.PropertyValue(value));
1680 /// The Child property of FlexContainer.<br />
1681 /// The proportion of the free space in the container, the flex item will receive.<br />
1682 /// If all items in the container set this property, their sizes will be proportional to the specified flex factor.<br />
1684 /// <since_tizen> 3 </since_tizen>
1690 GetProperty(FlexContainer.ChildProperty.FLEX).Get(out temp);
1695 SetProperty(FlexContainer.ChildProperty.FLEX, new Tizen.NUI.PropertyValue(value));
1700 /// The Child property of FlexContainer.<br />
1701 /// The alignment of the flex item along the cross axis, which, if set, overides the default alignment for all items in the container.<br />
1703 /// <since_tizen> 3 </since_tizen>
1704 public int AlignSelf
1709 GetProperty(FlexContainer.ChildProperty.ALIGN_SELF).Get(out temp);
1714 SetProperty(FlexContainer.ChildProperty.ALIGN_SELF, new Tizen.NUI.PropertyValue(value));
1719 /// The Child property of FlexContainer.<br />
1720 /// The space around the flex item.<br />
1722 /// <since_tizen> 3 </since_tizen>
1723 public Vector4 FlexMargin
1727 Vector4 temp = new Vector4(0.0f, 0.0f, 0.0f, 0.0f);
1728 GetProperty(FlexContainer.ChildProperty.FLEX_MARGIN).Get(temp);
1733 SetProperty(FlexContainer.ChildProperty.FLEX_MARGIN, new Tizen.NUI.PropertyValue(value));
1738 /// The top-left cell this child occupies, if not set, the first available cell is used.
1740 /// <since_tizen> 3 </since_tizen>
1741 public Vector2 CellIndex
1745 Vector2 temp = new Vector2(0.0f, 0.0f);
1746 GetProperty(TableView.ChildProperty.CELL_INDEX).Get(temp);
1751 SetProperty(TableView.ChildProperty.CELL_INDEX, new Tizen.NUI.PropertyValue(value));
1756 /// The number of rows this child occupies, if not set, the default value is 1.
1758 /// <since_tizen> 3 </since_tizen>
1759 public float RowSpan
1764 GetProperty(TableView.ChildProperty.ROW_SPAN).Get(out temp);
1769 SetProperty(TableView.ChildProperty.ROW_SPAN, new Tizen.NUI.PropertyValue(value));
1774 /// The number of columns this child occupies, if not set, the default value is 1.
1776 /// <since_tizen> 3 </since_tizen>
1777 public float ColumnSpan
1782 GetProperty(TableView.ChildProperty.COLUMN_SPAN).Get(out temp);
1787 SetProperty(TableView.ChildProperty.COLUMN_SPAN, new Tizen.NUI.PropertyValue(value));
1792 /// The horizontal alignment of this child inside the cells, if not set, the default value is 'left'.
1794 /// <since_tizen> 3 </since_tizen>
1795 public Tizen.NUI.HorizontalAlignmentType CellHorizontalAlignment
1800 if (GetProperty(TableView.ChildProperty.CELL_HORIZONTAL_ALIGNMENT).Get(out temp) == false)
1802 NUILog.Error("CellHorizontalAlignment get error!");
1808 return Tizen.NUI.HorizontalAlignmentType.Left;
1810 return Tizen.NUI.HorizontalAlignmentType.Center;
1812 return Tizen.NUI.HorizontalAlignmentType.Right;
1814 return Tizen.NUI.HorizontalAlignmentType.Left;
1819 string valueToString = "";
1822 case Tizen.NUI.HorizontalAlignmentType.Left:
1824 valueToString = "left";
1827 case Tizen.NUI.HorizontalAlignmentType.Center:
1829 valueToString = "center";
1832 case Tizen.NUI.HorizontalAlignmentType.Right:
1834 valueToString = "right";
1839 valueToString = "left";
1843 SetProperty(TableView.ChildProperty.CELL_HORIZONTAL_ALIGNMENT, new Tizen.NUI.PropertyValue(valueToString));
1848 /// The vertical alignment of this child inside the cells, if not set, the default value is 'top'.
1850 /// <since_tizen> 3 </since_tizen>
1851 public Tizen.NUI.VerticalAlignmentType CellVerticalAlignment
1856 GetProperty(TableView.ChildProperty.CELL_VERTICAL_ALIGNMENT).Get(out temp);
1858 NUILog.Error("CellVerticalAlignment get error!");
1864 return Tizen.NUI.VerticalAlignmentType.Top;
1866 return Tizen.NUI.VerticalAlignmentType.Center;
1868 return Tizen.NUI.VerticalAlignmentType.Bottom;
1870 return Tizen.NUI.VerticalAlignmentType.Top;
1875 string valueToString = "";
1878 case Tizen.NUI.VerticalAlignmentType.Top:
1880 valueToString = "top";
1883 case Tizen.NUI.VerticalAlignmentType.Center:
1885 valueToString = "center";
1888 case Tizen.NUI.VerticalAlignmentType.Bottom:
1890 valueToString = "bottom";
1895 valueToString = "top";
1899 SetProperty(TableView.ChildProperty.CELL_VERTICAL_ALIGNMENT, new Tizen.NUI.PropertyValue(valueToString));
1904 /// The left focusable view.<br />
1905 /// This will return null if not set.<br />
1906 /// This will also return null if the specified left focusable view is not on a window.<br />
1908 /// <since_tizen> 3 </since_tizen>
1909 public View LeftFocusableView
1911 // As native side will be only storing IDs so need a logic to convert View to ID and vice-versa.
1914 if (LeftFocusableViewId >= 0)
1916 return ConvertIdToView((uint)LeftFocusableViewId);
1924 LeftFocusableViewId = (int)value.GetId();
1928 LeftFocusableViewId = -1;
1934 /// The right focusable view.<br />
1935 /// This will return null if not set.<br />
1936 /// This will also return null if the specified right focusable view is not on a window.<br />
1938 /// <since_tizen> 3 </since_tizen>
1939 public View RightFocusableView
1941 // As native side will be only storing IDs so need a logic to convert View to ID and vice-versa.
1944 if (RightFocusableViewId >= 0)
1946 return ConvertIdToView((uint)RightFocusableViewId);
1954 RightFocusableViewId = (int)value.GetId();
1958 RightFocusableViewId = -1;
1964 /// The up focusable view.<br />
1965 /// This will return null if not set.<br />
1966 /// This will also return null if the specified up focusable view is not on a window.<br />
1968 /// <since_tizen> 3 </since_tizen>
1969 public View UpFocusableView
1971 // As native side will be only storing IDs so need a logic to convert View to ID and vice-versa.
1974 if (UpFocusableViewId >= 0)
1976 return ConvertIdToView((uint)UpFocusableViewId);
1984 UpFocusableViewId = (int)value.GetId();
1988 UpFocusableViewId = -1;
1994 /// The down focusable view.<br />
1995 /// This will return null if not set.<br />
1996 /// This will also return null if the specified down focusable view is not on a window.<br />
1998 /// <since_tizen> 3 </since_tizen>
1999 public View DownFocusableView
2001 // As native side will be only storing IDs so need a logic to convert View to ID and vice-versa.
2004 if (DownFocusableViewId >= 0)
2006 return ConvertIdToView((uint)DownFocusableViewId);
2014 DownFocusableViewId = (int)value.GetId();
2018 DownFocusableViewId = -1;
2024 /// Whether the view should be focusable by keyboard navigation.
2026 /// <since_tizen> 3 </since_tizen>
2027 public bool Focusable
2031 SetKeyboardFocusable(value);
2035 return IsKeyboardFocusable();
2040 /// Enumeration for describing the states of the view.
2042 /// <since_tizen> 3 </since_tizen>
2046 /// The normal state.
2050 /// The focused state.
2054 /// The disabled state.
2060 /// Retrieves the position of the view.<br />
2061 /// The coordinates are relative to the view's parent.<br />
2063 /// <since_tizen> 3 </since_tizen>
2064 public Position CurrentPosition
2068 return GetCurrentPosition();
2073 /// Sets the size of a view for the width and the height.<br />
2074 /// Geometry can be scaled to fit within this area.<br />
2075 /// This does not interfere with the view's scale factor.<br />
2076 /// The views default depth is the minimum of width and height.<br />
2078 /// <since_tizen> 3 </since_tizen>
2079 public Size2D Size2D
2083 Size temp = new Size(0.0f, 0.0f, 0.0f);
2084 GetProperty(View.Property.SIZE).Get(temp);
2085 Size2D size = new Size2D((int)temp.Width, (int)temp.Height);
2090 SetProperty(View.Property.SIZE, new Tizen.NUI.PropertyValue(new Size(value)));
2095 /// Retrieves the size of the view.<br />
2096 /// The coordinates are relative to the view's parent.<br />
2098 /// <since_tizen> 3 </since_tizen>
2099 public Size2D CurrentSize
2103 return GetCurrentSize();
2108 /// [Obsolete("Please do not use! this will be deprecated. Please use Visibility instead.")]
2110 /// <since_tizen> 3 </since_tizen>
2111 [Obsolete("Please do not use! This will be deprecated! Please use Visibility instead!")]
2112 [EditorBrowsable(EditorBrowsableState.Never)]
2122 /// Retrieves and sets the view's opacity.<br />
2124 /// <since_tizen> 3 </since_tizen>
2125 public float Opacity
2130 GetProperty(View.Property.OPACITY).Get(out temp);
2135 SetProperty(View.Property.OPACITY, new Tizen.NUI.PropertyValue(value));
2140 /// Sets the position of the view for X and Y.<br />
2141 /// By default, sets the position vector between the parent origin and the pivot point (default).<br />
2142 /// If the position inheritance is disabled, sets the world position.<br />
2144 /// <since_tizen> 3 </since_tizen>
2145 public Position2D Position2D
2149 Position temp = new Position(0.0f, 0.0f, 0.0f);
2150 GetProperty(View.Property.POSITION).Get(temp);
2151 return new Position2D(temp);
2155 SetProperty(View.Property.POSITION, new Tizen.NUI.PropertyValue(new Position(value)));
2160 /// Retrieves the screen postion of the view.<br />
2162 /// <since_tizen> 3 </since_tizen>
2163 public Vector2 ScreenPosition
2167 Vector2 temp = new Vector2(0.0f, 0.0f);
2168 GetProperty(View.Property.SCREEN_POSITION).Get(temp);
2174 /// Determines whether the pivot point should be used to determine the position of the view.
2175 /// This is true by default.
2177 /// <remarks>If false, then the top-left of the view is used for the position.
2178 /// Setting this to false will allow scaling or rotation around the anchor-point without affecting the view's position.
2180 /// <since_tizen> 3 </since_tizen>
2181 public bool PositionUsesPivotPoint
2186 GetProperty(View.Property.POSITION_USES_ANCHOR_POINT).Get(out temp);
2191 SetProperty(View.Property.POSITION_USES_ANCHOR_POINT, new Tizen.NUI.PropertyValue(value));
2196 /// Please do not use! this will be deprecated.
2198 /// Please do not use! this will be deprecated!
2199 /// Instead please use PositionUsesPivotPoint.
2200 /// <since_tizen> 3 </since_tizen>
2201 [Obsolete("Please do not use! This will be deprecated! Please use PositionUsesPivotPoint instead! " +
2203 "View view = new View(); " +
2204 "view.PivotPoint = PivotPoint.Center; " +
2205 "view.PositionUsesPivotPoint = true;")]
2206 [EditorBrowsable(EditorBrowsableState.Never)]
2207 public bool PositionUsesAnchorPoint
2212 GetProperty(View.Property.POSITION_USES_ANCHOR_POINT).Get(out temp);
2217 SetProperty(View.Property.POSITION_USES_ANCHOR_POINT, new Tizen.NUI.PropertyValue(value));
2221 internal bool FocusState
2225 return IsKeyboardFocusable();
2229 SetKeyboardFocusable(value);
2234 /// Queries whether the view is connected to the stage.<br />
2235 /// When a view is connected, it will be directly or indirectly parented to the root view.<br />
2237 /// <since_tizen> 3 </since_tizen>
2238 public bool IsOnWindow
2247 /// Gets the depth in the hierarchy for the view.
2249 /// <since_tizen> 3 </since_tizen>
2250 public int HierarchyDepth
2254 return GetHierarchyDepth();
2259 /// Sets the sibling order of the view so the depth position can be defined within the same parent.
2262 /// Note the initial value is 0.
2263 /// Raise, Lower, RaiseToTop, LowerToBottom, RaiseAbove, and LowerBelow will override the sibling order.
2264 /// The values set by this property will likely change.
2266 /// <since_tizen> 3 </since_tizen>
2267 public int SiblingOrder
2272 GetProperty(View.Property.SIBLING_ORDER).Get(out temp);
2277 SetProperty(View.Property.SIBLING_ORDER, new Tizen.NUI.PropertyValue(value));
2282 /// Returns the natural size of the view.
2285 /// Deriving classes stipulate the natural size and by default a view has a zero natural size.
2287 /// /// Please do not use! this will be deprecated!
2288 /// Instead please use NaturalSize2D.
2289 /// <since_tizen> 3 </since_tizen>
2290 [Obsolete("Please do not use! This will be deprecated! Please use NaturalSize2D instead! " +
2292 "TextLabel label = new TextLabel(\"Hello World!\"); " +
2293 "Size2D size = view.NaturalSize2D;")]
2294 [EditorBrowsable(EditorBrowsableState.Never)]
2295 public Vector3 NaturalSize
2299 Vector3 ret = new Vector3(NDalicPINVOKE.Actor_GetNaturalSize(swigCPtr), true);
2300 if (NDalicPINVOKE.SWIGPendingException.Pending)
2301 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2307 /// Returns the natural size (Size2D) of the view.
2310 /// Deriving classes stipulate the natural size and by default a view has a zero natural size.
2312 /// <since_tizen> 4 </since_tizen>
2313 public Size2D NaturalSize2D
2317 Vector3 temp = new Vector3(NDalicPINVOKE.Actor_GetNaturalSize(swigCPtr), true);
2318 if (NDalicPINVOKE.SWIGPendingException.Pending)
2319 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2321 return new Size2D((int)temp.Width, (int)temp.Height);
2329 /// This is an asynchronous method.
2331 /// <since_tizen> 3 </since_tizen>
2341 /// This is an asynchronous method.
2342 /// If the view is hidden, then the view and its children will not be rendered.
2343 /// 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.
2345 /// <since_tizen> 3 </since_tizen>
2351 internal void Raise()
2353 var parentChildren = Parent?.Children;
2355 if (parentChildren != null)
2357 int currentIndex = parentChildren.IndexOf(this);
2359 // If the view is not already the last item in the list.
2360 if (currentIndex != parentChildren.Count -1)
2362 View temp = parentChildren[currentIndex + 1];
2363 parentChildren[currentIndex + 1] = this;
2364 parentChildren[currentIndex] = temp;
2368 NDalicPINVOKE.Raise(swigCPtr);
2369 if (NDalicPINVOKE.SWIGPendingException.Pending)
2370 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2373 internal void Lower()
2375 var parentChildren = Parent?.Children;
2377 if (parentChildren != null)
2379 int currentIndex = parentChildren.IndexOf(this);
2381 // If the view is not already the first item in the list.
2382 if (currentIndex > 0)
2384 View temp = parentChildren[currentIndex - 1];
2385 parentChildren[currentIndex - 1] = this;
2386 parentChildren[currentIndex] = temp;
2390 NDalicPINVOKE.Lower(swigCPtr);
2391 if (NDalicPINVOKE.SWIGPendingException.Pending)
2392 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2396 /// Raises the view above all other views.
2399 /// Sibling order of views within the parent will be updated automatically.
2400 /// Once a raise or lower API is used, that view will then have an exclusive sibling order independent of insertion.
2402 /// <since_tizen> 3 </since_tizen>
2403 public void RaiseToTop()
2405 var parentChildren = Parent?.Children;
2407 if (parentChildren != null)
2409 parentChildren.Remove(this);
2410 parentChildren.Add(this);
2413 NDalicPINVOKE.RaiseToTop(swigCPtr);
2414 if (NDalicPINVOKE.SWIGPendingException.Pending)
2415 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2419 /// Lowers the view to the bottom of all views.
2422 /// The sibling order of views within the parent will be updated automatically.
2423 /// Once a raise or lower API is used that view will then have an exclusive sibling order independent of insertion.
2425 /// <since_tizen> 3 </since_tizen>
2426 public void LowerToBottom()
2428 var parentChildren = Parent?.Children;
2430 if (parentChildren != null)
2432 parentChildren.Remove(this);
2433 parentChildren.Insert(0, this);
2436 NDalicPINVOKE.LowerToBottom(swigCPtr);
2437 if (NDalicPINVOKE.SWIGPendingException.Pending)
2438 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2442 /// Queries if all resources required by a view are loaded and ready.
2444 /// <remarks>Most resources are only loaded when the control is placed on the stage.
2446 /// <since_tizen> 3 </since_tizen>
2447 public bool IsResourceReady()
2449 bool ret = NDalicPINVOKE.IsResourceReady(swigCPtr);
2450 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2455 /// Raises the view to above the target view.
2457 /// <remarks>The sibling order of views within the parent will be updated automatically.
2458 /// Views on the level above the target view will still be shown above this view.
2459 /// Raising this view above views with the same sibling order as each other will raise this view above them.
2460 /// Once a raise or lower API is used that view will then have an exclusive sibling order independent of insertion.
2462 /// <param name="target">Will be raised above this view.</param>
2463 internal void RaiseAbove(View target)
2465 var parentChildren = Parent?.Children;
2467 if (parentChildren != null)
2469 int currentIndex = parentChildren.IndexOf(this);
2470 int targetIndex = parentChildren.IndexOf(target);
2472 // If the currentIndex is less than the target index and the target has the same parent.
2473 if (currentIndex < targetIndex)
2475 parentChildren.Remove(this);
2476 parentChildren.Insert(targetIndex, this);
2480 NDalicPINVOKE.RaiseAbove(swigCPtr, View.getCPtr(target));
2481 if (NDalicPINVOKE.SWIGPendingException.Pending)
2482 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2486 /// Lowers the view to below the target view.
2488 /// <remarks>The sibling order of views within the parent will be updated automatically.
2489 /// Lowering this view below views with the same sibling order as each other will lower this view above them.
2490 /// Once a raise or lower API is used that view will then have an exclusive sibling order independent of insertion.
2492 /// <param name="target">Will be lowered below this view.</param>
2493 internal void LowerBelow(View target)
2495 var parentChildren = Parent?.Children;
2497 if (parentChildren != null)
2499 int currentIndex = parentChildren.IndexOf(this);
2500 int targetIndex = parentChildren.IndexOf(target);
2502 // If the currentIndex is not already the 0th index and the target has the same parent.
2503 if ((currentIndex != 0) && (targetIndex != -1) &&
2504 (currentIndex > targetIndex))
2506 parentChildren.Remove(this);
2507 parentChildren.Insert(targetIndex, this);
2511 NDalicPINVOKE.LowerBelow(swigCPtr, View.getCPtr(target));
2512 if (NDalicPINVOKE.SWIGPendingException.Pending)
2513 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2516 internal string GetName()
2518 string ret = NDalicPINVOKE.Actor_GetName(swigCPtr);
2519 if (NDalicPINVOKE.SWIGPendingException.Pending)
2520 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2524 internal void SetName(string name)
2526 NDalicPINVOKE.Actor_SetName(swigCPtr, name);
2527 if (NDalicPINVOKE.SWIGPendingException.Pending)
2528 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2531 internal uint GetId()
2533 uint ret = NDalicPINVOKE.Actor_GetId(swigCPtr);
2534 if (NDalicPINVOKE.SWIGPendingException.Pending)
2535 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2539 internal bool IsRoot()
2541 bool ret = NDalicPINVOKE.Actor_IsRoot(swigCPtr);
2542 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2546 internal bool OnWindow()
2548 bool ret = NDalicPINVOKE.Actor_OnStage(swigCPtr);
2549 if (NDalicPINVOKE.SWIGPendingException.Pending)
2550 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2555 /// Gets the parent layer of this view.If a view has no parent, this method does nothing.
2557 /// <pre>The view has been initialized. </pre>
2558 /// <returns>the parent layer of view </returns>
2559 /// <since_tizen> 5 </since_tizen>
2560 /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
2561 [EditorBrowsable(EditorBrowsableState.Never)]
2562 public Layer GetLayer()
2564 IntPtr cPtr = NDalicPINVOKE.Actor_GetLayer(swigCPtr);
2565 Layer ret = Registry.GetManagedBaseHandleFromNativePtr(cPtr) as Layer;
2567 if (NDalicPINVOKE.SWIGPendingException.Pending)
2568 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2573 /// Removes a view from its parent view or layer. If a view has no parent, this method does nothing.
2575 /// <pre>The (child) view has been initialized. </pre>
2576 /// <since_tizen> 4 </since_tizen>
2577 public void Unparent()
2579 GetParent()?.Remove(this);
2583 /// Search through this view's hierarchy for a view with the given name.
2584 /// The view itself is also considered in the search.
2586 /// <pre>The view has been initialized.</pre>
2587 /// <param name="viewName">The name of the view to find.</param>
2588 /// <returns>A handle to the view if found, or an empty handle if not.</returns>
2589 /// <since_tizen> 3 </since_tizen>
2590 public View FindChildByName(string viewName)
2592 IntPtr cPtr = NDalicPINVOKE.Actor_FindChildByName(swigCPtr, viewName);
2594 View ret = Registry.GetManagedBaseHandleFromNativePtr(cPtr) as View;
2596 if (NDalicPINVOKE.SWIGPendingException.Pending)
2597 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2601 internal View FindChildById(uint id)
2603 IntPtr cPtr = NDalicPINVOKE.Actor_FindChildById(swigCPtr, id);
2605 View ret = Registry.GetManagedBaseHandleFromNativePtr(cPtr) as View;
2607 if (NDalicPINVOKE.SWIGPendingException.Pending)
2608 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2612 internal void SetParentOrigin(Vector3 origin)
2614 NDalicPINVOKE.Actor_SetParentOrigin(swigCPtr, Vector3.getCPtr(origin));
2615 if (NDalicPINVOKE.SWIGPendingException.Pending)
2616 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2619 internal Vector3 GetCurrentParentOrigin()
2621 Vector3 ret = new Vector3(NDalicPINVOKE.Actor_GetCurrentParentOrigin(swigCPtr), true);
2622 if (NDalicPINVOKE.SWIGPendingException.Pending)
2623 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2627 internal void SetAnchorPoint(Vector3 anchorPoint)
2629 NDalicPINVOKE.Actor_SetAnchorPoint(swigCPtr, Vector3.getCPtr(anchorPoint));
2630 if (NDalicPINVOKE.SWIGPendingException.Pending)
2631 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2634 internal Vector3 GetCurrentAnchorPoint()
2636 Vector3 ret = new Vector3(NDalicPINVOKE.Actor_GetCurrentAnchorPoint(swigCPtr), true);
2637 if (NDalicPINVOKE.SWIGPendingException.Pending)
2638 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2642 internal void SetSize(float width, float height)
2644 NDalicPINVOKE.Actor_SetSize__SWIG_0(swigCPtr, width, height);
2645 if (NDalicPINVOKE.SWIGPendingException.Pending)
2646 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2649 internal void SetSize(float width, float height, float depth)
2651 NDalicPINVOKE.Actor_SetSize__SWIG_1(swigCPtr, width, height, depth);
2652 if (NDalicPINVOKE.SWIGPendingException.Pending)
2653 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2656 internal void SetSize(Vector2 size)
2658 NDalicPINVOKE.Actor_SetSize__SWIG_2(swigCPtr, Vector2.getCPtr(size));
2659 if (NDalicPINVOKE.SWIGPendingException.Pending)
2660 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2663 internal void SetSize(Vector3 size)
2665 NDalicPINVOKE.Actor_SetSize__SWIG_3(swigCPtr, Vector3.getCPtr(size));
2666 if (NDalicPINVOKE.SWIGPendingException.Pending)
2667 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2670 internal Vector3 GetTargetSize()
2672 Vector3 ret = new Vector3(NDalicPINVOKE.Actor_GetTargetSize(swigCPtr), true);
2673 if (NDalicPINVOKE.SWIGPendingException.Pending)
2674 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2678 internal Size2D GetCurrentSize()
2680 Size ret = new Size(NDalicPINVOKE.Actor_GetCurrentSize(swigCPtr), true);
2681 if (NDalicPINVOKE.SWIGPendingException.Pending)
2682 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2683 Size2D size = new Size2D((int)ret.Width, (int)ret.Height);
2687 internal Vector3 GetNaturalSize()
2689 Vector3 ret = new Vector3(NDalicPINVOKE.Actor_GetNaturalSize(swigCPtr), true);
2690 if (NDalicPINVOKE.SWIGPendingException.Pending)
2691 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2695 internal void SetPosition(float x, float y)
2697 NDalicPINVOKE.Actor_SetPosition__SWIG_0(swigCPtr, x, y);
2698 if (NDalicPINVOKE.SWIGPendingException.Pending)
2699 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2702 internal void SetPosition(float x, float y, float z)
2704 NDalicPINVOKE.Actor_SetPosition__SWIG_1(swigCPtr, x, y, z);
2705 if (NDalicPINVOKE.SWIGPendingException.Pending)
2706 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2709 internal void SetPosition(Vector3 position)
2711 NDalicPINVOKE.Actor_SetPosition__SWIG_2(swigCPtr, Vector3.getCPtr(position));
2712 if (NDalicPINVOKE.SWIGPendingException.Pending)
2713 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2716 internal void SetX(float x)
2718 NDalicPINVOKE.Actor_SetX(swigCPtr, x);
2719 if (NDalicPINVOKE.SWIGPendingException.Pending)
2720 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2723 internal void SetY(float y)
2725 NDalicPINVOKE.Actor_SetY(swigCPtr, y);
2726 if (NDalicPINVOKE.SWIGPendingException.Pending)
2727 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2730 internal void SetZ(float z)
2732 NDalicPINVOKE.Actor_SetZ(swigCPtr, z);
2733 if (NDalicPINVOKE.SWIGPendingException.Pending)
2734 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2737 internal void TranslateBy(Vector3 distance)
2739 NDalicPINVOKE.Actor_TranslateBy(swigCPtr, Vector3.getCPtr(distance));
2740 if (NDalicPINVOKE.SWIGPendingException.Pending)
2741 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2744 internal Position GetCurrentPosition()
2746 Position ret = new Position(NDalicPINVOKE.Actor_GetCurrentPosition(swigCPtr), true);
2747 if (NDalicPINVOKE.SWIGPendingException.Pending)
2748 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2752 internal Vector3 GetCurrentWorldPosition()
2754 Vector3 ret = new Vector3(NDalicPINVOKE.Actor_GetCurrentWorldPosition(swigCPtr), true);
2755 if (NDalicPINVOKE.SWIGPendingException.Pending)
2756 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2760 internal void SetInheritPosition(bool inherit)
2762 NDalicPINVOKE.Actor_SetInheritPosition(swigCPtr, inherit);
2763 if (NDalicPINVOKE.SWIGPendingException.Pending)
2764 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2767 internal bool IsPositionInherited()
2769 bool ret = NDalicPINVOKE.Actor_IsPositionInherited(swigCPtr);
2770 if (NDalicPINVOKE.SWIGPendingException.Pending)
2771 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2775 internal void SetOrientation(Degree angle, Vector3 axis)
2777 NDalicPINVOKE.Actor_SetOrientation__SWIG_0(swigCPtr, Degree.getCPtr(angle), Vector3.getCPtr(axis));
2778 if (NDalicPINVOKE.SWIGPendingException.Pending)
2779 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2782 internal void SetOrientation(Radian angle, Vector3 axis)
2784 NDalicPINVOKE.Actor_SetOrientation__SWIG_1(swigCPtr, Radian.getCPtr(angle), Vector3.getCPtr(axis));
2785 if (NDalicPINVOKE.SWIGPendingException.Pending)
2786 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2789 internal void SetOrientation(Rotation orientation)
2791 NDalicPINVOKE.Actor_SetOrientation__SWIG_2(swigCPtr, Rotation.getCPtr(orientation));
2792 if (NDalicPINVOKE.SWIGPendingException.Pending)
2793 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2796 internal void RotateBy(Degree angle, Vector3 axis)
2798 NDalicPINVOKE.Actor_RotateBy__SWIG_0(swigCPtr, Degree.getCPtr(angle), Vector3.getCPtr(axis));
2799 if (NDalicPINVOKE.SWIGPendingException.Pending)
2800 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2803 internal void RotateBy(Radian angle, Vector3 axis)
2805 NDalicPINVOKE.Actor_RotateBy__SWIG_1(swigCPtr, Radian.getCPtr(angle), Vector3.getCPtr(axis));
2806 if (NDalicPINVOKE.SWIGPendingException.Pending)
2807 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2810 internal void RotateBy(Rotation relativeRotation)
2812 NDalicPINVOKE.Actor_RotateBy__SWIG_2(swigCPtr, Rotation.getCPtr(relativeRotation));
2813 if (NDalicPINVOKE.SWIGPendingException.Pending)
2814 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2817 internal Rotation GetCurrentOrientation()
2819 Rotation ret = new Rotation(NDalicPINVOKE.Actor_GetCurrentOrientation(swigCPtr), true);
2820 if (NDalicPINVOKE.SWIGPendingException.Pending)
2821 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2825 internal void SetInheritOrientation(bool inherit)
2827 NDalicPINVOKE.Actor_SetInheritOrientation(swigCPtr, inherit);
2828 if (NDalicPINVOKE.SWIGPendingException.Pending)
2829 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2832 internal bool IsOrientationInherited()
2834 bool ret = NDalicPINVOKE.Actor_IsOrientationInherited(swigCPtr);
2835 if (NDalicPINVOKE.SWIGPendingException.Pending)
2836 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2840 internal Rotation GetCurrentWorldOrientation()
2842 Rotation ret = new Rotation(NDalicPINVOKE.Actor_GetCurrentWorldOrientation(swigCPtr), true);
2843 if (NDalicPINVOKE.SWIGPendingException.Pending)
2844 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2848 internal void SetScale(float scale)
2850 NDalicPINVOKE.Actor_SetScale__SWIG_0(swigCPtr, scale);
2851 if (NDalicPINVOKE.SWIGPendingException.Pending)
2852 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2855 internal void SetScale(float scaleX, float scaleY, float scaleZ)
2857 NDalicPINVOKE.Actor_SetScale__SWIG_1(swigCPtr, scaleX, scaleY, scaleZ);
2858 if (NDalicPINVOKE.SWIGPendingException.Pending)
2859 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2862 internal void SetScale(Vector3 scale)
2864 NDalicPINVOKE.Actor_SetScale__SWIG_2(swigCPtr, Vector3.getCPtr(scale));
2865 if (NDalicPINVOKE.SWIGPendingException.Pending)
2866 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2869 internal void ScaleBy(Vector3 relativeScale)
2871 NDalicPINVOKE.Actor_ScaleBy(swigCPtr, Vector3.getCPtr(relativeScale));
2872 if (NDalicPINVOKE.SWIGPendingException.Pending)
2873 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2876 internal Vector3 GetCurrentScale()
2878 Vector3 ret = new Vector3(NDalicPINVOKE.Actor_GetCurrentScale(swigCPtr), true);
2879 if (NDalicPINVOKE.SWIGPendingException.Pending)
2880 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2884 internal Vector3 GetCurrentWorldScale()
2886 Vector3 ret = new Vector3(NDalicPINVOKE.Actor_GetCurrentWorldScale(swigCPtr), true);
2887 if (NDalicPINVOKE.SWIGPendingException.Pending)
2888 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2892 internal void SetInheritScale(bool inherit)
2894 NDalicPINVOKE.Actor_SetInheritScale(swigCPtr, inherit);
2895 if (NDalicPINVOKE.SWIGPendingException.Pending)
2896 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2899 internal bool IsScaleInherited()
2901 bool ret = NDalicPINVOKE.Actor_IsScaleInherited(swigCPtr);
2902 if (NDalicPINVOKE.SWIGPendingException.Pending)
2903 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2907 internal Matrix GetCurrentWorldMatrix()
2909 Matrix ret = new Matrix(NDalicPINVOKE.Actor_GetCurrentWorldMatrix(swigCPtr), true);
2910 if (NDalicPINVOKE.SWIGPendingException.Pending)
2911 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2915 internal void SetVisible(bool visible)
2917 NDalicPINVOKE.Actor_SetVisible(swigCPtr, visible);
2918 if (NDalicPINVOKE.SWIGPendingException.Pending)
2919 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2922 internal bool IsVisible()
2924 bool ret = NDalicPINVOKE.Actor_IsVisible(swigCPtr);
2925 if (NDalicPINVOKE.SWIGPendingException.Pending)
2926 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2930 internal void SetOpacity(float opacity)
2932 NDalicPINVOKE.Actor_SetOpacity(swigCPtr, opacity);
2933 if (NDalicPINVOKE.SWIGPendingException.Pending)
2934 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2937 internal float GetCurrentOpacity()
2939 float ret = NDalicPINVOKE.Actor_GetCurrentOpacity(swigCPtr);
2940 if (NDalicPINVOKE.SWIGPendingException.Pending)
2941 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2945 internal void SetColor(Vector4 color)
2947 NDalicPINVOKE.Actor_SetColor(swigCPtr, Vector4.getCPtr(color));
2948 if (NDalicPINVOKE.SWIGPendingException.Pending)
2949 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2952 internal Vector4 GetCurrentColor()
2954 Vector4 ret = new Vector4(NDalicPINVOKE.Actor_GetCurrentColor(swigCPtr), true);
2955 if (NDalicPINVOKE.SWIGPendingException.Pending)
2956 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2960 internal void SetColorMode(ColorMode colorMode)
2962 NDalicPINVOKE.Actor_SetColorMode(swigCPtr, (int)colorMode);
2963 if (NDalicPINVOKE.SWIGPendingException.Pending)
2964 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2967 internal ColorMode GetColorMode()
2969 ColorMode ret = (ColorMode)NDalicPINVOKE.Actor_GetColorMode(swigCPtr);
2970 if (NDalicPINVOKE.SWIGPendingException.Pending)
2971 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2975 internal Vector4 GetCurrentWorldColor()
2977 Vector4 ret = new Vector4(NDalicPINVOKE.Actor_GetCurrentWorldColor(swigCPtr), true);
2978 if (NDalicPINVOKE.SWIGPendingException.Pending)
2979 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2983 internal void SetDrawMode(DrawModeType drawMode)
2985 NDalicPINVOKE.Actor_SetDrawMode(swigCPtr, (int)drawMode);
2986 if (NDalicPINVOKE.SWIGPendingException.Pending)
2987 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2990 internal DrawModeType GetDrawMode()
2992 DrawModeType ret = (DrawModeType)NDalicPINVOKE.Actor_GetDrawMode(swigCPtr);
2993 if (NDalicPINVOKE.SWIGPendingException.Pending)
2994 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2999 /// Converts screen coordinates into the view's coordinate system using the default camera.
3001 /// <pre>The view has been initialized.</pre>
3002 /// <remarks>The view coordinates are relative to the top-left(0.0, 0.0, 0.5).</remarks>
3003 /// <param name="localX">On return, the X-coordinate relative to the view.</param>
3004 /// <param name="localY">On return, the Y-coordinate relative to the view.</param>
3005 /// <param name="screenX">The screen X-coordinate.</param>
3006 /// <param name="screenY">The screen Y-coordinate.</param>
3007 /// <returns>True if the conversion succeeded.</returns>
3008 /// <since_tizen> 3 </since_tizen>
3009 public bool ScreenToLocal(out float localX, out float localY, float screenX, float screenY)
3011 bool ret = NDalicPINVOKE.Actor_ScreenToLocal(swigCPtr, out localX, out localY, screenX, screenY);
3012 if (NDalicPINVOKE.SWIGPendingException.Pending)
3013 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3017 internal void SetKeyboardFocusable(bool focusable)
3019 NDalicPINVOKE.Actor_SetKeyboardFocusable(swigCPtr, focusable);
3020 if (NDalicPINVOKE.SWIGPendingException.Pending)
3021 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3024 internal bool IsKeyboardFocusable()
3026 bool ret = NDalicPINVOKE.Actor_IsKeyboardFocusable(swigCPtr);
3027 if (NDalicPINVOKE.SWIGPendingException.Pending)
3028 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3032 internal void SetResizePolicy(ResizePolicyType policy, DimensionType dimension)
3034 NDalicPINVOKE.Actor_SetResizePolicy(swigCPtr, (int)policy, (int)dimension);
3035 if (NDalicPINVOKE.SWIGPendingException.Pending)
3036 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3039 internal ResizePolicyType GetResizePolicy(DimensionType dimension)
3041 ResizePolicyType ret = (ResizePolicyType)NDalicPINVOKE.Actor_GetResizePolicy(swigCPtr, (int)dimension);
3042 if (NDalicPINVOKE.SWIGPendingException.Pending)
3043 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3048 /// Sets the relative to parent size factor of the view.<br />
3049 /// This factor is only used when ResizePolicy is set to either:
3050 /// ResizePolicy::SIZE_RELATIVE_TO_PARENT or ResizePolicy::SIZE_FIXED_OFFSET_FROM_PARENT.<br />
3051 /// This view's size is set to the view's size multiplied by or added to this factor, depending on ResizePolicy.<br />
3053 /// <pre>The view has been initialized.</pre>
3054 /// <param name="factor">A Vector3 representing the relative factor to be applied to each axis.</param>
3055 /// <since_tizen> 3 </since_tizen>
3056 public void SetSizeModeFactor(Vector3 factor)
3058 NDalicPINVOKE.Actor_SetSizeModeFactor(swigCPtr, Vector3.getCPtr(factor));
3059 if (NDalicPINVOKE.SWIGPendingException.Pending)
3060 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3063 internal Vector3 GetSizeModeFactor()
3065 Vector3 ret = new Vector3(NDalicPINVOKE.Actor_GetSizeModeFactor(swigCPtr), true);
3066 if (NDalicPINVOKE.SWIGPendingException.Pending)
3067 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3072 /// Calculates the height of the view given a width.<br />
3073 /// The natural size is used for default calculation.<br />
3074 /// Size 0 is treated as aspect ratio 1:1.<br />
3076 /// <param name="width">The width to use.</param>
3077 /// <returns>The height based on the width.</returns>
3078 /// <since_tizen> 3 </since_tizen>
3079 public float GetHeightForWidth(float width)
3081 float ret = NDalicPINVOKE.Actor_GetHeightForWidth(swigCPtr, width);
3082 if (NDalicPINVOKE.SWIGPendingException.Pending)
3083 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3088 /// Calculates the width of the view given a height.<br />
3089 /// The natural size is used for default calculation.<br />
3090 /// Size 0 is treated as aspect ratio 1:1.<br />
3092 /// <param name="height">The height to use.</param>
3093 /// <returns>The width based on the height.</returns>
3094 /// <since_tizen> 3 </since_tizen>
3095 public float GetWidthForHeight(float height)
3097 float ret = NDalicPINVOKE.Actor_GetWidthForHeight(swigCPtr, height);
3098 if (NDalicPINVOKE.SWIGPendingException.Pending)
3099 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3104 /// Return the amount of size allocated for relayout.
3106 /// <param name="dimension">The dimension to retrieve.</param>
3107 /// <returns>Return the size.</returns>
3108 /// <since_tizen> 3 </since_tizen>
3109 public float GetRelayoutSize(DimensionType dimension)
3111 float ret = NDalicPINVOKE.Actor_GetRelayoutSize(swigCPtr, (int)dimension);
3112 if (NDalicPINVOKE.SWIGPendingException.Pending)
3113 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3118 /// Set the padding for the view.
3120 /// <param name="padding">Padding for the view.</param>
3121 /// <since_tizen> 3 </since_tizen>
3122 public void SetPadding(PaddingType padding)
3124 NDalicPINVOKE.Actor_SetPadding(swigCPtr, PaddingType.getCPtr(padding));
3125 if (NDalicPINVOKE.SWIGPendingException.Pending)
3126 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3130 /// Return the value of padding for the view.
3132 /// <param name="paddingOut">the value of padding for the view</param>
3133 /// <since_tizen> 3 </since_tizen>
3134 public void GetPadding(PaddingType paddingOut)
3136 NDalicPINVOKE.Actor_GetPadding(swigCPtr, PaddingType.getCPtr(paddingOut));
3137 if (NDalicPINVOKE.SWIGPendingException.Pending)
3138 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3141 internal void SetMinimumSize(Vector2 size)
3143 NDalicPINVOKE.Actor_SetMinimumSize(swigCPtr, Vector2.getCPtr(size));
3144 if (NDalicPINVOKE.SWIGPendingException.Pending)
3145 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3148 internal Vector2 GetMinimumSize()
3150 Vector2 ret = new Vector2(NDalicPINVOKE.Actor_GetMinimumSize(swigCPtr), true);
3151 if (NDalicPINVOKE.SWIGPendingException.Pending)
3152 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3156 internal void SetMaximumSize(Vector2 size)
3158 NDalicPINVOKE.Actor_SetMaximumSize(swigCPtr, Vector2.getCPtr(size));
3159 if (NDalicPINVOKE.SWIGPendingException.Pending)
3160 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3163 internal Vector2 GetMaximumSize()
3165 Vector2 ret = new Vector2(NDalicPINVOKE.Actor_GetMaximumSize(swigCPtr), true);
3166 if (NDalicPINVOKE.SWIGPendingException.Pending)
3167 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3171 internal int GetHierarchyDepth()
3173 int ret = NDalicPINVOKE.Actor_GetHierarchyDepth(swigCPtr);
3174 if (NDalicPINVOKE.SWIGPendingException.Pending)
3175 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3179 /// <since_tizen> 3 </since_tizen>
3180 public uint AddRenderer(Renderer renderer)
3182 uint ret = NDalicPINVOKE.Actor_AddRenderer(swigCPtr, Renderer.getCPtr(renderer));
3183 if (NDalicPINVOKE.SWIGPendingException.Pending)
3184 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3188 internal uint GetRendererCount()
3190 uint ret = NDalicPINVOKE.Actor_GetRendererCount(swigCPtr);
3191 if (NDalicPINVOKE.SWIGPendingException.Pending)
3192 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3196 /// <since_tizen> 3 </since_tizen>
3197 public Renderer GetRendererAt(uint index)
3199 IntPtr cPtr = NDalicPINVOKE.Actor_GetRendererAt(swigCPtr, index);
3200 Renderer ret = Registry.GetManagedBaseHandleFromNativePtr(cPtr) as Renderer;
3202 if (NDalicPINVOKE.SWIGPendingException.Pending)
3203 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3207 /// <since_tizen> 3 </since_tizen>
3208 public void RemoveRenderer(Renderer renderer)
3210 NDalicPINVOKE.Actor_RemoveRenderer__SWIG_0(swigCPtr, Renderer.getCPtr(renderer));
3211 if (NDalicPINVOKE.SWIGPendingException.Pending)
3212 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3215 /// <since_tizen> 3 </since_tizen>
3216 public void RemoveRenderer(uint index)
3218 NDalicPINVOKE.Actor_RemoveRenderer__SWIG_1(swigCPtr, index);
3219 if (NDalicPINVOKE.SWIGPendingException.Pending)
3220 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3223 internal TouchDataSignal TouchSignal()
3225 TouchDataSignal ret = new TouchDataSignal(NDalicPINVOKE.Actor_TouchSignal(swigCPtr), false);
3226 if (NDalicPINVOKE.SWIGPendingException.Pending)
3227 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3231 internal HoverSignal HoveredSignal()
3233 HoverSignal ret = new HoverSignal(NDalicPINVOKE.Actor_HoveredSignal(swigCPtr), false);
3234 if (NDalicPINVOKE.SWIGPendingException.Pending)
3235 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3239 internal WheelSignal WheelEventSignal()
3241 WheelSignal ret = new WheelSignal(NDalicPINVOKE.Actor_WheelEventSignal(swigCPtr), false);
3242 if (NDalicPINVOKE.SWIGPendingException.Pending)
3243 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3247 internal ViewSignal OnWindowSignal()
3249 ViewSignal ret = new ViewSignal(NDalicPINVOKE.Actor_OnStageSignal(swigCPtr), false);
3250 if (NDalicPINVOKE.SWIGPendingException.Pending)
3251 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3255 internal ViewSignal OffWindowSignal()
3257 ViewSignal ret = new ViewSignal(NDalicPINVOKE.Actor_OffStageSignal(swigCPtr), false);
3258 if (NDalicPINVOKE.SWIGPendingException.Pending)
3259 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3263 internal ViewSignal OnRelayoutSignal()
3265 ViewSignal ret = new ViewSignal(NDalicPINVOKE.Actor_OnRelayoutSignal(swigCPtr), false);
3266 if (NDalicPINVOKE.SWIGPendingException.Pending)
3267 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3271 internal ViewVisibilityChangedSignal VisibilityChangedSignal(View view) {
3272 ViewVisibilityChangedSignal ret = new ViewVisibilityChangedSignal(NDalicPINVOKE.VisibilityChangedSignal(View.getCPtr(view)), false);
3273 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3278 internal ViewLayoutDirectionChangedSignal LayoutDirectionChangedSignal(View view) {
3279 ViewLayoutDirectionChangedSignal ret = new ViewLayoutDirectionChangedSignal(NDalicManualPINVOKE.LayoutDirectionChangedSignal(View.getCPtr(view)), false);
3280 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3285 internal ViewSignal ResourcesLoadedSignal()
3287 ViewSignal ret = new ViewSignal(NDalicPINVOKE.ResourceReadySignal(swigCPtr), false);
3288 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
3293 /// Gets or sets the origin of a view within its parent's area.<br />
3294 /// 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 />
3295 /// The default parent-origin is ParentOrigin.TopLeft (0.0, 0.0, 0.5).<br />
3296 /// A view's position is the distance between this origin and the view's anchor-point.<br />
3298 /// <pre>The view has been initialized.</pre>
3299 /// <since_tizen> 3 </since_tizen>
3300 public Position ParentOrigin
3304 Position temp = new Position(0.0f, 0.0f, 0.0f);
3305 GetProperty(View.Property.PARENT_ORIGIN).Get(temp);
3310 SetProperty(View.Property.PARENT_ORIGIN, new Tizen.NUI.PropertyValue(value));
3314 internal float ParentOriginX
3319 GetProperty(View.Property.PARENT_ORIGIN_X).Get(out temp);
3324 SetProperty(View.Property.PARENT_ORIGIN_X, new Tizen.NUI.PropertyValue(value));
3328 internal float ParentOriginY
3333 GetProperty(View.Property.PARENT_ORIGIN_Y).Get(out temp);
3338 SetProperty(View.Property.PARENT_ORIGIN_Y, new Tizen.NUI.PropertyValue(value));
3342 internal float ParentOriginZ
3347 GetProperty(View.Property.PARENT_ORIGIN_Z).Get(out temp);
3352 SetProperty(View.Property.PARENT_ORIGIN_Z, new Tizen.NUI.PropertyValue(value));
3357 /// Gets or sets the anchor-point of a view.<br />
3358 /// 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 />
3359 /// The default pivot point is PivotPoint.Center (0.5, 0.5, 0.5).<br />
3360 /// A view position is the distance between its parent-origin and this anchor-point.<br />
3361 /// A view's orientation is the rotation from its default orientation, the rotation is centered around its anchor-point.<br />
3362 /// <pre>The view has been initialized.</pre>
3364 /// <since_tizen> 3 </since_tizen>
3365 public Position PivotPoint
3369 Position temp = new Position(0.0f, 0.0f, 0.0f);
3370 GetProperty(View.Property.ANCHOR_POINT).Get(temp);
3375 SetProperty(View.Property.ANCHOR_POINT, new Tizen.NUI.PropertyValue(value));
3379 internal float PivotPointX
3384 GetProperty(View.Property.ANCHOR_POINT_X).Get(out temp);
3389 SetProperty(View.Property.ANCHOR_POINT_X, new Tizen.NUI.PropertyValue(value));
3393 internal float PivotPointY
3398 GetProperty(View.Property.ANCHOR_POINT_Y).Get(out temp);
3403 SetProperty(View.Property.ANCHOR_POINT_Y, new Tizen.NUI.PropertyValue(value));
3407 internal float PivotPointZ
3412 GetProperty(View.Property.ANCHOR_POINT_Z).Get(out temp);
3417 SetProperty(View.Property.ANCHOR_POINT_Z, new Tizen.NUI.PropertyValue(value));
3422 /// Gets or sets the size width of the view.
3424 /// <since_tizen> 3 </since_tizen>
3425 public float SizeWidth
3430 GetProperty(View.Property.SIZE_WIDTH).Get(out temp);
3435 SetProperty(View.Property.SIZE_WIDTH, new Tizen.NUI.PropertyValue(value));
3440 /// Gets or sets the size height of the view.
3442 /// <since_tizen> 3 </since_tizen>
3443 public float SizeHeight
3448 GetProperty(View.Property.SIZE_HEIGHT).Get(out temp);
3453 SetProperty(View.Property.SIZE_HEIGHT, new Tizen.NUI.PropertyValue(value));
3458 /// Gets or sets the position of the view.<br />
3459 /// By default, sets the position vector between the parent origin and pivot point (default).<br />
3460 /// If the position inheritance is disabled, sets the world position.<br />
3462 /// <since_tizen> 3 </since_tizen>
3463 public Position Position
3467 Vector3 temp = new Vector3(0.0f, 0.0f, 0.0f);
3468 GetProperty(View.Property.POSITION).Get(temp);
3473 SetProperty(View.Property.POSITION, new Tizen.NUI.PropertyValue(value));
3478 /// Gets or sets the position X of the view.
3480 /// <since_tizen> 3 </since_tizen>
3481 public float PositionX
3486 GetProperty(View.Property.POSITION_X).Get(out temp);
3491 SetProperty(View.Property.POSITION_X, new Tizen.NUI.PropertyValue(value));
3496 /// Gets or sets the position Y of the view.
3498 /// <since_tizen> 3 </since_tizen>
3499 public float PositionY
3504 GetProperty(View.Property.POSITION_Y).Get(out temp);
3509 SetProperty(View.Property.POSITION_Y, new Tizen.NUI.PropertyValue(value));
3514 /// Gets or sets the position Z of the view.
3516 /// <since_tizen> 3 </since_tizen>
3517 public float PositionZ
3522 GetProperty(View.Property.POSITION_Z).Get(out temp);
3527 SetProperty(View.Property.POSITION_Z, new Tizen.NUI.PropertyValue(value));
3532 /// Gets or sets the world position of the view.
3534 /// <since_tizen> 3 </since_tizen>
3535 public Vector3 WorldPosition
3539 Vector3 temp = new Vector3(0.0f, 0.0f, 0.0f);
3540 GetProperty(View.Property.WORLD_POSITION).Get(temp);
3545 internal float WorldPositionX
3550 GetProperty(View.Property.WORLD_POSITION_X).Get(out temp);
3555 internal float WorldPositionY
3560 GetProperty(View.Property.WORLD_POSITION_Y).Get(out temp);
3565 internal float WorldPositionZ
3570 GetProperty(View.Property.WORLD_POSITION_Z).Get(out temp);
3576 /// Gets or sets the orientation of the view.<br />
3577 /// The view's orientation is the rotation from its default orientation, and the rotation is centered around its anchor-point.<br />
3579 /// <remarks>This is an asynchronous method.</remarks>
3580 /// <since_tizen> 3 </since_tizen>
3581 public Rotation Orientation
3585 Rotation temp = new Rotation();
3586 GetProperty(View.Property.ORIENTATION).Get(temp);
3591 SetProperty(View.Property.ORIENTATION, new Tizen.NUI.PropertyValue(value));
3596 /// Gets or sets the world orientation of the view.<br />
3598 /// <since_tizen> 3 </since_tizen>
3599 public Rotation WorldOrientation
3603 Rotation temp = new Rotation();
3604 GetProperty(View.Property.WORLD_ORIENTATION).Get(temp);
3610 /// Gets or sets the scale factor applied to the view.<br />
3612 /// <since_tizen> 3 </since_tizen>
3613 public Vector3 Scale
3617 Vector3 temp = new Vector3(0.0f, 0.0f, 0.0f);
3618 GetProperty(View.Property.SCALE).Get(temp);
3623 SetProperty(View.Property.SCALE, new Tizen.NUI.PropertyValue(value));
3628 /// Gets or sets the scale X factor applied to the view.
3630 /// <since_tizen> 3 </since_tizen>
3636 GetProperty(View.Property.SCALE_X).Get(out temp);
3641 SetProperty(View.Property.SCALE_X, new Tizen.NUI.PropertyValue(value));
3646 /// Gets or sets the scale Y factor applied to the view.
3648 /// <since_tizen> 3 </since_tizen>
3654 GetProperty(View.Property.SCALE_Y).Get(out temp);
3659 SetProperty(View.Property.SCALE_Y, new Tizen.NUI.PropertyValue(value));
3664 /// Gets or sets the scale Z factor applied to the view.
3666 /// <since_tizen> 3 </since_tizen>
3672 GetProperty(View.Property.SCALE_Z).Get(out temp);
3677 SetProperty(View.Property.SCALE_Z, new Tizen.NUI.PropertyValue(value));
3682 /// Gets the world scale of the view.
3684 /// <since_tizen> 3 </since_tizen>
3685 public Vector3 WorldScale
3689 Vector3 temp = new Vector3(0.0f, 0.0f, 0.0f);
3690 GetProperty(View.Property.WORLD_SCALE).Get(temp);
3696 /// Retrieves the visibility flag of the view.
3699 /// If the view is not visible, then the view and its children will not be rendered.
3700 /// 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.
3702 /// <since_tizen> 3 </since_tizen>
3703 public bool Visibility
3708 GetProperty(View.Property.VISIBLE).Get(out temp);
3714 /// Gets the view's world color.
3716 /// <since_tizen> 3 </since_tizen>
3717 public Vector4 WorldColor
3721 Vector4 temp = new Vector4(0.0f, 0.0f, 0.0f, 0.0f);
3722 GetProperty(View.Property.WORLD_COLOR).Get(temp);
3727 internal Matrix WorldMatrix
3731 Matrix temp = new Matrix();
3732 GetProperty(View.Property.WORLD_MATRIX).Get(temp);
3738 /// Gets or sets the view's name.
3740 /// <since_tizen> 3 </since_tizen>
3746 GetProperty(View.Property.NAME).Get(out temp);
3751 SetProperty(View.Property.NAME, new Tizen.NUI.PropertyValue(value));
3756 /// Get the number of children held by the view.
3758 /// <since_tizen> 3 </since_tizen>
3759 public new uint ChildCount
3763 return GetChildCount();
3768 /// Gets the view's ID.
3771 /// <since_tizen> 3 </since_tizen>
3781 /// Gets or sets the status of whether the view should emit touch or hover signals.
3783 /// <since_tizen> 3 </since_tizen>
3784 public bool Sensitive
3789 GetProperty(View.Property.SENSITIVE).Get(out temp);
3794 SetProperty(View.Property.SENSITIVE, new Tizen.NUI.PropertyValue(value));
3799 /// 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.
3801 /// <since_tizen> 3 </since_tizen>
3802 public bool LeaveRequired
3807 GetProperty(View.Property.LEAVE_REQUIRED).Get(out temp);
3812 SetProperty(View.Property.LEAVE_REQUIRED, new Tizen.NUI.PropertyValue(value));
3817 /// Gets or sets the status of whether a child view inherits it's parent's orientation.
3819 /// <since_tizen> 3 </since_tizen>
3820 public bool InheritOrientation
3825 GetProperty(View.Property.INHERIT_ORIENTATION).Get(out temp);
3830 SetProperty(View.Property.INHERIT_ORIENTATION, new Tizen.NUI.PropertyValue(value));
3835 /// Gets or sets the status of whether a child view inherits it's parent's scale.
3837 /// <since_tizen> 3 </since_tizen>
3838 public bool InheritScale
3843 GetProperty(View.Property.INHERIT_SCALE).Get(out temp);
3848 SetProperty(View.Property.INHERIT_SCALE, new Tizen.NUI.PropertyValue(value));
3853 /// Gets or sets the status of how the view and its children should be drawn.<br />
3854 /// Not all views are renderable, but DrawMode can be inherited from any view.<br />
3855 /// 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 />
3856 /// If DrawMode.Overlay2D is used, the view and its children will be drawn as a 2D overlay.<br />
3857 /// Overlay views are drawn in a separate pass, after all non-overlay views within the layer.<br />
3858 /// For overlay views, the drawing order is with respect to tree levels of views, and depth-testing will not be used.<br />
3860 /// <since_tizen> 3 </since_tizen>
3861 public DrawModeType DrawMode
3866 if (GetProperty(View.Property.DRAW_MODE).Get(out temp) == false)
3868 NUILog.Error("DrawMode get error!");
3873 return DrawModeType.Normal;
3875 return DrawModeType.Overlay2D;
3877 return DrawModeType.Stencil;
3879 return DrawModeType.Normal;
3884 SetProperty(View.Property.DRAW_MODE, new Tizen.NUI.PropertyValue((int)value));
3889 /// Gets or sets the relative to parent size factor of the view.<br />
3890 /// This factor is only used when ResizePolicyType is set to either: ResizePolicyType.SizeRelativeToParent or ResizePolicyType.SizeFixedOffsetFromParent.<br />
3891 /// This view's size is set to the view's size multiplied by or added to this factor, depending on ResizePolicyType.<br />
3893 /// <since_tizen> 3 </since_tizen>
3894 public Vector3 SizeModeFactor
3898 Vector3 temp = new Vector3(0.0f, 0.0f, 0.0f);
3899 GetProperty(View.Property.SIZE_MODE_FACTOR).Get(temp);
3904 SetProperty(View.Property.SIZE_MODE_FACTOR, new Tizen.NUI.PropertyValue(value));
3909 /// Gets or sets the width resize policy to be used.
3911 /// <since_tizen> 3 </since_tizen>
3912 public ResizePolicyType WidthResizePolicy
3917 if (GetProperty(View.Property.WIDTH_RESIZE_POLICY).Get(out temp) == false)
3919 NUILog.Error("WidthResizePolicy get error!");
3924 return ResizePolicyType.Fixed;
3925 case "USE_NATURAL_SIZE":
3926 return ResizePolicyType.UseNaturalSize;
3927 case "FILL_TO_PARENT":
3928 return ResizePolicyType.FillToParent;
3929 case "SIZE_RELATIVE_TO_PARENT":
3930 return ResizePolicyType.SizeRelativeToParent;
3931 case "SIZE_FIXED_OFFSET_FROM_PARENT":
3932 return ResizePolicyType.SizeFixedOffsetFromParent;
3933 case "FIT_TO_CHILDREN":
3934 return ResizePolicyType.FitToChildren;
3935 case "DIMENSION_DEPENDENCY":
3936 return ResizePolicyType.DimensionDependency;
3937 case "USE_ASSIGNED_SIZE":
3938 return ResizePolicyType.UseAssignedSize;
3940 return ResizePolicyType.Fixed;
3945 SetProperty(View.Property.WIDTH_RESIZE_POLICY, new Tizen.NUI.PropertyValue((int)value));
3950 /// Gets or sets the height resize policy to be used.
3952 /// <since_tizen> 3 </since_tizen>
3953 public ResizePolicyType HeightResizePolicy
3958 if (GetProperty(View.Property.HEIGHT_RESIZE_POLICY).Get(out temp) == false)
3960 NUILog.Error("HeightResizePolicy get error!");
3965 return ResizePolicyType.Fixed;
3966 case "USE_NATURAL_SIZE":
3967 return ResizePolicyType.UseNaturalSize;
3968 case "FILL_TO_PARENT":
3969 return ResizePolicyType.FillToParent;
3970 case "SIZE_RELATIVE_TO_PARENT":
3971 return ResizePolicyType.SizeRelativeToParent;
3972 case "SIZE_FIXED_OFFSET_FROM_PARENT":
3973 return ResizePolicyType.SizeFixedOffsetFromParent;
3974 case "FIT_TO_CHILDREN":
3975 return ResizePolicyType.FitToChildren;
3976 case "DIMENSION_DEPENDENCY":
3977 return ResizePolicyType.DimensionDependency;
3978 case "USE_ASSIGNED_SIZE":
3979 return ResizePolicyType.UseAssignedSize;
3981 return ResizePolicyType.Fixed;
3986 SetProperty(View.Property.HEIGHT_RESIZE_POLICY, new Tizen.NUI.PropertyValue((int)value));
3991 /// Gets or sets the policy to use when setting size with size negotiation.<br />
3992 /// Defaults to SizeScalePolicyType.UseSizeSet.<br />
3994 /// <since_tizen> 3 </since_tizen>
3995 public SizeScalePolicyType SizeScalePolicy
4000 if (GetProperty(View.Property.SIZE_SCALE_POLICY).Get(out temp) == false)
4002 NUILog.Error("SizeScalePolicy get error!");
4006 case "USE_SIZE_SET":
4007 return SizeScalePolicyType.UseSizeSet;
4008 case "FIT_WITH_ASPECT_RATIO":
4009 return SizeScalePolicyType.FitWithAspectRatio;
4010 case "FILL_WITH_ASPECT_RATIO":
4011 return SizeScalePolicyType.FillWithAspectRatio;
4013 return SizeScalePolicyType.UseSizeSet;
4018 string valueToString = "";
4021 case SizeScalePolicyType.UseSizeSet:
4023 valueToString = "USE_SIZE_SET";
4026 case SizeScalePolicyType.FitWithAspectRatio:
4028 valueToString = "FIT_WITH_ASPECT_RATIO";
4031 case SizeScalePolicyType.FillWithAspectRatio:
4033 valueToString = "FILL_WITH_ASPECT_RATIO";
4038 valueToString = "USE_SIZE_SET";
4042 SetProperty(View.Property.SIZE_SCALE_POLICY, new Tizen.NUI.PropertyValue(valueToString));
4047 /// Gets or sets the status of whether the width size is dependent on the height size.
4049 /// <since_tizen> 3 </since_tizen>
4050 public bool WidthForHeight
4055 GetProperty(View.Property.WIDTH_FOR_HEIGHT).Get(out temp);
4060 SetProperty(View.Property.WIDTH_FOR_HEIGHT, new Tizen.NUI.PropertyValue(value));
4065 /// Gets or sets the status of whether the height size is dependent on the width size.
4067 /// <since_tizen> 3 </since_tizen>
4068 public bool HeightForWidth
4073 GetProperty(View.Property.HEIGHT_FOR_WIDTH).Get(out temp);
4078 SetProperty(View.Property.HEIGHT_FOR_WIDTH, new Tizen.NUI.PropertyValue(value));
4083 /// Gets or sets the padding for use in layout.
4085 /// <since_tizen> 3 </since_tizen>
4086 public Vector4 Padding
4090 Vector4 temp = new Vector4(0.0f, 0.0f, 0.0f, 0.0f);
4091 GetProperty(View.Property.PADDING).Get(temp);
4096 SetProperty(View.Property.PADDING, new Tizen.NUI.PropertyValue(value));
4101 /// Gets or sets the minimum size the view can be assigned in size negotiation.
4103 /// <since_tizen> 3 </since_tizen>
4104 public Size2D MinimumSize
4108 Size2D temp = new Size2D(0, 0);
4109 GetProperty(View.Property.MINIMUM_SIZE).Get(temp);
4114 SetProperty(View.Property.MINIMUM_SIZE, new Tizen.NUI.PropertyValue(value));
4119 /// Gets or sets the maximum size the view can be assigned in size negotiation.
4121 /// <since_tizen> 3 </since_tizen>
4122 public Size2D MaximumSize
4126 Size2D temp = new Size2D(0, 0);
4127 GetProperty(View.Property.MAXIMUM_SIZE).Get(temp);
4132 SetProperty(View.Property.MAXIMUM_SIZE, new Tizen.NUI.PropertyValue(value));
4137 /// Gets or sets whether a child view inherits it's parent's position.<br />
4138 /// Default is to inherit.<br />
4139 /// 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 />
4141 /// <since_tizen> 3 </since_tizen>
4142 public bool InheritPosition
4147 GetProperty(View.Property.INHERIT_POSITION).Get(out temp);
4152 SetProperty(View.Property.INHERIT_POSITION, new Tizen.NUI.PropertyValue(value));
4157 /// Gets or sets the clipping behavior (mode) of it's children.
4159 /// <since_tizen> 3 </since_tizen>
4160 public ClippingModeType ClippingMode
4165 if (GetProperty(View.Property.CLIPPING_MODE).Get(out temp) == false)
4167 NUILog.Error("ClippingMode get error!");
4172 return ClippingModeType.Disabled;
4173 case "CLIP_CHILDREN":
4174 return ClippingModeType.ClipChildren;
4175 case "CLIP_TO_BOUNDING_BOX":
4176 return ClippingModeType.ClipToBoundingBox;
4178 return ClippingModeType.Disabled;
4183 SetProperty(View.Property.CLIPPING_MODE, new Tizen.NUI.PropertyValue((int)value));
4188 /// Gets the number of renderers held by the view.
4190 /// <since_tizen> 3 </since_tizen>
4191 public uint RendererCount
4195 return GetRendererCount();
4202 /// [Obsolete("Please do not use! this will be deprecated")]
4204 /// <since_tizen> 3 </since_tizen>
4205 /// Please do not use! this will be deprecated!
4206 /// Instead please use TouchEvent.
4207 [Obsolete("Please do not use! This will be deprecated! Please use TouchEvent instead!")]
4208 [EditorBrowsable(EditorBrowsableState.Never)]
4209 public event EventHandlerWithReturnType<object, TouchEventArgs, bool> Touched
4213 if (_touchDataEventHandler == null)
4215 _touchDataCallback = OnTouch;
4216 this.TouchSignal().Connect(_touchDataCallback);
4219 _touchDataEventHandler += value;
4224 _touchDataEventHandler -= value;
4226 if (_touchDataEventHandler == null && TouchSignal().Empty() == false)
4228 this.TouchSignal().Disconnect(_touchDataCallback);
4235 /// [Obsolete("Please do not use! this will be deprecated")]
4237 /// <since_tizen> 3 </since_tizen>
4238 /// Please do not use! this will be deprecated!
4239 /// Instead please use HoverEvent.
4240 [Obsolete("Please do not use! This will be deprecated! Please use HoverEvent instead!")]
4241 [EditorBrowsable(EditorBrowsableState.Never)]
4242 public event EventHandlerWithReturnType<object, HoverEventArgs, bool> Hovered
4246 if (_hoverEventHandler == null)
4248 _hoverEventCallback = OnHoverEvent;
4249 this.HoveredSignal().Connect(_hoverEventCallback);
4252 _hoverEventHandler += value;
4257 _hoverEventHandler -= value;
4259 if (_hoverEventHandler == null && HoveredSignal().Empty() == false)
4261 this.HoveredSignal().Disconnect(_hoverEventCallback);
4268 /// Please do not use! this will be deprecated.
4270 /// <since_tizen> 3 </since_tizen>
4271 /// Please do not use! this will be deprecated!
4272 /// Instead please use WheelEvent.
4273 [Obsolete("Please do not use! This will be deprecated! Please use WheelEvent instead!")]
4274 [EditorBrowsable(EditorBrowsableState.Never)]
4275 public event EventHandlerWithReturnType<object, WheelEventArgs, bool> WheelMoved
4279 if (_wheelEventHandler == null)
4281 _wheelEventCallback = OnWheelEvent;
4282 this.WheelEventSignal().Connect(_wheelEventCallback);
4285 _wheelEventHandler += value;
4290 _wheelEventHandler -= value;
4292 if (_wheelEventHandler == null && WheelEventSignal().Empty() == false)
4294 this.WheelEventSignal().Disconnect(_wheelEventCallback);
4301 /// [Obsolete("Please do not use! this will be deprecated")]
4303 /// <since_tizen> 3 </since_tizen>
4304 /// Please do not use! this will be deprecated!
4305 /// Instead please use PivotPoint.
4306 [Obsolete("Please do not use! This will be deprecated! Please use PivotPoint instead! " +
4308 "View view = new View(); " +
4309 "view.PivotPoint = PivotPoint.Center; " +
4310 "view.PositionUsesPivotPoint = true;")]
4311 [EditorBrowsable(EditorBrowsableState.Never)]
4312 public Position AnchorPoint
4316 Position temp = new Position(0.0f, 0.0f, 0.0f);
4317 GetProperty(View.Property.ANCHOR_POINT).Get(temp);
4322 SetProperty(View.Property.ANCHOR_POINT, new Tizen.NUI.PropertyValue(value));
4327 /// [Obsolete("Please do not use! this will be deprecated")]
4329 /// <since_tizen> 3 </since_tizen>
4330 [Obsolete("Please do not use! This will be deprecated! Please use Size2D instead! " +
4332 "View view = new View(); " +
4333 "view.Size2D = new Size2D(100, 100);")]
4334 [EditorBrowsable(EditorBrowsableState.Never)]
4339 Size temp = new Size(0.0f, 0.0f, 0.0f);
4340 GetProperty(View.Property.SIZE).Get(temp);
4345 SetProperty(View.Property.SIZE, new Tizen.NUI.PropertyValue(value));
4350 /// [Obsolete("Please do not use! this will be deprecated")]
4352 /// <since_tizen> 3 </since_tizen>
4353 /// Please do not use! this will be deprecated!
4354 /// Instead please use AddedToWindow.
4355 [Obsolete("Please do not use! This will be deprecated! Please use AddedToWindow instead!")]
4356 [EditorBrowsable(EditorBrowsableState.Never)]
4357 public event EventHandler OnWindowEvent
4361 if (_onWindowEventHandler == null)
4363 _onWindowEventCallback = OnWindow;
4364 this.OnWindowSignal().Connect(_onWindowEventCallback);
4367 _onWindowEventHandler += value;
4372 _onWindowEventHandler -= value;
4374 if (_onWindowEventHandler == null && OnWindowSignal().Empty() == false)
4376 this.OnWindowSignal().Disconnect(_onWindowEventCallback);
4382 /// [Obsolete("Please do not use! this will be deprecated")]
4384 /// <since_tizen> 3 </since_tizen>
4385 /// Please do not use! this will be deprecated!
4386 /// Instead please use RemovedFromWindow.
4387 [Obsolete("Please do not use! This will be deprecated! Please use RemovedFromWindow instead!")]
4388 [EditorBrowsable(EditorBrowsableState.Never)]
4389 public event EventHandler OffWindowEvent
4393 if (_offWindowEventHandler == null)
4395 _offWindowEventCallback = OffWindow;
4396 this.OffWindowSignal().Connect(_offWindowEventCallback);
4399 _offWindowEventHandler += value;
4404 _offWindowEventHandler -= value;
4406 if (_offWindowEventHandler == null && OffWindowSignal().Empty() == false)
4408 this.OffWindowSignal().Disconnect(_offWindowEventCallback);
4414 /// [Obsolete("Please do not use! this will be deprecated")]
4416 /// <since_tizen> 3 </since_tizen>
4417 /// Please do not use! this will be deprecated!
4418 /// Instead please use Relayout.
4419 [Obsolete("Please do not use! This will be deprecated! Please use Relayout instead!")]
4420 [EditorBrowsable(EditorBrowsableState.Never)]
4421 public event EventHandler OnRelayoutEvent
4425 if (_onRelayoutEventHandler == null)
4427 _onRelayoutEventCallback = OnRelayout;
4428 this.OnRelayoutSignal().Connect(_onRelayoutEventCallback);
4431 _onRelayoutEventHandler += value;
4436 _onRelayoutEventHandler -= value;
4438 if (_onRelayoutEventHandler == null && OnRelayoutSignal().Empty() == false)
4440 this.OnRelayoutSignal().Disconnect(_onRelayoutEventCallback);
4447 /// "Please DO NOT use! This will be deprecated! Please use 'Container GetParent() for derived class' instead!"
4449 /// <since_tizen> 3 </since_tizen>
4450 [Obsolete("Please do not use! This will be deprecated! Please use 'Container GetParent() for derived class' instead! " +
4452 "Container parent = view.GetParent(); " +
4453 "View view = parent as View;")]
4454 [EditorBrowsable(EditorBrowsableState.Never)]
4455 public new View Parent
4460 IntPtr cPtr = NDalicPINVOKE.Actor_GetParent(swigCPtr);
4462 BaseHandle basehandle = Registry.GetManagedBaseHandleFromNativePtr(cPtr);
4464 if (basehandle is Layer)
4466 ret = new View(cPtr, false);
4470 ret = basehandle as View;
4473 if (NDalicPINVOKE.SWIGPendingException.Pending)
4474 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
4480 /// Gets/Sets whether inherit parent's the layout Direction.
4482 /// <since_tizen> 4 </since_tizen>
4483 public bool InheritLayoutDirection
4488 GetProperty(View.Property.INHERIT_LAYOUT_DIRECTION).Get(out temp);
4493 SetProperty(View.Property.INHERIT_LAYOUT_DIRECTION, new Tizen.NUI.PropertyValue(value));
4498 /// Gets/Sets the layout Direction.
4500 /// <since_tizen> 4 </since_tizen>
4501 public ViewLayoutDirectionType LayoutDirection
4506 if (GetProperty(View.Property.LAYOUT_DIRECTION).Get(out temp) == false)
4508 NUILog.Error("LAYOUT_DIRECTION get error!");
4510 return (ViewLayoutDirectionType)temp;
4514 SetProperty(View.Property.LAYOUT_DIRECTION, new Tizen.NUI.PropertyValue((int)value));
4519 /// Gets or sets the Margin for use in layout.
4521 /// <since_tizen> 4 </since_tizen>
4522 public Extents Margin
4526 Extents temp = new Extents(0, 0, 0, 0);
4527 GetProperty(View.Property.MARGIN).Get(temp);
4532 SetProperty(View.Property.MARGIN, new Tizen.NUI.PropertyValue(value));
4537 /// Gets or sets the Padding for use in layout.
4539 /// <since_tizen> 4 </since_tizen>
4540 public Extents PaddingEX
4544 Extents temp = new Extents(0, 0, 0, 0);
4545 GetProperty(View.Property.PADDINGEX).Get(temp);
4550 SetProperty(View.Property.PADDINGEX, new Tizen.NUI.PropertyValue(value));
4556 /// The View layout Direction type.
4558 /// <since_tizen> 4 </since_tizen>
4559 public enum ViewLayoutDirectionType
4564 /// <since_tizen> 4 </since_tizen>
4569 /// <since_tizen> 4 </since_tizen>