X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-swig%2FSWIG%2Fevents%2Faccessibilitymanager-event.i;h=34a6a51e441b634ff5887b5aa4ac408041aeec5a;hb=b4c97a599d6c3c369584d96cc1cfcfa575107e78;hp=f28e3ca4528879538cbf827374546d26bd66dccb;hpb=5bdacbc181f88698499b69199b584d05a2791454;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/plugins/dali-swig/SWIG/events/accessibilitymanager-event.i b/plugins/dali-swig/SWIG/events/accessibilitymanager-event.i index f28e3ca..34a6a51 100644 --- a/plugins/dali-swig/SWIG/events/accessibilitymanager-event.i +++ b/plugins/dali-swig/SWIG/events/accessibilitymanager-event.i @@ -578,6 +578,8 @@ * @brief Event arguments that passed via ActionScroll signal * */ +/* + // To be replaced by a new event that takes Touch public class ActionScrollEventArgs : EventArgs { private AccessibilityManager _accessibilityManager; @@ -607,6 +609,7 @@ } } } +*/ /** * @brief Event arguments that passed via ActionPageUp signal @@ -829,10 +832,13 @@ private DaliEventHandlerWithReturnType _accessibilityManagerActionStartStopEventHandler; private ActionStartStopEventCallbackDelegate _accessibilityManagerActionStartStopEventCallbackDelegate; +/* + // To be replaced by a new event that takes Touch [UnmanagedFunctionPointer(CallingConvention.StdCall)] private delegate bool ActionScrollEventCallbackDelegate(IntPtr accessibilityManager, IntPtr touchEvent); private DaliEventHandlerWithReturnType _accessibilityManagerActionScrollEventHandler; private ActionScrollEventCallbackDelegate _accessibilityManagerActionScrollEventCallbackDelegate; +*/ [UnmanagedFunctionPointer(CallingConvention.StdCall)] private delegate void FocusChangedEventCallbackDelegate(IntPtr actor1, IntPtr actor2); @@ -891,7 +897,7 @@ if (_accessibilityManagerStatusChangedEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerStatusChangedEventHandler(this, e, true); + return _accessibilityManagerStatusChangedEventHandler(this, e); } return false; } @@ -938,7 +944,7 @@ if (_accessibilityManagerActionNextEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionNextEventHandler(this, e, true); + return _accessibilityManagerActionNextEventHandler(this, e); } return false; } @@ -985,7 +991,7 @@ if (_accessibilityManagerActionPreviousEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionPreviousEventHandler(this, e, true); + return _accessibilityManagerActionPreviousEventHandler(this, e); } return false; } @@ -1032,7 +1038,7 @@ if (_accessibilityManagerActionActivateEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionActivateEventHandler(this, e, true); + return _accessibilityManagerActionActivateEventHandler(this, e); } return false; } @@ -1079,7 +1085,7 @@ if (_accessibilityManagerActionReadEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionReadEventHandler(this, e, true); + return _accessibilityManagerActionReadEventHandler(this, e); } return false; } @@ -1126,7 +1132,7 @@ if (_accessibilityManagerActionOverEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionOverEventHandler(this, e, true); + return _accessibilityManagerActionOverEventHandler(this, e); } return false; } @@ -1173,7 +1179,7 @@ if (_accessibilityManagerActionReadNextEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionReadNextEventHandler(this, e, true); + return _accessibilityManagerActionReadNextEventHandler(this, e); } return false; } @@ -1221,7 +1227,7 @@ if (_accessibilityManagerActionReadPreviousEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionReadPreviousEventHandler(this, e, true); + return _accessibilityManagerActionReadPreviousEventHandler(this, e); } return false; } @@ -1268,7 +1274,7 @@ if (_accessibilityManagerActionUpEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionUpEventHandler(this, e, true); + return _accessibilityManagerActionUpEventHandler(this, e); } return false; } @@ -1315,7 +1321,7 @@ if (_accessibilityManagerActionDownEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionDownEventHandler(this, e, true); + return _accessibilityManagerActionDownEventHandler(this, e); } return false; } @@ -1362,7 +1368,7 @@ if (_accessibilityManagerActionClearFocusEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionClearFocusEventHandler(this, e, true); + return _accessibilityManagerActionClearFocusEventHandler(this, e); } return false; } @@ -1409,7 +1415,7 @@ if (_accessibilityManagerActionBackEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionBackEventHandler(this, e, true); + return _accessibilityManagerActionBackEventHandler(this, e); } return false; } @@ -1456,7 +1462,7 @@ if (_accessibilityManagerActionScrollUpEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionScrollUpEventHandler(this, e, true); + return _accessibilityManagerActionScrollUpEventHandler(this, e); } return false; } @@ -1503,7 +1509,7 @@ if (_accessibilityManagerActionScrollDownEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionScrollDownEventHandler(this, e, true); + return _accessibilityManagerActionScrollDownEventHandler(this, e); } return false; } @@ -1551,7 +1557,7 @@ if (_accessibilityManagerActionPageLeftEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionPageLeftEventHandler(this, e, true); + return _accessibilityManagerActionPageLeftEventHandler(this, e); } return false; } @@ -1598,7 +1604,7 @@ if (_accessibilityManagerActionPageRightEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionPageRightEventHandler(this, e, true); + return _accessibilityManagerActionPageRightEventHandler(this, e); } return false; } @@ -1645,7 +1651,7 @@ if (_accessibilityManagerActionPageUpEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionPageUpEventHandler(this, e, true); + return _accessibilityManagerActionPageUpEventHandler(this, e); } return false; } @@ -1693,7 +1699,7 @@ if (_accessibilityManagerActionPageDownEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionPageDownEventHandler(this, e, true); + return _accessibilityManagerActionPageDownEventHandler(this, e); } return false; } @@ -1741,7 +1747,7 @@ if (_accessibilityManagerActionMoveToFirstEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionMoveToFirstEventHandler(this, e, true); + return _accessibilityManagerActionMoveToFirstEventHandler(this, e); } return false; } @@ -1788,7 +1794,7 @@ if (_accessibilityManagerActionMoveToLastEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionMoveToLastEventHandler(this, e, true); + return _accessibilityManagerActionMoveToLastEventHandler(this, e); } return false; } @@ -1835,7 +1841,7 @@ if (_accessibilityManagerActionReadFromTopEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionReadFromTopEventHandler(this, e, true); + return _accessibilityManagerActionReadFromTopEventHandler(this, e); } return false; } @@ -1882,7 +1888,7 @@ if (_accessibilityManagerActionReadFromNextEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionReadFromNextEventHandler(this, e, true); + return _accessibilityManagerActionReadFromNextEventHandler(this, e); } return false; } @@ -1929,7 +1935,7 @@ if (_accessibilityManagerActionZoomEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionZoomEventHandler(this, e, true); + return _accessibilityManagerActionZoomEventHandler(this, e); } return false; } @@ -1976,7 +1982,7 @@ if (_accessibilityManagerActionReadIndicatorInformationEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionReadIndicatorInformationEventHandler(this, e, true); + return _accessibilityManagerActionReadIndicatorInformationEventHandler(this, e); } return false; } @@ -2023,7 +2029,7 @@ if (_accessibilityManagerActionReadPauseResumeEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionReadPauseResumeEventHandler(this, e, true); + return _accessibilityManagerActionReadPauseResumeEventHandler(this, e); } return false; } @@ -2070,11 +2076,13 @@ if (_accessibilityManagerActionStartStopEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionStartStopEventHandler(this, e, true); + return _accessibilityManagerActionStartStopEventHandler(this, e); } return false; } +/* + // To be replaced by a new event that takes Touch public event DaliEventHandlerWithReturnType ActionScroll { add @@ -2118,10 +2126,11 @@ if (_accessibilityManagerActionScrollEventHandler != null) { //here we send all data to user event handlers - return _accessibilityManagerActionScrollEventHandler(this, e, true); + return _accessibilityManagerActionScrollEventHandler(this, e); } return false; } +*/ public event DaliEventHandler FocusChanged {