1 //------------------------------------------------------------------------------
4 // This file was automatically generated by SWIG (http://www.swig.org).
7 // Do not make changes to this file unless you know what you are doing--modify
8 // the SWIG interface file instead.
9 //------------------------------------------------------------------------------
14 using System.Runtime.InteropServices;
16 public class AccessibilityManager : BaseHandle {
17 private global::System.Runtime.InteropServices.HandleRef swigCPtr;
19 internal AccessibilityManager(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicPINVOKE.AccessibilityManager_SWIGUpcast(cPtr), cMemoryOwn) {
20 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);
23 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(AccessibilityManager obj) {
24 return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
27 ~AccessibilityManager() {
28 DisposeQueue.Instance.Add(this);
31 public override void Dispose() {
32 if (!Window.IsInstalled()) {
33 DisposeQueue.Instance.Add(this);
38 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
41 NDalicPINVOKE.delete_AccessibilityManager(swigCPtr);
43 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
45 global::System.GC.SuppressFinalize(this);
54 * @brief Event arguments that passed via StatusChanged signal
57 public class StatusChangedEventArgs : EventArgs
59 private AccessibilityManager _accessibilityManager;
61 public AccessibilityManager AccessibilityManager
65 return _accessibilityManager;
69 _accessibilityManager = value;
75 * @brief Event arguments that passed via ActionNext signal
78 public class ActionNextEventArgs : EventArgs
80 private AccessibilityManager _accessibilityManager;
82 public AccessibilityManager AccessibilityManager
86 return _accessibilityManager;
90 _accessibilityManager = value;
96 * @brief Event arguments that passed via ActionPrevious signal
99 public class ActionPreviousEventArgs : EventArgs
101 private AccessibilityManager _accessibilityManager;
103 public AccessibilityManager AccessibilityManager
107 return _accessibilityManager;
111 _accessibilityManager = value;
117 * @brief Event arguments that passed via ActionActivate signal
120 public class ActionActivateEventArgs : EventArgs
122 private AccessibilityManager _accessibilityManager;
124 public AccessibilityManager AccessibilityManager
128 return _accessibilityManager;
132 _accessibilityManager = value;
138 * @brief Event arguments that passed via ActionRead signal
141 public class ActionReadEventArgs : EventArgs
143 private AccessibilityManager _accessibilityManager;
145 public AccessibilityManager AccessibilityManager
149 return _accessibilityManager;
153 _accessibilityManager = value;
159 * @brief Event arguments that passed via ActionOver signal
162 public class ActionOverEventArgs : EventArgs
164 private AccessibilityManager _accessibilityManager;
166 public AccessibilityManager AccessibilityManager
170 return _accessibilityManager;
174 _accessibilityManager = value;
180 * @brief Event arguments that passed via ActionReadNext signal
183 public class ActionReadNextEventArgs : EventArgs
185 private AccessibilityManager _accessibilityManager;
187 public AccessibilityManager AccessibilityManager
191 return _accessibilityManager;
195 _accessibilityManager = value;
201 * @brief Event arguments that passed via ActionReadPrevious signal
204 public class ActionReadPreviousEventArgs : EventArgs
206 private AccessibilityManager _accessibilityManager;
208 public AccessibilityManager AccessibilityManager
212 return _accessibilityManager;
216 _accessibilityManager = value;
222 * @brief Event arguments that passed via ActionUp signal
225 public class ActionUpEventArgs : EventArgs
227 private AccessibilityManager _accessibilityManager;
229 public AccessibilityManager AccessibilityManager
233 return _accessibilityManager;
237 _accessibilityManager = value;
243 * @brief Event arguments that passed via ActionDown signal
246 public class ActionDownEventArgs : EventArgs
248 private AccessibilityManager _accessibilityManager;
250 public AccessibilityManager AccessibilityManager
254 return _accessibilityManager;
258 _accessibilityManager = value;
264 * @brief Event arguments that passed via ActionClearFocus signal
267 public class ActionClearFocusEventArgs : EventArgs
269 private AccessibilityManager _accessibilityManager;
271 public AccessibilityManager AccessibilityManager
275 return _accessibilityManager;
279 _accessibilityManager = value;
285 * @brief Event arguments that passed via ActionBack signal
288 public class ActionBackEventArgs : EventArgs
290 private AccessibilityManager _accessibilityManager;
292 public AccessibilityManager AccessibilityManager
296 return _accessibilityManager;
300 _accessibilityManager = value;
306 * @brief Event arguments that passed via ActionScrollUp signal
309 public class ActionScrollUpEventArgs : EventArgs
311 private AccessibilityManager _accessibilityManager;
313 public AccessibilityManager AccessibilityManager
317 return _accessibilityManager;
321 _accessibilityManager = value;
327 * @brief Event arguments that passed via ActionScrollDown signal
330 public class ActionScrollDownEventArgs : EventArgs
332 private AccessibilityManager _accessibilityManager;
334 public AccessibilityManager AccessibilityManager
338 return _accessibilityManager;
342 _accessibilityManager = value;
348 * @brief Event arguments that passed via ActionPageLeft signal
351 public class ActionPageLeftEventArgs : EventArgs
353 private AccessibilityManager _accessibilityManager;
355 public AccessibilityManager AccessibilityManager
359 return _accessibilityManager;
363 _accessibilityManager = value;
369 * @brief Event arguments that passed via ActionPageRight signal
372 public class ActionPageRightEventArgs : EventArgs
374 private AccessibilityManager _accessibilityManager;
376 public AccessibilityManager AccessibilityManager
380 return _accessibilityManager;
384 _accessibilityManager = value;
390 * @brief Event arguments that passed via ActionPageUp signal
393 public class ActionPageUpEventArgs : EventArgs
395 private AccessibilityManager _accessibilityManager;
397 public AccessibilityManager AccessibilityManager
401 return _accessibilityManager;
405 _accessibilityManager = value;
411 * @brief Event arguments that passed via ActionPageDown signal
414 public class ActionPageDownEventArgs : EventArgs
416 private AccessibilityManager _accessibilityManager;
418 public AccessibilityManager AccessibilityManager
422 return _accessibilityManager;
426 _accessibilityManager = value;
432 * @brief Event arguments that passed via ActionMoveToFirst signal
435 public class ActionMoveToFirstEventArgs : EventArgs
437 private AccessibilityManager _accessibilityManager;
439 public AccessibilityManager AccessibilityManager
443 return _accessibilityManager;
447 _accessibilityManager = value;
453 * @brief Event arguments that passed via ActionMoveToLast signal
456 public class ActionMoveToLastEventArgs : EventArgs
458 private AccessibilityManager _accessibilityManager;
460 public AccessibilityManager AccessibilityManager
464 return _accessibilityManager;
468 _accessibilityManager = value;
474 * @brief Event arguments that passed via ActionReadFromTop signal
477 public class ActionReadFromTopEventArgs : EventArgs
479 private AccessibilityManager _accessibilityManager;
481 public AccessibilityManager AccessibilityManager
485 return _accessibilityManager;
489 _accessibilityManager = value;
495 * @brief Event arguments that passed via ActionReadFromNext signal
498 public class ActionReadFromNextEventArgs : EventArgs
500 private AccessibilityManager _accessibilityManager;
502 public AccessibilityManager AccessibilityManager
506 return _accessibilityManager;
510 _accessibilityManager = value;
516 * @brief Event arguments that passed via ActionZoom signal
519 public class ActionZoomEventArgs : EventArgs
521 private AccessibilityManager _accessibilityManager;
523 public AccessibilityManager AccessibilityManager
527 return _accessibilityManager;
531 _accessibilityManager = value;
537 * @brief Event arguments that passed via ActionReadIndicatorInformation signal
540 public class ActionReadIndicatorInformationEventArgs : EventArgs
542 private AccessibilityManager _accessibilityManager;
544 public AccessibilityManager AccessibilityManager
548 return _accessibilityManager;
552 _accessibilityManager = value;
558 * @brief Event arguments that passed via ActionReadPauseResume signal
561 public class ActionReadPauseResumeEventArgs : EventArgs
563 private AccessibilityManager _accessibilityManager;
565 public AccessibilityManager AccessibilityManager
569 return _accessibilityManager;
573 _accessibilityManager = value;
579 * @brief Event arguments that passed via ActionStartStop signal
582 public class ActionStartStopEventArgs : EventArgs
584 private AccessibilityManager _accessibilityManager;
586 public AccessibilityManager AccessibilityManager
590 return _accessibilityManager;
594 _accessibilityManager = value;
600 * @brief Event arguments that passed via ActionScroll signal
604 // To be replaced by a new event that takes Touch
605 public class ActionScrollEventArgs : EventArgs
607 private AccessibilityManager _accessibilityManager;
608 private TouchEvent _touchEvent;
610 public AccessibilityManager AccessibilityManager
614 return _accessibilityManager;
618 _accessibilityManager = value;
622 public TouchEvent TouchEvent
637 * @brief Event arguments that passed via ActionPageUp signal
640 public class FocusChangedEventArgs : EventArgs
642 private View _viewCurrent;
643 private View _viewNext;
645 public View ViewCurrent
653 _viewCurrent = value;
671 * @brief Event arguments that passed via FocusedViewActivated signal
674 public class FocusedViewActivatedEventArgs : EventArgs
693 * @brief Event arguments that passed via FocusOvershot signal
696 public class FocusOvershotEventArgs : EventArgs
698 private View _currentFocusedView;
699 private AccessibilityManager.FocusOvershotDirection _focusOvershotDirection;
701 public View CurrentFocusedView
705 return _currentFocusedView;
709 _currentFocusedView = value;
713 public AccessibilityManager.FocusOvershotDirection FocusOvershotDirection
717 return _focusOvershotDirection;
721 _focusOvershotDirection = value;
727 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
728 private delegate bool StatusChangedEventCallbackDelegate(IntPtr accessibilityManager);
729 private DaliEventHandlerWithReturnType<object,StatusChangedEventArgs,bool> _accessibilityManagerStatusChangedEventHandler;
730 private StatusChangedEventCallbackDelegate _accessibilityManagerStatusChangedEventCallbackDelegate;
732 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
733 private delegate bool ActionNextEventCallbackDelegate(IntPtr accessibilityManager);
734 private DaliEventHandlerWithReturnType<object,ActionNextEventArgs,bool> _accessibilityManagerActionNextEventHandler;
735 private ActionNextEventCallbackDelegate _accessibilityManagerActionNextEventCallbackDelegate;
737 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
738 private delegate bool ActionPreviousEventCallbackDelegate(IntPtr accessibilityManager);
739 private DaliEventHandlerWithReturnType<object,ActionPreviousEventArgs,bool> _accessibilityManagerActionPreviousEventHandler;
740 private ActionPreviousEventCallbackDelegate _accessibilityManagerActionPreviousEventCallbackDelegate;
742 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
743 private delegate bool ActionActivateEventCallbackDelegate(IntPtr accessibilityManager);
744 private DaliEventHandlerWithReturnType<object,ActionActivateEventArgs,bool> _accessibilityManagerActionActivateEventHandler;
745 private ActionActivateEventCallbackDelegate _accessibilityManagerActionActivateEventCallbackDelegate;
747 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
748 private delegate bool ActionReadEventCallbackDelegate(IntPtr accessibilityManager);
749 private DaliEventHandlerWithReturnType<object,ActionReadEventArgs,bool> _accessibilityManagerActionReadEventHandler;
750 private ActionReadEventCallbackDelegate _accessibilityManagerActionReadEventCallbackDelegate;
752 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
753 private delegate bool ActionOverEventCallbackDelegate(IntPtr accessibilityManager);
754 private DaliEventHandlerWithReturnType<object,ActionOverEventArgs,bool> _accessibilityManagerActionOverEventHandler;
755 private ActionOverEventCallbackDelegate _accessibilityManagerActionOverEventCallbackDelegate;
757 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
758 private delegate bool ActionReadNextEventCallbackDelegate(IntPtr accessibilityManager);
759 private DaliEventHandlerWithReturnType<object,ActionReadNextEventArgs,bool> _accessibilityManagerActionReadNextEventHandler;
760 private ActionReadNextEventCallbackDelegate _accessibilityManagerActionReadNextEventCallbackDelegate;
762 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
763 private delegate bool ActionReadPreviousEventCallbackDelegate(IntPtr accessibilityManager);
764 private DaliEventHandlerWithReturnType<object,ActionReadPreviousEventArgs,bool> _accessibilityManagerActionReadPreviousEventHandler;
765 private ActionReadPreviousEventCallbackDelegate _accessibilityManagerActionReadPreviousEventCallbackDelegate;
767 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
768 private delegate bool ActionUpEventCallbackDelegate(IntPtr accessibilityManager);
769 private DaliEventHandlerWithReturnType<object,ActionUpEventArgs,bool> _accessibilityManagerActionUpEventHandler;
770 private ActionUpEventCallbackDelegate _accessibilityManagerActionUpEventCallbackDelegate;
772 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
773 private delegate bool ActionDownEventCallbackDelegate(IntPtr accessibilityManager);
774 private DaliEventHandlerWithReturnType<object,ActionDownEventArgs,bool> _accessibilityManagerActionDownEventHandler;
775 private ActionDownEventCallbackDelegate _accessibilityManagerActionDownEventCallbackDelegate;
777 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
778 private delegate bool ActionClearFocusEventCallbackDelegate(IntPtr accessibilityManager);
779 private DaliEventHandlerWithReturnType<object,ActionClearFocusEventArgs,bool> _accessibilityManagerActionClearFocusEventHandler;
780 private ActionClearFocusEventCallbackDelegate _accessibilityManagerActionClearFocusEventCallbackDelegate;
782 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
783 private delegate bool ActionBackEventCallbackDelegate(IntPtr accessibilityManager);
784 private DaliEventHandlerWithReturnType<object,ActionBackEventArgs,bool> _accessibilityManagerActionBackEventHandler;
785 private ActionBackEventCallbackDelegate _accessibilityManagerActionBackEventCallbackDelegate;
787 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
788 private delegate bool ActionScrollUpEventCallbackDelegate(IntPtr accessibilityManager);
789 private DaliEventHandlerWithReturnType<object,ActionScrollUpEventArgs,bool> _accessibilityManagerActionScrollUpEventHandler;
790 private ActionScrollUpEventCallbackDelegate _accessibilityManagerActionScrollUpEventCallbackDelegate;
792 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
793 private delegate bool ActionScrollDownEventCallbackDelegate(IntPtr accessibilityManager);
794 private DaliEventHandlerWithReturnType<object,ActionScrollDownEventArgs,bool> _accessibilityManagerActionScrollDownEventHandler;
795 private ActionScrollDownEventCallbackDelegate _accessibilityManagerActionScrollDownEventCallbackDelegate;
797 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
798 private delegate bool ActionPageLeftEventCallbackDelegate(IntPtr accessibilityManager);
799 private DaliEventHandlerWithReturnType<object,ActionPageLeftEventArgs,bool> _accessibilityManagerActionPageLeftEventHandler;
800 private ActionPageLeftEventCallbackDelegate _accessibilityManagerActionPageLeftEventCallbackDelegate;
802 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
803 private delegate bool ActionPageRightEventCallbackDelegate(IntPtr accessibilityManager);
804 private DaliEventHandlerWithReturnType<object,ActionPageRightEventArgs,bool> _accessibilityManagerActionPageRightEventHandler;
805 private ActionPageRightEventCallbackDelegate _accessibilityManagerActionPageRightEventCallbackDelegate;
807 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
808 private delegate bool ActionPageUpEventCallbackDelegate(IntPtr accessibilityManager);
809 private DaliEventHandlerWithReturnType<object,ActionPageUpEventArgs,bool> _accessibilityManagerActionPageUpEventHandler;
810 private ActionPageUpEventCallbackDelegate _accessibilityManagerActionPageUpEventCallbackDelegate;
812 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
813 private delegate bool ActionPageDownEventCallbackDelegate(IntPtr accessibilityManager);
814 private DaliEventHandlerWithReturnType<object,ActionPageDownEventArgs,bool> _accessibilityManagerActionPageDownEventHandler;
815 private ActionPageDownEventCallbackDelegate _accessibilityManagerActionPageDownEventCallbackDelegate;
817 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
818 private delegate bool ActionMoveToFirstEventCallbackDelegate(IntPtr accessibilityManager);
819 private DaliEventHandlerWithReturnType<object,ActionMoveToFirstEventArgs,bool> _accessibilityManagerActionMoveToFirstEventHandler;
820 private ActionMoveToFirstEventCallbackDelegate _accessibilityManagerActionMoveToFirstEventCallbackDelegate;
822 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
823 private delegate bool ActionMoveToLastEventCallbackDelegate(IntPtr accessibilityManager);
824 private DaliEventHandlerWithReturnType<object,ActionMoveToLastEventArgs,bool> _accessibilityManagerActionMoveToLastEventHandler;
825 private ActionMoveToLastEventCallbackDelegate _accessibilityManagerActionMoveToLastEventCallbackDelegate;
827 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
828 private delegate bool ActionReadFromTopEventCallbackDelegate(IntPtr accessibilityManager);
829 private DaliEventHandlerWithReturnType<object,ActionReadFromTopEventArgs,bool> _accessibilityManagerActionReadFromTopEventHandler;
830 private ActionReadFromTopEventCallbackDelegate _accessibilityManagerActionReadFromTopEventCallbackDelegate;
832 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
833 private delegate bool ActionReadFromNextEventCallbackDelegate(IntPtr accessibilityManager);
834 private DaliEventHandlerWithReturnType<object,ActionReadFromNextEventArgs,bool> _accessibilityManagerActionReadFromNextEventHandler;
835 private ActionReadFromNextEventCallbackDelegate _accessibilityManagerActionReadFromNextEventCallbackDelegate;
837 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
838 private delegate bool ActionZoomEventCallbackDelegate(IntPtr accessibilityManager);
839 private DaliEventHandlerWithReturnType<object,ActionZoomEventArgs,bool> _accessibilityManagerActionZoomEventHandler;
840 private ActionZoomEventCallbackDelegate _accessibilityManagerActionZoomEventCallbackDelegate;
842 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
843 private delegate bool ActionReadIndicatorInformationEventCallbackDelegate(IntPtr accessibilityManager);
844 private DaliEventHandlerWithReturnType<object,ActionReadIndicatorInformationEventArgs,bool> _accessibilityManagerActionReadIndicatorInformationEventHandler;
845 private ActionReadIndicatorInformationEventCallbackDelegate _accessibilityManagerActionReadIndicatorInformationEventCallbackDelegate;
847 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
848 private delegate bool ActionReadPauseResumeEventCallbackDelegate(IntPtr accessibilityManager);
849 private DaliEventHandlerWithReturnType<object,ActionReadPauseResumeEventArgs,bool> _accessibilityManagerActionReadPauseResumeEventHandler;
850 private ActionReadPauseResumeEventCallbackDelegate _accessibilityManagerActionReadPauseResumeEventCallbackDelegate;
852 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
853 private delegate bool ActionStartStopEventCallbackDelegate(IntPtr accessibilityManager);
854 private DaliEventHandlerWithReturnType<object,ActionStartStopEventArgs,bool> _accessibilityManagerActionStartStopEventHandler;
855 private ActionStartStopEventCallbackDelegate _accessibilityManagerActionStartStopEventCallbackDelegate;
858 // To be replaced by a new event that takes Touch
859 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
860 private delegate bool ActionScrollEventCallbackDelegate(IntPtr accessibilityManager, IntPtr touchEvent);
861 private DaliEventHandlerWithReturnType<object,ActionScrollEventArgs,bool> _accessibilityManagerActionScrollEventHandler;
862 private ActionScrollEventCallbackDelegate _accessibilityManagerActionScrollEventCallbackDelegate;
865 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
866 private delegate void FocusChangedEventCallbackDelegate(IntPtr actor1, IntPtr actor2);
867 private DaliEventHandler<object,FocusChangedEventArgs> _accessibilityManagerFocusChangedEventHandler;
868 private FocusChangedEventCallbackDelegate _accessibilityManagerFocusChangedEventCallbackDelegate;
870 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
871 private delegate void FocusedViewActivatedEventCallbackDelegate(IntPtr actor);
872 private DaliEventHandler<object,FocusedViewActivatedEventArgs> _accessibilityManagerFocusedViewActivatedEventHandler;
873 private FocusedViewActivatedEventCallbackDelegate _accessibilityManagerFocusedViewActivatedEventCallbackDelegate;
875 [UnmanagedFunctionPointer(CallingConvention.StdCall)]
876 private delegate void FocusOvershotEventCallbackDelegate(IntPtr currentFocusedView, AccessibilityManager.FocusOvershotDirection direction);
877 private DaliEventHandler<object,FocusOvershotEventArgs> _accessibilityManagerFocusOvershotEventHandler;
878 private FocusOvershotEventCallbackDelegate _accessibilityManagerFocusOvershotEventCallbackDelegate;
880 public event DaliEventHandlerWithReturnType<object,StatusChangedEventArgs,bool> StatusChanged
886 // Restricted to only one listener
887 if (_accessibilityManagerStatusChangedEventHandler == null)
889 _accessibilityManagerStatusChangedEventHandler += value;
891 _accessibilityManagerStatusChangedEventCallbackDelegate = new StatusChangedEventCallbackDelegate(OnStatusChanged);
892 this.StatusChangedSignal().Connect(_accessibilityManagerStatusChangedEventCallbackDelegate);
901 if (_accessibilityManagerStatusChangedEventHandler != null)
903 this.StatusChangedSignal().Disconnect(_accessibilityManagerStatusChangedEventCallbackDelegate);
906 _accessibilityManagerStatusChangedEventHandler -= value;
911 // Callback for AccessibilityManager StatusChangedSignal
912 private bool OnStatusChanged(IntPtr data)
914 StatusChangedEventArgs e = new StatusChangedEventArgs();
916 // Populate all members of "e" (StatusChangedEventArgs) with real data
917 e.AccessibilityManager = AccessibilityManager.GetAccessibilityManagerFromPtr(data);
919 if (_accessibilityManagerStatusChangedEventHandler != null)
921 //here we send all data to user event handlers
922 return _accessibilityManagerStatusChangedEventHandler(this, e);
927 public event DaliEventHandlerWithReturnType<object,ActionNextEventArgs,bool> ActionNext
933 // Restricted to only one listener
934 if (_accessibilityManagerActionNextEventHandler == null)
936 _accessibilityManagerActionNextEventHandler += value;
938 _accessibilityManagerActionNextEventCallbackDelegate = new ActionNextEventCallbackDelegate(OnActionNext);
939 this.ActionNextSignal().Connect(_accessibilityManagerActionNextEventCallbackDelegate);
948 if (_accessibilityManagerActionNextEventHandler != null)
950 this.ActionNextSignal().Disconnect(_accessibilityManagerActionNextEventCallbackDelegate);
953 _accessibilityManagerActionNextEventHandler -= value;
958 // Callback for AccessibilityManager ActionNextSignal
959 private bool OnActionNext(IntPtr data)
961 ActionNextEventArgs e = new ActionNextEventArgs();
963 // Populate all members of "e" (ActionNextEventArgs) with real data
964 e.AccessibilityManager = AccessibilityManager.GetAccessibilityManagerFromPtr(data);
966 if (_accessibilityManagerActionNextEventHandler != null)
968 //here we send all data to user event handlers
969 return _accessibilityManagerActionNextEventHandler(this, e);
974 public event DaliEventHandlerWithReturnType<object,ActionPreviousEventArgs,bool> ActionPrevious
980 // Restricted to only one listener
981 if (_accessibilityManagerActionPreviousEventHandler == null)
983 _accessibilityManagerActionPreviousEventHandler += value;
985 _accessibilityManagerActionPreviousEventCallbackDelegate = new ActionPreviousEventCallbackDelegate(OnActionPrevious);
986 this.ActionPreviousSignal().Connect(_accessibilityManagerActionPreviousEventCallbackDelegate);
995 if (_accessibilityManagerActionPreviousEventHandler != null)
997 this.ActionPreviousSignal().Disconnect(_accessibilityManagerActionPreviousEventCallbackDelegate);
1000 _accessibilityManagerActionPreviousEventHandler -= value;
1005 // Callback for AccessibilityManager ActionPreviousSignal
1006 private bool OnActionPrevious(IntPtr data)
1008 ActionPreviousEventArgs e = new ActionPreviousEventArgs();
1010 // Populate all members of "e" (ActionPreviousEventArgs) with real data
1011 e.AccessibilityManager = AccessibilityManager.GetAccessibilityManagerFromPtr(data);
1013 if (_accessibilityManagerActionPreviousEventHandler != null)
1015 //here we send all data to user event handlers
1016 return _accessibilityManagerActionPreviousEventHandler(this, e);
1021 public event DaliEventHandlerWithReturnType<object,ActionActivateEventArgs,bool> ActionActivate
1027 // Restricted to only one listener
1028 if (_accessibilityManagerActionActivateEventHandler == null)
1030 _accessibilityManagerActionActivateEventHandler += value;
1032 _accessibilityManagerActionActivateEventCallbackDelegate = new ActionActivateEventCallbackDelegate(OnActionActivate);
1033 this.ActionActivateSignal().Connect(_accessibilityManagerActionActivateEventCallbackDelegate);
1042 if (_accessibilityManagerActionActivateEventHandler != null)
1044 this.ActionActivateSignal().Disconnect(_accessibilityManagerActionActivateEventCallbackDelegate);
1047 _accessibilityManagerActionActivateEventHandler -= value;
1052 // Callback for AccessibilityManager ActionActivateSignal
1053 private bool OnActionActivate(IntPtr data)
1055 ActionActivateEventArgs e = new ActionActivateEventArgs();
1057 // Populate all members of "e" (ActionActivateEventArgs) with real data
1058 e.AccessibilityManager = AccessibilityManager.GetAccessibilityManagerFromPtr(data);
1060 if (_accessibilityManagerActionActivateEventHandler != null)
1062 //here we send all data to user event handlers
1063 return _accessibilityManagerActionActivateEventHandler(this, e);
1068 public event DaliEventHandlerWithReturnType<object,ActionReadEventArgs,bool> ActionRead
1074 // Restricted to only one listener
1075 if (_accessibilityManagerActionReadEventHandler == null)
1077 _accessibilityManagerActionReadEventHandler += value;
1079 _accessibilityManagerActionReadEventCallbackDelegate = new ActionReadEventCallbackDelegate(OnActionRead);
1080 this.ActionReadSignal().Connect(_accessibilityManagerActionReadEventCallbackDelegate);
1089 if (_accessibilityManagerActionReadEventHandler != null)
1091 this.ActionReadSignal().Disconnect(_accessibilityManagerActionReadEventCallbackDelegate);
1094 _accessibilityManagerActionReadEventHandler -= value;
1099 // Callback for AccessibilityManager ActionReadSignal
1100 private bool OnActionRead(IntPtr data)
1102 ActionReadEventArgs e = new ActionReadEventArgs();
1104 // Populate all members of "e" (ActionReadEventArgs) with real data
1105 e.AccessibilityManager = AccessibilityManager.GetAccessibilityManagerFromPtr(data);
1107 if (_accessibilityManagerActionReadEventHandler != null)
1109 //here we send all data to user event handlers
1110 return _accessibilityManagerActionReadEventHandler(this, e);
1115 public event DaliEventHandlerWithReturnType<object,ActionOverEventArgs,bool> ActionOver
1121 // Restricted to only one listener
1122 if (_accessibilityManagerActionOverEventHandler == null)
1124 _accessibilityManagerActionOverEventHandler += value;
1126 _accessibilityManagerActionOverEventCallbackDelegate = new ActionOverEventCallbackDelegate(OnActionOver);
1127 this.ActionOverSignal().Connect(_accessibilityManagerActionOverEventCallbackDelegate);
1136 if (_accessibilityManagerActionOverEventHandler != null)
1138 this.ActionOverSignal().Disconnect(_accessibilityManagerActionOverEventCallbackDelegate);
1141 _accessibilityManagerActionOverEventHandler -= value;
1146 // Callback for AccessibilityManager ActionOverSignal
1147 private bool OnActionOver(IntPtr data)
1149 ActionOverEventArgs e = new ActionOverEventArgs();
1151 // Populate all members of "e" (ActionOverEventArgs) with real data
1152 e.AccessibilityManager = AccessibilityManager.GetAccessibilityManagerFromPtr(data);
1154 if (_accessibilityManagerActionOverEventHandler != null)
1156 //here we send all data to user event handlers
1157 return _accessibilityManagerActionOverEventHandler(this, e);
1162 public event DaliEventHandlerWithReturnType<object,ActionReadNextEventArgs,bool> ActionReadNext
1168 // Restricted to only one listener
1169 if (_accessibilityManagerActionReadNextEventHandler == null)
1171 _accessibilityManagerActionReadNextEventHandler += value;
1173 _accessibilityManagerActionReadNextEventCallbackDelegate = new ActionReadNextEventCallbackDelegate(OnActionReadNext);
1174 this.ActionReadNextSignal().Connect(_accessibilityManagerActionReadNextEventCallbackDelegate);
1183 if (_accessibilityManagerActionReadNextEventHandler != null)
1185 this.ActionReadNextSignal().Disconnect(_accessibilityManagerActionReadNextEventCallbackDelegate);
1188 _accessibilityManagerActionReadNextEventHandler -= value;
1193 // Callback for AccessibilityManager ActionReadNextSignal
1194 private bool OnActionReadNext(IntPtr data)
1196 ActionReadNextEventArgs e = new ActionReadNextEventArgs();
1198 // Populate all members of "e" (ActionReadNextEventArgs) with real data
1199 e.AccessibilityManager = AccessibilityManager.GetAccessibilityManagerFromPtr(data);
1201 if (_accessibilityManagerActionReadNextEventHandler != null)
1203 //here we send all data to user event handlers
1204 return _accessibilityManagerActionReadNextEventHandler(this, e);
1210 public event DaliEventHandlerWithReturnType<object,ActionReadPreviousEventArgs,bool> ActionReadPrevious
1216 // Restricted to only one listener
1217 if (_accessibilityManagerActionReadPreviousEventHandler == null)
1219 _accessibilityManagerActionReadPreviousEventHandler += value;
1221 _accessibilityManagerActionReadPreviousEventCallbackDelegate = new ActionReadPreviousEventCallbackDelegate(OnActionReadPrevious);
1222 this.ActionReadPreviousSignal().Connect(_accessibilityManagerActionReadPreviousEventCallbackDelegate);
1231 if (_accessibilityManagerActionReadPreviousEventHandler != null)
1233 this.ActionReadPreviousSignal().Disconnect(_accessibilityManagerActionReadPreviousEventCallbackDelegate);
1236 _accessibilityManagerActionReadPreviousEventHandler -= value;
1241 // Callback for AccessibilityManager ActionReadPreviousSignal
1242 private bool OnActionReadPrevious(IntPtr data)
1244 ActionReadPreviousEventArgs e = new ActionReadPreviousEventArgs();
1246 // Populate all members of "e" (ActionReadPreviousEventArgs) with real data
1247 e.AccessibilityManager = AccessibilityManager.GetAccessibilityManagerFromPtr(data);
1249 if (_accessibilityManagerActionReadPreviousEventHandler != null)
1251 //here we send all data to user event handlers
1252 return _accessibilityManagerActionReadPreviousEventHandler(this, e);
1257 public event DaliEventHandlerWithReturnType<object,ActionUpEventArgs,bool> ActionUp
1263 // Restricted to only one listener
1264 if (_accessibilityManagerActionUpEventHandler == null)
1266 _accessibilityManagerActionUpEventHandler += value;
1268 _accessibilityManagerActionUpEventCallbackDelegate = new ActionUpEventCallbackDelegate(OnActionUp);
1269 this.ActionUpSignal().Connect(_accessibilityManagerActionUpEventCallbackDelegate);
1278 if (_accessibilityManagerActionUpEventHandler != null)
1280 this.ActionUpSignal().Disconnect(_accessibilityManagerActionUpEventCallbackDelegate);
1283 _accessibilityManagerActionUpEventHandler -= value;
1288 // Callback for AccessibilityManager ActionUpSignal
1289 private bool OnActionUp(IntPtr data)
1291 ActionUpEventArgs e = new ActionUpEventArgs();
1293 // Populate all members of "e" (ActionUpEventArgs) with real data
1294 e.AccessibilityManager = AccessibilityManager.GetAccessibilityManagerFromPtr(data);
1296 if (_accessibilityManagerActionUpEventHandler != null)
1298 //here we send all data to user event handlers
1299 return _accessibilityManagerActionUpEventHandler(this, e);
1304 public event DaliEventHandlerWithReturnType<object,ActionDownEventArgs,bool> ActionDown
1310 // Restricted to only one listener
1311 if (_accessibilityManagerActionDownEventHandler == null)
1313 _accessibilityManagerActionDownEventHandler += value;
1315 _accessibilityManagerActionDownEventCallbackDelegate = new ActionDownEventCallbackDelegate(OnActionDown);
1316 this.ActionDownSignal().Connect(_accessibilityManagerActionDownEventCallbackDelegate);
1325 if (_accessibilityManagerActionDownEventHandler != null)
1327 this.ActionDownSignal().Disconnect(_accessibilityManagerActionDownEventCallbackDelegate);
1330 _accessibilityManagerActionDownEventHandler -= value;
1335 // Callback for AccessibilityManager ActionDownSignal
1336 private bool OnActionDown(IntPtr data)
1338 ActionDownEventArgs e = new ActionDownEventArgs();
1340 // Populate all members of "e" (ActionDownEventArgs) with real data
1341 e.AccessibilityManager = AccessibilityManager.GetAccessibilityManagerFromPtr(data);
1343 if (_accessibilityManagerActionDownEventHandler != null)
1345 //here we send all data to user event handlers
1346 return _accessibilityManagerActionDownEventHandler(this, e);
1351 public event DaliEventHandlerWithReturnType<object,ActionClearFocusEventArgs,bool> ActionClearFocus
1357 // Restricted to only one listener
1358 if (_accessibilityManagerActionClearFocusEventHandler == null)
1360 _accessibilityManagerActionClearFocusEventHandler += value;
1362 _accessibilityManagerActionClearFocusEventCallbackDelegate = new ActionClearFocusEventCallbackDelegate(OnActionClearFocus);
1363 this.ActionClearFocusSignal().Connect(_accessibilityManagerActionClearFocusEventCallbackDelegate);
1372 if (_accessibilityManagerActionClearFocusEventHandler != null)
1374 this.ActionClearFocusSignal().Disconnect(_accessibilityManagerActionClearFocusEventCallbackDelegate);
1377 _accessibilityManagerActionClearFocusEventHandler -= value;
1382 // Callback for AccessibilityManager ActionClearFocusSignal
1383 private bool OnActionClearFocus(IntPtr data)
1385 ActionClearFocusEventArgs e = new ActionClearFocusEventArgs();
1387 // Populate all members of "e" (ActionClearFocusEventArgs) with real data
1388 e.AccessibilityManager = AccessibilityManager.GetAccessibilityManagerFromPtr(data);
1390 if (_accessibilityManagerActionClearFocusEventHandler != null)
1392 //here we send all data to user event handlers
1393 return _accessibilityManagerActionClearFocusEventHandler(this, e);
1398 public event DaliEventHandlerWithReturnType<object,ActionBackEventArgs,bool> ActionBack
1404 // Restricted to only one listener
1405 if (_accessibilityManagerActionBackEventHandler == null)
1407 _accessibilityManagerActionBackEventHandler += value;
1409 _accessibilityManagerActionBackEventCallbackDelegate = new ActionBackEventCallbackDelegate(OnActionBack);
1410 this.ActionBackSignal().Connect(_accessibilityManagerActionBackEventCallbackDelegate);
1419 if (_accessibilityManagerActionBackEventHandler != null)
1421 this.ActionBackSignal().Disconnect(_accessibilityManagerActionBackEventCallbackDelegate);
1424 _accessibilityManagerActionBackEventHandler -= value;
1429 // Callback for AccessibilityManager ActionBackSignal
1430 private bool OnActionBack(IntPtr data)
1432 ActionBackEventArgs e = new ActionBackEventArgs();
1434 // Populate all members of "e" (ActionBackEventArgs) with real data
1435 e.AccessibilityManager = AccessibilityManager.GetAccessibilityManagerFromPtr(data);
1437 if (_accessibilityManagerActionBackEventHandler != null)
1439 //here we send all data to user event handlers
1440 return _accessibilityManagerActionBackEventHandler(this, e);
1445 public event DaliEventHandlerWithReturnType<object,ActionScrollUpEventArgs,bool> ActionScrollUp
1451 // Restricted to only one listener
1452 if (_accessibilityManagerActionScrollUpEventHandler == null)
1454 _accessibilityManagerActionScrollUpEventHandler += value;
1456 _accessibilityManagerActionScrollUpEventCallbackDelegate = new ActionScrollUpEventCallbackDelegate(OnActionScrollUp);
1457 this.ActionScrollUpSignal().Connect(_accessibilityManagerActionScrollUpEventCallbackDelegate);
1466 if (_accessibilityManagerActionScrollUpEventHandler != null)
1468 this.ActionScrollUpSignal().Disconnect(_accessibilityManagerActionScrollUpEventCallbackDelegate);
1471 _accessibilityManagerActionScrollUpEventHandler -= value;
1476 // Callback for AccessibilityManager ActionScrollUpSignal
1477 private bool OnActionScrollUp(IntPtr data)
1479 ActionScrollUpEventArgs e = new ActionScrollUpEventArgs();
1481 // Populate all members of "e" (ActionScrollUpEventArgs) with real data
1482 e.AccessibilityManager = AccessibilityManager.GetAccessibilityManagerFromPtr(data);
1484 if (_accessibilityManagerActionScrollUpEventHandler != null)
1486 //here we send all data to user event handlers
1487 return _accessibilityManagerActionScrollUpEventHandler(this, e);
1492 public event DaliEventHandlerWithReturnType<object,ActionScrollDownEventArgs,bool> ActionScrollDown
1498 // Restricted to only one listener
1499 if (_accessibilityManagerActionScrollDownEventHandler == null)
1501 _accessibilityManagerActionScrollDownEventHandler += value;
1503 _accessibilityManagerActionScrollDownEventCallbackDelegate = new ActionScrollDownEventCallbackDelegate(OnActionScrollDown);
1504 this.ActionScrollDownSignal().Connect(_accessibilityManagerActionScrollDownEventCallbackDelegate);
1513 if (_accessibilityManagerActionScrollDownEventHandler != null)
1515 this.ActionScrollDownSignal().Disconnect(_accessibilityManagerActionScrollDownEventCallbackDelegate);
1518 _accessibilityManagerActionScrollDownEventHandler -= value;
1523 // Callback for AccessibilityManager ActionScrollDownSignal
1524 private bool OnActionScrollDown(IntPtr data)
1526 ActionScrollDownEventArgs e = new ActionScrollDownEventArgs();
1528 // Populate all members of "e" (ActionScrollDownEventArgs) with real data
1529 e.AccessibilityManager = AccessibilityManager.GetAccessibilityManagerFromPtr(data);
1531 if (_accessibilityManagerActionScrollDownEventHandler != null)
1533 //here we send all data to user event handlers
1534 return _accessibilityManagerActionScrollDownEventHandler(this, e);
1540 public event DaliEventHandlerWithReturnType<object,ActionPageLeftEventArgs,bool> ActionPageLeft
1546 // Restricted to only one listener
1547 if (_accessibilityManagerActionPageLeftEventHandler == null)
1549 _accessibilityManagerActionPageLeftEventHandler += value;
1551 _accessibilityManagerActionPageLeftEventCallbackDelegate = new ActionPageLeftEventCallbackDelegate(OnActionPageLeft);
1552 this.ActionPageLeftSignal().Connect(_accessibilityManagerActionPageLeftEventCallbackDelegate);
1561 if (_accessibilityManagerActionPageLeftEventHandler != null)
1563 this.ActionPageLeftSignal().Disconnect(_accessibilityManagerActionPageLeftEventCallbackDelegate);
1566 _accessibilityManagerActionPageLeftEventHandler -= value;
1571 // Callback for AccessibilityManager ActionPageLeftSignal
1572 private bool OnActionPageLeft(IntPtr data)
1574 ActionPageLeftEventArgs e = new ActionPageLeftEventArgs();
1576 // Populate all members of "e" (ActionPageLeftEventArgs) with real data
1577 e.AccessibilityManager = AccessibilityManager.GetAccessibilityManagerFromPtr(data);
1579 if (_accessibilityManagerActionPageLeftEventHandler != null)
1581 //here we send all data to user event handlers
1582 return _accessibilityManagerActionPageLeftEventHandler(this, e);
1587 public event DaliEventHandlerWithReturnType<object,ActionPageRightEventArgs,bool> ActionPageRight
1593 // Restricted to only one listener
1594 if (_accessibilityManagerActionPageRightEventHandler == null)
1596 _accessibilityManagerActionPageRightEventHandler += value;
1598 _accessibilityManagerActionPageRightEventCallbackDelegate = new ActionPageRightEventCallbackDelegate(OnActionPageRight);
1599 this.ActionPageRightSignal().Connect(_accessibilityManagerActionPageRightEventCallbackDelegate);
1608 if (_accessibilityManagerActionPageRightEventHandler != null)
1610 this.ActionPageRightSignal().Disconnect(_accessibilityManagerActionPageRightEventCallbackDelegate);
1613 _accessibilityManagerActionPageRightEventHandler -= value;
1618 // Callback for AccessibilityManager ActionPageRightSignal
1619 private bool OnActionPageRight(IntPtr data)
1621 ActionPageRightEventArgs e = new ActionPageRightEventArgs();
1623 // Populate all members of "e" (ActionPageRightEventArgs) with real data
1624 e.AccessibilityManager = AccessibilityManager.GetAccessibilityManagerFromPtr(data);
1626 if (_accessibilityManagerActionPageRightEventHandler != null)
1628 //here we send all data to user event handlers
1629 return _accessibilityManagerActionPageRightEventHandler(this, e);
1634 public event DaliEventHandlerWithReturnType<object,ActionPageUpEventArgs, bool> ActionPageUp
1640 // Restricted to only one listener
1641 if (_accessibilityManagerActionPageUpEventHandler == null)
1643 _accessibilityManagerActionPageUpEventHandler += value;
1645 _accessibilityManagerActionPageUpEventCallbackDelegate = new ActionPageUpEventCallbackDelegate(OnActionPageUp);
1646 this.ActionPageUpSignal().Connect(_accessibilityManagerActionPageUpEventCallbackDelegate);
1655 if (_accessibilityManagerActionPageUpEventHandler != null)
1657 this.ActionPageUpSignal().Disconnect(_accessibilityManagerActionPageUpEventCallbackDelegate);
1660 _accessibilityManagerActionPageUpEventHandler -= value;
1665 // Callback for AccessibilityManager ActionPageUpSignal
1666 private bool OnActionPageUp(IntPtr data)
1668 ActionPageUpEventArgs e = new ActionPageUpEventArgs();
1670 // Populate all members of "e" (ActionPageUpEventArgs) with real data
1671 e.AccessibilityManager = AccessibilityManager.GetAccessibilityManagerFromPtr(data);
1673 if (_accessibilityManagerActionPageUpEventHandler != null)
1675 //here we send all data to user event handlers
1676 return _accessibilityManagerActionPageUpEventHandler(this, e);
1682 public event DaliEventHandlerWithReturnType<object,ActionPageDownEventArgs,bool> ActionPageDown
1688 // Restricted to only one listener
1689 if (_accessibilityManagerActionPageDownEventHandler == null)
1691 _accessibilityManagerActionPageDownEventHandler += value;
1693 _accessibilityManagerActionPageDownEventCallbackDelegate = new ActionPageDownEventCallbackDelegate(OnActionPageDown);
1694 this.ActionPageDownSignal().Connect(_accessibilityManagerActionPageDownEventCallbackDelegate);
1703 if (_accessibilityManagerActionPageDownEventHandler != null)
1705 this.ActionPageDownSignal().Disconnect(_accessibilityManagerActionPageDownEventCallbackDelegate);
1708 _accessibilityManagerActionPageDownEventHandler -= value;
1713 // Callback for AccessibilityManager ActionPageDownSignal
1714 private bool OnActionPageDown(IntPtr data)
1716 ActionPageDownEventArgs e = new ActionPageDownEventArgs();
1718 // Populate all members of "e" (ActionPageDownEventArgs) with real data
1719 e.AccessibilityManager = AccessibilityManager.GetAccessibilityManagerFromPtr(data);
1721 if (_accessibilityManagerActionPageDownEventHandler != null)
1723 //here we send all data to user event handlers
1724 return _accessibilityManagerActionPageDownEventHandler(this, e);
1730 public event DaliEventHandlerWithReturnType<object,ActionMoveToFirstEventArgs,bool> ActionMoveToFirst
1736 // Restricted to only one listener
1737 if (_accessibilityManagerActionMoveToFirstEventHandler == null)
1739 _accessibilityManagerActionMoveToFirstEventHandler += value;
1741 _accessibilityManagerActionMoveToFirstEventCallbackDelegate = new ActionMoveToFirstEventCallbackDelegate(OnActionMoveToFirst);
1742 this.ActionMoveToFirstSignal().Connect(_accessibilityManagerActionMoveToFirstEventCallbackDelegate);
1751 if (_accessibilityManagerActionMoveToFirstEventHandler != null)
1753 this.ActionMoveToFirstSignal().Disconnect(_accessibilityManagerActionMoveToFirstEventCallbackDelegate);
1756 _accessibilityManagerActionMoveToFirstEventHandler -= value;
1761 // Callback for AccessibilityManager ActionMoveToFirstSignal
1762 private bool OnActionMoveToFirst(IntPtr data)
1764 ActionMoveToFirstEventArgs e = new ActionMoveToFirstEventArgs();
1766 // Populate all members of "e" (ActionMoveToFirstEventArgs) with real data
1767 e.AccessibilityManager = AccessibilityManager.GetAccessibilityManagerFromPtr(data);
1769 if (_accessibilityManagerActionMoveToFirstEventHandler != null)
1771 //here we send all data to user event handlers
1772 return _accessibilityManagerActionMoveToFirstEventHandler(this, e);
1777 public event DaliEventHandlerWithReturnType<object,ActionMoveToLastEventArgs,bool> ActionMoveToLast
1783 // Restricted to only one listener
1784 if (_accessibilityManagerActionMoveToLastEventHandler == null)
1786 _accessibilityManagerActionMoveToLastEventHandler += value;
1788 _accessibilityManagerActionMoveToLastEventCallbackDelegate = new ActionMoveToLastEventCallbackDelegate(OnActionMoveToLast);
1789 this.ActionMoveToLastSignal().Connect(_accessibilityManagerActionMoveToLastEventCallbackDelegate);
1798 if (_accessibilityManagerActionMoveToLastEventHandler != null)
1800 this.ActionMoveToLastSignal().Disconnect(_accessibilityManagerActionMoveToLastEventCallbackDelegate);
1803 _accessibilityManagerActionMoveToLastEventHandler -= value;
1808 // Callback for AccessibilityManager ActionMoveToLastSignal
1809 private bool OnActionMoveToLast(IntPtr data)
1811 ActionMoveToLastEventArgs e = new ActionMoveToLastEventArgs();
1813 // Populate all members of "e" (ActionMoveToLastEventArgs) with real data
1814 e.AccessibilityManager = AccessibilityManager.GetAccessibilityManagerFromPtr(data);
1816 if (_accessibilityManagerActionMoveToLastEventHandler != null)
1818 //here we send all data to user event handlers
1819 return _accessibilityManagerActionMoveToLastEventHandler(this, e);
1824 public event DaliEventHandlerWithReturnType<object,ActionReadFromTopEventArgs,bool> ActionReadFromTop
1830 // Restricted to only one listener
1831 if (_accessibilityManagerActionReadFromTopEventHandler == null)
1833 _accessibilityManagerActionReadFromTopEventHandler += value;
1835 _accessibilityManagerActionReadFromTopEventCallbackDelegate = new ActionReadFromTopEventCallbackDelegate(OnActionReadFromTop);
1836 this.ActionReadFromTopSignal().Connect(_accessibilityManagerActionReadFromTopEventCallbackDelegate);
1845 if (_accessibilityManagerActionReadFromTopEventHandler != null)
1847 this.ActionReadFromTopSignal().Disconnect(_accessibilityManagerActionReadFromTopEventCallbackDelegate);
1850 _accessibilityManagerActionReadFromTopEventHandler -= value;
1855 // Callback for AccessibilityManager ActionReadFromTopSignal
1856 private bool OnActionReadFromTop(IntPtr data)
1858 ActionReadFromTopEventArgs e = new ActionReadFromTopEventArgs();
1860 // Populate all members of "e" (ActionReadFromTopEventArgs) with real data
1861 e.AccessibilityManager = AccessibilityManager.GetAccessibilityManagerFromPtr(data);
1863 if (_accessibilityManagerActionReadFromTopEventHandler != null)
1865 //here we send all data to user event handlers
1866 return _accessibilityManagerActionReadFromTopEventHandler(this, e);
1871 public event DaliEventHandlerWithReturnType<object,ActionReadFromNextEventArgs,bool> ActionReadFromNext
1877 // Restricted to only one listener
1878 if (_accessibilityManagerActionReadFromNextEventHandler == null)
1880 _accessibilityManagerActionReadFromNextEventHandler += value;
1882 _accessibilityManagerActionReadFromNextEventCallbackDelegate = new ActionReadFromNextEventCallbackDelegate(OnActionReadFromNext);
1883 this.ActionReadFromNextSignal().Connect(_accessibilityManagerActionReadFromNextEventCallbackDelegate);
1892 if (_accessibilityManagerActionReadFromNextEventHandler != null)
1894 this.ActionReadFromNextSignal().Disconnect(_accessibilityManagerActionReadFromNextEventCallbackDelegate);
1897 _accessibilityManagerActionReadFromNextEventHandler -= value;
1902 // Callback for AccessibilityManager ActionReadFromNextSignal
1903 private bool OnActionReadFromNext(IntPtr data)
1905 ActionReadFromNextEventArgs e = new ActionReadFromNextEventArgs();
1907 // Populate all members of "e" (ActionReadFromNextEventArgs) with real data
1908 e.AccessibilityManager = AccessibilityManager.GetAccessibilityManagerFromPtr(data);
1910 if (_accessibilityManagerActionReadFromNextEventHandler != null)
1912 //here we send all data to user event handlers
1913 return _accessibilityManagerActionReadFromNextEventHandler(this, e);
1918 public event DaliEventHandlerWithReturnType<object,ActionZoomEventArgs,bool> ActionZoom
1924 // Restricted to only one listener
1925 if (_accessibilityManagerActionZoomEventHandler == null)
1927 _accessibilityManagerActionZoomEventHandler += value;
1929 _accessibilityManagerActionZoomEventCallbackDelegate = new ActionZoomEventCallbackDelegate(OnActionZoom);
1930 this.ActionZoomSignal().Connect(_accessibilityManagerActionZoomEventCallbackDelegate);
1939 if (_accessibilityManagerActionZoomEventHandler != null)
1941 this.ActionZoomSignal().Disconnect(_accessibilityManagerActionZoomEventCallbackDelegate);
1944 _accessibilityManagerActionZoomEventHandler -= value;
1949 // Callback for AccessibilityManager ActionZoomSignal
1950 private bool OnActionZoom(IntPtr data)
1952 ActionZoomEventArgs e = new ActionZoomEventArgs();
1954 // Populate all members of "e" (ActionZoomEventArgs) with real data
1955 e.AccessibilityManager = AccessibilityManager.GetAccessibilityManagerFromPtr(data);
1957 if (_accessibilityManagerActionZoomEventHandler != null)
1959 //here we send all data to user event handlers
1960 return _accessibilityManagerActionZoomEventHandler(this, e);
1965 public event DaliEventHandlerWithReturnType<object,ActionReadIndicatorInformationEventArgs,bool> ActionReadIndicatorInformation
1971 // Restricted to only one listener
1972 if (_accessibilityManagerActionReadIndicatorInformationEventHandler == null)
1974 _accessibilityManagerActionReadIndicatorInformationEventHandler += value;
1976 _accessibilityManagerActionReadIndicatorInformationEventCallbackDelegate = new ActionReadIndicatorInformationEventCallbackDelegate(OnActionReadIndicatorInformation);
1977 this.ActionReadIndicatorInformationSignal().Connect(_accessibilityManagerActionReadIndicatorInformationEventCallbackDelegate);
1986 if (_accessibilityManagerActionReadIndicatorInformationEventHandler != null)
1988 this.ActionReadIndicatorInformationSignal().Disconnect(_accessibilityManagerActionReadIndicatorInformationEventCallbackDelegate);
1991 _accessibilityManagerActionReadIndicatorInformationEventHandler -= value;
1996 // Callback for AccessibilityManager ActionReadIndicatorInformationSignal
1997 private bool OnActionReadIndicatorInformation(IntPtr data)
1999 ActionReadIndicatorInformationEventArgs e = new ActionReadIndicatorInformationEventArgs();
2001 // Populate all members of "e" (ActionReadIndicatorInformationEventArgs) with real data
2002 e.AccessibilityManager = AccessibilityManager.GetAccessibilityManagerFromPtr(data);
2004 if (_accessibilityManagerActionReadIndicatorInformationEventHandler != null)
2006 //here we send all data to user event handlers
2007 return _accessibilityManagerActionReadIndicatorInformationEventHandler(this, e);
2012 public event DaliEventHandlerWithReturnType<object,ActionReadPauseResumeEventArgs,bool> ActionReadPauseResume
2018 // Restricted to only one listener
2019 if (_accessibilityManagerActionReadPauseResumeEventHandler == null)
2021 _accessibilityManagerActionReadPauseResumeEventHandler += value;
2023 _accessibilityManagerActionReadPauseResumeEventCallbackDelegate = new ActionReadPauseResumeEventCallbackDelegate(OnActionReadPauseResume);
2024 this.ActionReadPauseResumeSignal().Connect(_accessibilityManagerActionReadPauseResumeEventCallbackDelegate);
2033 if (_accessibilityManagerActionReadPauseResumeEventHandler != null)
2035 this.ActionReadPauseResumeSignal().Disconnect(_accessibilityManagerActionReadPauseResumeEventCallbackDelegate);
2038 _accessibilityManagerActionReadPauseResumeEventHandler -= value;
2043 // Callback for AccessibilityManager ActionReadPauseResumeSignal
2044 private bool OnActionReadPauseResume(IntPtr data)
2046 ActionReadPauseResumeEventArgs e = new ActionReadPauseResumeEventArgs();
2048 // Populate all members of "e" (ActionReadPauseResumeEventArgs) with real data
2049 e.AccessibilityManager = AccessibilityManager.GetAccessibilityManagerFromPtr(data);
2051 if (_accessibilityManagerActionReadPauseResumeEventHandler != null)
2053 //here we send all data to user event handlers
2054 return _accessibilityManagerActionReadPauseResumeEventHandler(this, e);
2059 public event DaliEventHandlerWithReturnType<object,ActionStartStopEventArgs,bool> ActionStartStop
2065 // Restricted to only one listener
2066 if (_accessibilityManagerActionStartStopEventHandler == null)
2068 _accessibilityManagerActionStartStopEventHandler += value;
2070 _accessibilityManagerActionStartStopEventCallbackDelegate = new ActionStartStopEventCallbackDelegate(OnActionStartStop);
2071 this.ActionStartStopSignal().Connect(_accessibilityManagerActionStartStopEventCallbackDelegate);
2080 if (_accessibilityManagerActionStartStopEventHandler != null)
2082 this.ActionStartStopSignal().Disconnect(_accessibilityManagerActionStartStopEventCallbackDelegate);
2085 _accessibilityManagerActionStartStopEventHandler -= value;
2090 // Callback for AccessibilityManager ActionStartStopSignal
2091 private bool OnActionStartStop(IntPtr data)
2093 ActionStartStopEventArgs e = new ActionStartStopEventArgs();
2095 // Populate all members of "e" (ActionStartStopEventArgs) with real data
2096 e.AccessibilityManager = AccessibilityManager.GetAccessibilityManagerFromPtr(data);
2098 if (_accessibilityManagerActionStartStopEventHandler != null)
2100 //here we send all data to user event handlers
2101 return _accessibilityManagerActionStartStopEventHandler(this, e);
2107 // To be replaced by a new event that takes Touch
2108 public event DaliEventHandlerWithReturnType<object,ActionScrollEventArgs,bool> ActionScroll
2114 // Restricted to only one listener
2115 if (_accessibilityManagerActionScrollEventHandler == null)
2117 _accessibilityManagerActionScrollEventHandler += value;
2119 _accessibilityManagerActionScrollEventCallbackDelegate = new ActionScrollEventCallbackDelegate(OnActionScroll);
2120 this.ActionScrollSignal().Connect(_accessibilityManagerActionScrollEventCallbackDelegate);
2129 if (_accessibilityManagerActionScrollEventHandler != null)
2131 this.ActionScrollSignal().Disconnect(_accessibilityManagerActionScrollEventCallbackDelegate);
2134 _accessibilityManagerActionScrollEventHandler -= value;
2139 // Callback for AccessibilityManager ActionScrollSignal
2140 private bool OnActionScroll(IntPtr accessibilityManager, IntPtr touchEvent)
2142 ActionScrollEventArgs e = new ActionScrollEventArgs();
2144 // Populate all members of "e" (ActionScrollEventArgs) with real data
2145 e.AccessibilityManager = AccessibilityManager.GetAccessibilityManagerFromPtr(accessibilityManager);
2146 e.TouchEvent = TouchEvent.GetTouchEventFromPtr(touchEvent);
2148 if (_accessibilityManagerActionScrollEventHandler != null)
2150 //here we send all data to user event handlers
2151 return _accessibilityManagerActionScrollEventHandler(this, e);
2157 public event DaliEventHandler<object,FocusChangedEventArgs> FocusChanged
2163 // Restricted to only one listener
2164 if (_accessibilityManagerFocusChangedEventHandler == null)
2166 _accessibilityManagerFocusChangedEventHandler += value;
2168 _accessibilityManagerFocusChangedEventCallbackDelegate = new FocusChangedEventCallbackDelegate(OnFocusChanged);
2169 this.FocusChangedSignal().Connect(_accessibilityManagerFocusChangedEventCallbackDelegate);
2178 if (_accessibilityManagerFocusChangedEventHandler != null)
2180 this.FocusChangedSignal().Disconnect(_accessibilityManagerFocusChangedEventCallbackDelegate);
2183 _accessibilityManagerFocusChangedEventHandler -= value;
2188 // Callback for AccessibilityManager FocusChangedSignal
2189 private void OnFocusChanged(IntPtr actor1, IntPtr actor2)
2191 FocusChangedEventArgs e = new FocusChangedEventArgs();
2193 // Populate all members of "e" (FocusChangedEventArgs) with real data
2194 e.ViewCurrent = View.GetViewFromPtr(actor1);
2195 e.ViewNext = View.GetViewFromPtr(actor2);
2197 if (_accessibilityManagerFocusChangedEventHandler != null)
2199 //here we send all data to user event handlers
2200 _accessibilityManagerFocusChangedEventHandler(this, e);
2204 public event DaliEventHandler<object,FocusedViewActivatedEventArgs> FocusedViewActivated
2210 // Restricted to only one listener
2211 if (_accessibilityManagerFocusedViewActivatedEventHandler == null)
2213 _accessibilityManagerFocusedViewActivatedEventHandler += value;
2215 _accessibilityManagerFocusedViewActivatedEventCallbackDelegate = new FocusedViewActivatedEventCallbackDelegate(OnFocusedViewActivated);
2216 this.FocusedViewActivatedSignal().Connect(_accessibilityManagerFocusedViewActivatedEventCallbackDelegate);
2225 if (_accessibilityManagerFocusedViewActivatedEventHandler != null)
2227 this.FocusedViewActivatedSignal().Disconnect(_accessibilityManagerFocusedViewActivatedEventCallbackDelegate);
2230 _accessibilityManagerFocusedViewActivatedEventHandler -= value;
2235 // Callback for AccessibilityManager FocusedViewActivatedSignal
2236 private void OnFocusedViewActivated(IntPtr actor)
2238 FocusedViewActivatedEventArgs e = new FocusedViewActivatedEventArgs();
2240 // Populate all members of "e" (FocusedViewActivatedEventArgs) with real data
2241 e.View = View.GetViewFromPtr(actor);
2243 if (_accessibilityManagerFocusedViewActivatedEventHandler != null)
2245 //here we send all data to user event handlers
2246 _accessibilityManagerFocusedViewActivatedEventHandler(this, e);
2251 public event DaliEventHandler<object,FocusOvershotEventArgs> FocusOvershot
2257 // Restricted to only one listener
2258 if (_accessibilityManagerFocusOvershotEventHandler == null)
2260 _accessibilityManagerFocusOvershotEventHandler += value;
2262 _accessibilityManagerFocusOvershotEventCallbackDelegate = new FocusOvershotEventCallbackDelegate(OnFocusOvershot);
2263 this.FocusOvershotSignal().Connect(_accessibilityManagerFocusOvershotEventCallbackDelegate);
2272 if (_accessibilityManagerFocusOvershotEventHandler != null)
2274 this.FocusOvershotSignal().Disconnect(_accessibilityManagerFocusOvershotEventCallbackDelegate);
2277 _accessibilityManagerFocusOvershotEventHandler -= value;
2282 // Callback for AccessibilityManager FocusOvershotSignal
2283 private void OnFocusOvershot(IntPtr currentFocusedView, AccessibilityManager.FocusOvershotDirection direction)
2285 FocusOvershotEventArgs e = new FocusOvershotEventArgs();
2287 // Populate all members of "e" (FocusOvershotEventArgs) with real data
2288 e.CurrentFocusedView = View.GetViewFromPtr(currentFocusedView);
2289 e.FocusOvershotDirection = direction;
2291 if (_accessibilityManagerFocusOvershotEventHandler != null)
2293 //here we send all data to user event handlers
2294 _accessibilityManagerFocusOvershotEventHandler(this, e);
2299 public static AccessibilityManager GetAccessibilityManagerFromPtr(global::System.IntPtr cPtr) {
2300 AccessibilityManager ret = new AccessibilityManager(cPtr, false);
2301 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2306 public AccessibilityManager() : this(NDalicPINVOKE.new_AccessibilityManager(), true) {
2307 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2310 public static AccessibilityManager Get() {
2311 AccessibilityManager ret = new AccessibilityManager(NDalicPINVOKE.AccessibilityManager_Get(), true);
2312 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2316 public void SetAccessibilityAttribute(View view, AccessibilityManager.AccessibilityAttribute type, string text) {
2317 NDalicPINVOKE.AccessibilityManager_SetAccessibilityAttribute(swigCPtr, View.getCPtr(view), (int)type, text);
2318 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2321 public string GetAccessibilityAttribute(View view, AccessibilityManager.AccessibilityAttribute type) {
2322 string ret = NDalicPINVOKE.AccessibilityManager_GetAccessibilityAttribute(swigCPtr, View.getCPtr(view), (int)type);
2323 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2327 public void SetFocusOrder(View view, uint order) {
2328 NDalicPINVOKE.AccessibilityManager_SetFocusOrder(swigCPtr, View.getCPtr(view), order);
2329 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2332 public uint GetFocusOrder(View view) {
2333 uint ret = NDalicPINVOKE.AccessibilityManager_GetFocusOrder(swigCPtr, View.getCPtr(view));
2334 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2338 public uint GenerateNewFocusOrder() {
2339 uint ret = NDalicPINVOKE.AccessibilityManager_GenerateNewFocusOrder(swigCPtr);
2340 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2344 public View GetViewByFocusOrder(uint order) {
2345 View ret = new View(NDalicPINVOKE.AccessibilityManager_GetActorByFocusOrder(swigCPtr, order), true);
2346 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2350 public bool SetCurrentFocusView(View view) {
2351 bool ret = NDalicPINVOKE.AccessibilityManager_SetCurrentFocusActor(swigCPtr, View.getCPtr(view));
2352 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2356 public View GetCurrentFocusView() {
2357 View ret = new View(NDalicPINVOKE.AccessibilityManager_GetCurrentFocusActor(swigCPtr), true);
2358 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2362 public View GetCurrentFocusGroup() {
2363 View ret = new View(NDalicPINVOKE.AccessibilityManager_GetCurrentFocusGroup(swigCPtr), true);
2364 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2368 public uint GetCurrentFocusOrder() {
2369 uint ret = NDalicPINVOKE.AccessibilityManager_GetCurrentFocusOrder(swigCPtr);
2370 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2374 public bool MoveFocusForward() {
2375 bool ret = NDalicPINVOKE.AccessibilityManager_MoveFocusForward(swigCPtr);
2376 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2380 public bool MoveFocusBackward() {
2381 bool ret = NDalicPINVOKE.AccessibilityManager_MoveFocusBackward(swigCPtr);
2382 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2386 public void ClearFocus() {
2387 NDalicPINVOKE.AccessibilityManager_ClearFocus(swigCPtr);
2388 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2391 public new void Reset() {
2392 NDalicPINVOKE.AccessibilityManager_Reset(swigCPtr);
2393 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2396 public void SetFocusGroup(View view, bool isFocusGroup) {
2397 NDalicPINVOKE.AccessibilityManager_SetFocusGroup(swigCPtr, View.getCPtr(view), isFocusGroup);
2398 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2401 public bool IsFocusGroup(View view) {
2402 bool ret = NDalicPINVOKE.AccessibilityManager_IsFocusGroup(swigCPtr, View.getCPtr(view));
2403 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2407 public void SetGroupMode(bool enabled) {
2408 NDalicPINVOKE.AccessibilityManager_SetGroupMode(swigCPtr, enabled);
2409 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2412 public bool GetGroupMode() {
2413 bool ret = NDalicPINVOKE.AccessibilityManager_GetGroupMode(swigCPtr);
2414 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2418 public void SetWrapMode(bool wrapped) {
2419 NDalicPINVOKE.AccessibilityManager_SetWrapMode(swigCPtr, wrapped);
2420 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2423 public bool GetWrapMode() {
2424 bool ret = NDalicPINVOKE.AccessibilityManager_GetWrapMode(swigCPtr);
2425 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2429 public void SetFocusIndicatorView(View indicator) {
2430 NDalicPINVOKE.AccessibilityManager_SetFocusIndicatorActor(swigCPtr, View.getCPtr(indicator));
2431 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2434 public View GetFocusIndicatorView() {
2435 View ret = new View(NDalicPINVOKE.AccessibilityManager_GetFocusIndicatorActor(swigCPtr), true);
2436 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2440 public View GetFocusGroup(View view) {
2441 View ret = new View(NDalicPINVOKE.AccessibilityManager_GetFocusGroup(swigCPtr, View.getCPtr(view)), true);
2442 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2446 public Vector2 GetReadPosition() {
2447 Vector2 ret = new Vector2(NDalicPINVOKE.AccessibilityManager_GetReadPosition(swigCPtr), true);
2448 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2452 public FocusChangedSignal FocusChangedSignal() {
2453 FocusChangedSignal ret = new FocusChangedSignal(NDalicPINVOKE.AccessibilityManager_FocusChangedSignal(swigCPtr), false);
2454 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2458 public AccessibilityFocusOvershotSignal FocusOvershotSignal() {
2459 AccessibilityFocusOvershotSignal ret = new AccessibilityFocusOvershotSignal(NDalicPINVOKE.AccessibilityManager_FocusOvershotSignal(swigCPtr), false);
2460 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2464 public ViewSignal FocusedViewActivatedSignal() {
2465 ViewSignal ret = new ViewSignal(NDalicPINVOKE.AccessibilityManager_FocusedActorActivatedSignal(swigCPtr), false);
2466 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2470 public AccessibilityActionSignal StatusChangedSignal() {
2471 AccessibilityActionSignal ret = new AccessibilityActionSignal(NDalicPINVOKE.AccessibilityManager_StatusChangedSignal(swigCPtr), false);
2472 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2476 public AccessibilityActionSignal ActionNextSignal() {
2477 AccessibilityActionSignal ret = new AccessibilityActionSignal(NDalicPINVOKE.AccessibilityManager_ActionNextSignal(swigCPtr), false);
2478 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2482 public AccessibilityActionSignal ActionPreviousSignal() {
2483 AccessibilityActionSignal ret = new AccessibilityActionSignal(NDalicPINVOKE.AccessibilityManager_ActionPreviousSignal(swigCPtr), false);
2484 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2488 public AccessibilityActionSignal ActionActivateSignal() {
2489 AccessibilityActionSignal ret = new AccessibilityActionSignal(NDalicPINVOKE.AccessibilityManager_ActionActivateSignal(swigCPtr), false);
2490 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2494 public AccessibilityActionSignal ActionReadSignal() {
2495 AccessibilityActionSignal ret = new AccessibilityActionSignal(NDalicPINVOKE.AccessibilityManager_ActionReadSignal(swigCPtr), false);
2496 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2500 public AccessibilityActionSignal ActionOverSignal() {
2501 AccessibilityActionSignal ret = new AccessibilityActionSignal(NDalicPINVOKE.AccessibilityManager_ActionOverSignal(swigCPtr), false);
2502 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2506 public AccessibilityActionSignal ActionReadNextSignal() {
2507 AccessibilityActionSignal ret = new AccessibilityActionSignal(NDalicPINVOKE.AccessibilityManager_ActionReadNextSignal(swigCPtr), false);
2508 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2512 public AccessibilityActionSignal ActionReadPreviousSignal() {
2513 AccessibilityActionSignal ret = new AccessibilityActionSignal(NDalicPINVOKE.AccessibilityManager_ActionReadPreviousSignal(swigCPtr), false);
2514 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2518 public AccessibilityActionSignal ActionUpSignal() {
2519 AccessibilityActionSignal ret = new AccessibilityActionSignal(NDalicPINVOKE.AccessibilityManager_ActionUpSignal(swigCPtr), false);
2520 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2524 public AccessibilityActionSignal ActionDownSignal() {
2525 AccessibilityActionSignal ret = new AccessibilityActionSignal(NDalicPINVOKE.AccessibilityManager_ActionDownSignal(swigCPtr), false);
2526 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2530 public AccessibilityActionSignal ActionClearFocusSignal() {
2531 AccessibilityActionSignal ret = new AccessibilityActionSignal(NDalicPINVOKE.AccessibilityManager_ActionClearFocusSignal(swigCPtr), false);
2532 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2536 public AccessibilityActionSignal ActionBackSignal() {
2537 AccessibilityActionSignal ret = new AccessibilityActionSignal(NDalicPINVOKE.AccessibilityManager_ActionBackSignal(swigCPtr), false);
2538 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2542 public AccessibilityActionSignal ActionScrollUpSignal() {
2543 AccessibilityActionSignal ret = new AccessibilityActionSignal(NDalicPINVOKE.AccessibilityManager_ActionScrollUpSignal(swigCPtr), false);
2544 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2548 public AccessibilityActionSignal ActionScrollDownSignal() {
2549 AccessibilityActionSignal ret = new AccessibilityActionSignal(NDalicPINVOKE.AccessibilityManager_ActionScrollDownSignal(swigCPtr), false);
2550 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2554 public AccessibilityActionSignal ActionPageLeftSignal() {
2555 AccessibilityActionSignal ret = new AccessibilityActionSignal(NDalicPINVOKE.AccessibilityManager_ActionPageLeftSignal(swigCPtr), false);
2556 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2560 public AccessibilityActionSignal ActionPageRightSignal() {
2561 AccessibilityActionSignal ret = new AccessibilityActionSignal(NDalicPINVOKE.AccessibilityManager_ActionPageRightSignal(swigCPtr), false);
2562 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2566 public AccessibilityActionSignal ActionPageUpSignal() {
2567 AccessibilityActionSignal ret = new AccessibilityActionSignal(NDalicPINVOKE.AccessibilityManager_ActionPageUpSignal(swigCPtr), false);
2568 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2572 public AccessibilityActionSignal ActionPageDownSignal() {
2573 AccessibilityActionSignal ret = new AccessibilityActionSignal(NDalicPINVOKE.AccessibilityManager_ActionPageDownSignal(swigCPtr), false);
2574 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2578 public AccessibilityActionSignal ActionMoveToFirstSignal() {
2579 AccessibilityActionSignal ret = new AccessibilityActionSignal(NDalicPINVOKE.AccessibilityManager_ActionMoveToFirstSignal(swigCPtr), false);
2580 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2584 public AccessibilityActionSignal ActionMoveToLastSignal() {
2585 AccessibilityActionSignal ret = new AccessibilityActionSignal(NDalicPINVOKE.AccessibilityManager_ActionMoveToLastSignal(swigCPtr), false);
2586 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2590 public AccessibilityActionSignal ActionReadFromTopSignal() {
2591 AccessibilityActionSignal ret = new AccessibilityActionSignal(NDalicPINVOKE.AccessibilityManager_ActionReadFromTopSignal(swigCPtr), false);
2592 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2596 public AccessibilityActionSignal ActionReadFromNextSignal() {
2597 AccessibilityActionSignal ret = new AccessibilityActionSignal(NDalicPINVOKE.AccessibilityManager_ActionReadFromNextSignal(swigCPtr), false);
2598 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2602 public AccessibilityActionSignal ActionZoomSignal() {
2603 AccessibilityActionSignal ret = new AccessibilityActionSignal(NDalicPINVOKE.AccessibilityManager_ActionZoomSignal(swigCPtr), false);
2604 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2608 public AccessibilityActionSignal ActionReadIndicatorInformationSignal() {
2609 AccessibilityActionSignal ret = new AccessibilityActionSignal(NDalicPINVOKE.AccessibilityManager_ActionReadIndicatorInformationSignal(swigCPtr), false);
2610 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2614 public AccessibilityActionSignal ActionReadPauseResumeSignal() {
2615 AccessibilityActionSignal ret = new AccessibilityActionSignal(NDalicPINVOKE.AccessibilityManager_ActionReadPauseResumeSignal(swigCPtr), false);
2616 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2620 public AccessibilityActionSignal ActionStartStopSignal() {
2621 AccessibilityActionSignal ret = new AccessibilityActionSignal(NDalicPINVOKE.AccessibilityManager_ActionStartStopSignal(swigCPtr), false);
2622 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2626 public SWIGTYPE_p_Dali__SignalT_bool_fDali__Toolkit__AccessibilityManager_R_Dali__TouchEvent_const_RF_t ActionScrollSignal() {
2627 SWIGTYPE_p_Dali__SignalT_bool_fDali__Toolkit__AccessibilityManager_R_Dali__TouchEvent_const_RF_t ret = new SWIGTYPE_p_Dali__SignalT_bool_fDali__Toolkit__AccessibilityManager_R_Dali__TouchEvent_const_RF_t(NDalicPINVOKE.AccessibilityManager_ActionScrollSignal(swigCPtr), false);
2628 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
2632 public enum AccessibilityAttribute {
2633 ACCESSIBILITY_LABEL = 0,
2634 ACCESSIBILITY_TRAIT,
2635 ACCESSIBILITY_VALUE,
2637 ACCESSIBILITY_ATTRIBUTE_NUM
2640 public enum FocusOvershotDirection {
2641 OVERSHOT_PREVIOUS = -1,