{
private global::System.Runtime.InteropServices.HandleRef swigCPtr;
- internal ImfManager(IntPtr cPtr, bool cMemoryOwn) : base(NDalicManualPINVOKE.ImfManager_SWIGUpcast(cPtr), cMemoryOwn)
+ internal ImfManager(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicManualPINVOKE.ImfManager_SWIGUpcast(cPtr), cMemoryOwn)
{
swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);
}
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ImfManager obj)
{
- return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
+ return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
}
protected override void Dispose(DisposeTypes type)
//You should not access any managed member here except static instance.
//because the execution order of Finalizes is non-deterministic.
- if (swigCPtr.Handle != IntPtr.Zero)
+ if (swigCPtr.Handle != global::System.IntPtr.Zero)
{
if (swigCMemOwn)
{
swigCMemOwn = false;
NDalicManualPINVOKE.delete_ImfManager(swigCPtr);
}
- swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, IntPtr.Zero);
+ swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
}
base.Dispose(type);
private global::System.Runtime.InteropServices.HandleRef swigCPtr;
protected bool swigCMemOwn;
- internal ImfEventData(IntPtr cPtr, bool cMemoryOwn)
+ internal ImfEventData(global::System.IntPtr cPtr, bool cMemoryOwn)
{
swigCMemOwn = cMemoryOwn;
swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ImfEventData obj)
{
- return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
+ return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
}
//A Flag to check who called Dispose(). (By User or DisposeQueue)
//You should not access any managed member here except static instance.
//because the execution order of Finalizes is non-deterministic.
- if (swigCPtr.Handle != IntPtr.Zero)
+ if (swigCPtr.Handle != global::System.IntPtr.Zero)
{
if (swigCMemOwn)
{
swigCMemOwn = false;
NDalicManualPINVOKE.delete_ImfManager_ImfEventData(swigCPtr);
}
- swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, IntPtr.Zero);
+ swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
}
disposed = true;
}
- internal static ImfEventData GetImfEventDataFromPtr(IntPtr cPtr)
+ internal static ImfEventData GetImfEventDataFromPtr(global::System.IntPtr cPtr)
{
ImfEventData ret = new ImfEventData(cPtr, false);
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
/// <summary>
/// The pre-edit or commit string.
/// </summary>
- [Obsolete("Please do not use! this will be deprecated")]
- public string predictiveString
- {
- set
- {
- NDalicManualPINVOKE.ImfManager_ImfEventData_predictiveString_set(swigCPtr, value);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- }
- get
- {
- string ret = NDalicManualPINVOKE.ImfManager_ImfEventData_predictiveString_get(swigCPtr);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- return ret;
- }
- }
-
- /// <summary>
- /// The pre-edit or commit string.
- /// </summary>
public string PredictiveString
{
set
/// <summary>
/// The name of the event from the IMF.
/// </summary>
- [Obsolete("Please do not use! this will be deprecated")]
- public ImfManager.ImfEvent eventName
- {
- set
- {
- NDalicManualPINVOKE.ImfManager_ImfEventData_eventName_set(swigCPtr, (int)value);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- }
- get
- {
- ImfManager.ImfEvent ret = (ImfManager.ImfEvent)NDalicManualPINVOKE.ImfManager_ImfEventData_eventName_get(swigCPtr);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- return ret;
- }
- }
-
- /// <summary>
- /// The name of the event from the IMF.
- /// </summary>
public ImfManager.ImfEvent EventName
{
set
/// <summary>
/// Start position from the current cursor position to start deleting characters.
/// </summary>
- [Obsolete("Please do not use! this will be deprecated")]
- public int cursorOffset
- {
- set
- {
- NDalicManualPINVOKE.ImfManager_ImfEventData_cursorOffset_set(swigCPtr, value);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- }
- get
- {
- int ret = NDalicManualPINVOKE.ImfManager_ImfEventData_cursorOffset_get(swigCPtr);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- return ret;
- }
- }
-
- /// <summary>
- /// Start position from the current cursor position to start deleting characters.
- /// </summary>
public int CursorOffset
{
set
/// <summary>
/// Number of characters to delete from the cursorOffset.
/// </summary>
- [Obsolete("Please do not use! this will be deprecated")]
- public int numberOfChars
- {
- set
- {
- NDalicManualPINVOKE.ImfManager_ImfEventData_numberOfChars_set(swigCPtr, value);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- }
- get
- {
- int ret = NDalicManualPINVOKE.ImfManager_ImfEventData_numberOfChars_get(swigCPtr);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- return ret;
- }
- }
-
- /// <summary>
- /// Number of characters to delete from the cursorOffset.
- /// </summary>
public int NumberOfChars
{
set
return (IntPtr)swigCPtr;
}
- internal ImfCallbackData(IntPtr cPtr, bool cMemoryOwn)
+ internal ImfCallbackData(global::System.IntPtr cPtr, bool cMemoryOwn)
{
swigCMemOwn = cMemoryOwn;
swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ImfCallbackData obj)
{
- return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
+ return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
}
//A Flag to check who called Dispose(). (By User or DisposeQueue)
//You should not access any managed member here except static instance.
//because the execution order of Finalizes is non-deterministic.
- if (swigCPtr.Handle != IntPtr.Zero)
+ if (swigCPtr.Handle != global::System.IntPtr.Zero)
{
if (swigCMemOwn)
{
swigCMemOwn = false;
NDalicManualPINVOKE.delete_ImfManager_ImfCallbackData(swigCPtr);
}
- swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, IntPtr.Zero);
+ swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
}
disposed = true;
}
- internal static ImfCallbackData GetImfCallbackDataFromPtr(IntPtr cPtr)
+ internal static ImfCallbackData GetImfCallbackDataFromPtr(global::System.IntPtr cPtr)
{
ImfCallbackData ret = new ImfCallbackData(cPtr, false);
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
/// <summary>
/// Current text string.
/// </summary>
- [Obsolete("Please do not use! this will be deprecated")]
- public string currentText
- {
- set
- {
- NDalicManualPINVOKE.ImfManager_ImfCallbackData_currentText_set(swigCPtr, value);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- }
- get
- {
- string ret = NDalicManualPINVOKE.ImfManager_ImfCallbackData_currentText_get(swigCPtr);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- return ret;
- }
- }
-
- /// <summary>
- /// Current text string.
- /// </summary>
public string CurrentText
{
set
/// <summary>
/// Current text string.
/// </summary>
- [Obsolete("Please do not use! this will be deprecated")]
- public int cursorPosition
- {
- set
- {
- NDalicManualPINVOKE.ImfManager_ImfCallbackData_cursorPosition_set(swigCPtr, value);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- }
- get
- {
- int ret = NDalicManualPINVOKE.ImfManager_ImfCallbackData_cursorPosition_get(swigCPtr);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- return ret;
- }
- }
-
- /// <summary>
- /// Current text string.
- /// </summary>
public int CursorPosition
{
set
/// <summary>
/// If cursor position needs to be updated.
/// </summary>
- [Obsolete("Please do not use! this will be deprecated")]
- public bool update
- {
- set
- {
- NDalicManualPINVOKE.ImfManager_ImfCallbackData_update_set(swigCPtr, value);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- }
- get
- {
- bool ret = NDalicManualPINVOKE.ImfManager_ImfCallbackData_update_get(swigCPtr);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- return ret;
- }
- }
-
- /// <summary>
- /// If cursor position needs to be updated.
- /// </summary>
public bool Update
{
set
/// <summary>
/// Flag if preedit reset is required.
/// </summary>
- [Obsolete("Please do not use! this will be deprecated")]
- public bool preeditResetRequired
- {
- set
- {
- NDalicManualPINVOKE.ImfManager_ImfCallbackData_preeditResetRequired_set(swigCPtr, value);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- }
- get
- {
- bool ret = NDalicManualPINVOKE.ImfManager_ImfCallbackData_preeditResetRequired_get(swigCPtr);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- return ret;
- }
- }
-
- /// <summary>
- /// Flag if preedit reset is required.
- /// </summary>
public bool PreeditResetRequired
{
set
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
}
- internal static ImfManager GetImfManagerFromPtr(IntPtr cPtr)
+ internal static ImfManager GetImfManagerFromPtr(global::System.IntPtr cPtr)
{
ImfManager ret = new ImfManager(cPtr, false);
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
/// <summary>
/// ImfManager activated event arguments.
/// </summary>
- [Obsolete("Please do not use! this will be deprecated")]
public class ImfManagerActivatedEventArgs : EventArgs
{
public ImfManager ImfManager
[UnmanagedFunctionPointer(CallingConvention.StdCall)]
private delegate void ImfManagerActivatedEventCallbackType(global::System.IntPtr data);
private ImfManagerActivatedEventCallbackType _imfManagerActivatedEventCallback;
+
private event EventHandler<ImfManagerActivatedEventArgs> _imfManagerActivatedEventHandler;
/// <summary>
- /// ImfManager activated event.
+ /// ImfManager activated.
/// </summary>
- [Obsolete("Please do not use! this will be deprecated")]
public event EventHandler<ImfManagerActivatedEventArgs> ImfManagerActivated
{
add
}
}
- /// <summary>
- /// ImfManager activated event arguments.
- /// </summary>
- public class ActivatedEventArgs : EventArgs
- {
- public ImfManager ImfManager
- {
- get;
- set;
- }
- }
-
- [UnmanagedFunctionPointer(CallingConvention.StdCall)]
- private delegate void ActivatedEventCallbackType(IntPtr data);
- private ActivatedEventCallbackType _activatedEventCallback;
- private event EventHandler<ActivatedEventArgs> _activatedEventHandler;
-
- /// <summary>
- /// ImfManager activated.
- /// </summary>
- public event EventHandler<ActivatedEventArgs> Activated
- {
- add
- {
- if (_activatedEventHandler == null)
- {
- _activatedEventCallback = OnActivated;
- ActivatedSignal().Connect(_activatedEventCallback);
- }
-
- _activatedEventHandler += value;
- }
- remove
- {
- _activatedEventHandler -= value;
-
- if (_activatedEventHandler == null && _activatedEventCallback != null)
- {
- ActivatedSignal().Disconnect(_activatedEventCallback);
- }
- }
- }
-
- private void OnActivated(IntPtr data)
- {
- ActivatedEventArgs e = new ActivatedEventArgs();
-
- e.ImfManager = ImfManager.GetImfManagerFromPtr(data);
-
- if (_activatedEventHandler != null)
- {
- _activatedEventHandler(this, e);
- }
- }
-
- /// <summary>
- /// ImfManager activated signal.
- /// </summary>
- [Obsolete("Please do not use! this will be internal")]
- public ActivatedSignalType ActivatedSignal()
+ internal ActivatedSignalType ActivatedSignal()
{
ActivatedSignalType ret = new ActivatedSignalType(NDalicManualPINVOKE.ImfManager_ActivatedSignal(swigCPtr), false);
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
/// <summary>
/// ImfManager event received event arguments.
/// </summary>
- [Obsolete("Please do not use! this will be deprecated")]
public class ImfManagerEventReceivedEventArgs : EventArgs
{
public ImfManager ImfManager
get;
set;
}
+
+ public ImfEventData ImfEventData
+ {
+ get;
+ set;
+ }
}
- private delegate void ImfManagerEventReceivedEventCallbackType(global::System.IntPtr data);
+ private delegate global::System.IntPtr ImfManagerEventReceivedEventCallbackType(global::System.IntPtr imfManager, global::System.IntPtr imfEventData);
private ImfManagerEventReceivedEventCallbackType _imfManagerEventReceivedEventCallback;
- private event EventHandler<ImfManagerEventReceivedEventArgs> _imfManagerEventReceivedEventHandler;
+ private event EventHandlerWithReturnType<object, ImfManagerEventReceivedEventArgs, ImfCallbackData> _imfManagerEventReceivedEventHandler;
/// <summary>
/// ImfManager event received.
/// </summary>
- [Obsolete("Please do not use! this will be deprecated")]
- public event EventHandler<ImfManagerEventReceivedEventArgs> ImfManagerEventReceived
+ public event EventHandlerWithReturnType<object, ImfManagerEventReceivedEventArgs, ImfCallbackData> ImfManagerEventReceived
{
add
{
}
}
- private void OnImfManagerEventReceived(global::System.IntPtr data)
- {
- ImfManagerEventReceivedEventArgs e = new ImfManagerEventReceivedEventArgs();
-
- e.ImfManager = ImfManager.GetImfManagerFromPtr(data);
-
- if (_imfManagerEventReceivedEventHandler != null)
- {
- _imfManagerEventReceivedEventHandler(this, e);
- }
- }
-
- /// <summary>
- /// ImfManager event received event arguments.
- /// </summary>
- public class EventReceivedEventArgs : EventArgs
- {
- public ImfManager ImfManager
- {
- get;
- set;
- }
-
- public ImfEventData ImfEventData
- {
- get;
- set;
- }
- }
-
- private delegate IntPtr EventReceivedEventCallbackType(IntPtr imfManager, IntPtr imfEventData);
- private EventReceivedEventCallbackType _eventReceivedEventCallback;
- private event EventHandlerWithReturnType<object, EventReceivedEventArgs, ImfCallbackData> _eventReceivedEventHandler;
-
- /// <summary>
- /// ImfManager event received.
- /// </summary>
- public event EventHandlerWithReturnType<object, EventReceivedEventArgs, ImfCallbackData> EventReceived
- {
- add
- {
- if (_eventReceivedEventHandler == null)
- {
- _eventReceivedEventCallback = OnEventReceived;
- EventReceivedSignal().Connect(_eventReceivedEventCallback);
- }
-
- _eventReceivedEventHandler += value;
- }
- remove
- {
- _eventReceivedEventHandler -= value;
-
- if (_eventReceivedEventHandler == null && _eventReceivedEventCallback != null)
- {
- EventReceivedSignal().Disconnect(_eventReceivedEventCallback);
- }
- }
- }
-
- private IntPtr OnEventReceived(IntPtr imfManager, IntPtr imfEventData)
+ private global::System.IntPtr OnImfManagerEventReceived(global::System.IntPtr imfManager, global::System.IntPtr imfEventData)
{
ImfCallbackData imfCallbackData = null;
- EventReceivedEventArgs e = new EventReceivedEventArgs();
+ ImfManagerEventReceivedEventArgs e = new ImfManagerEventReceivedEventArgs();
e.ImfManager = ImfManager.GetImfManagerFromPtr(imfManager);
e.ImfEventData = ImfEventData.GetImfEventDataFromPtr(imfEventData);
- if (_eventReceivedEventHandler != null)
+ if (_imfManagerEventReceivedEventHandler != null)
{
- imfCallbackData = _eventReceivedEventHandler(this, e);
+ imfCallbackData = _imfManagerEventReceivedEventHandler(this, e);
}
if (imfCallbackData != null)
{
}
}
- /// <summary>
- /// ImfManager event received signal.
- /// </summary>
- [Obsolete("Please do not use! this will be internal")]
- public ImfEventSignalType EventReceivedSignal()
+ internal ImfEventSignalType EventReceivedSignal()
{
ImfEventSignalType ret = new ImfEventSignalType(NDalicManualPINVOKE.ImfManager_EventReceivedSignal(swigCPtr), false);
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
/// <summary>
/// ImfManager status changed event arguments.
/// </summary>
- [Obsolete("Please do not use! this will be deprecated")]
public class ImfManagerStatusChangedEventArgs : EventArgs
{
- public ImfManager ImfManager
+ public bool StatusChanged
{
get;
set;
}
}
- private delegate void ImfManagerStatusChangedEventCallbackType(global::System.IntPtr data);
+ private delegate void ImfManagerStatusChangedEventCallbackType(bool statusChanged);
private ImfManagerStatusChangedEventCallbackType _imfManagerStatusChangedEventCallback;
- private event EventHandler<ImfManagerStatusChangedEventArgs> _imfManagerStatusChangedEventHandler;
+ private event EventHandler<ImfManagerStatusChangedEventArgs> _imfManagerStatusChangedEventHandler;
/// <summary>
/// ImfManager status changed.
/// </summary>
- [Obsolete("Please do not use! this will be deprecated")]
public event EventHandler<ImfManagerStatusChangedEventArgs> ImfManagerStatusChanged
{
add
}
}
- private void OnImfManagerStatusChanged(global::System.IntPtr data)
+ private void OnImfManagerStatusChanged(bool statusChanged)
{
ImfManagerStatusChangedEventArgs e = new ImfManagerStatusChangedEventArgs();
- e.ImfManager = ImfManager.GetImfManagerFromPtr(data);
+ e.StatusChanged = statusChanged;
if (_imfManagerStatusChangedEventHandler != null)
{
}
}
- /// <summary>
- /// ImfManager status changed event arguments.
- /// </summary>
- public class StatusChangedEventArgs : EventArgs
- {
- public bool StatusChanged
- {
- get;
- set;
- }
- }
-
- private delegate void StatusChangedEventCallbackType(bool statusChanged);
- private StatusChangedEventCallbackType _statusChangedEventCallback;
- private event EventHandler<StatusChangedEventArgs> _statusChangedEventHandler;
-
- /// <summary>
- /// ImfManager status changed.
- /// </summary>
- public event EventHandler<StatusChangedEventArgs> StatusChanged
- {
- add
- {
- if (_statusChangedEventHandler == null)
- {
- _statusChangedEventCallback = OnStatusChanged;
- StatusChangedSignal().Connect(_statusChangedEventCallback);
- }
-
- _statusChangedEventHandler += value;
- }
- remove
- {
- _statusChangedEventHandler -= value;
-
- if (_statusChangedEventHandler == null && _statusChangedEventCallback != null)
- {
- StatusChangedSignal().Disconnect(_statusChangedEventCallback);
- }
- }
- }
-
- private void OnStatusChanged(bool statusChanged)
- {
- StatusChangedEventArgs e = new StatusChangedEventArgs();
-
- e.StatusChanged = statusChanged;
-
- if (_statusChangedEventHandler != null)
- {
- _statusChangedEventHandler(this, e);
- }
- }
-
- /// <summary>
- /// ImfManager status changed signal.
- /// </summary>
- [Obsolete("Please do not use! this will be internal")]
- public StatusSignalType StatusChangedSignal()
+ internal StatusSignalType StatusChangedSignal()
{
StatusSignalType ret = new StatusSignalType(NDalicManualPINVOKE.ImfManager_StatusChangedSignal(swigCPtr), false);
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
return ret;
}
- /// <summary>
- /// ImfManager resized event arguments.
- /// </summary>
- [Obsolete("Please do not use! this will be deprecated")]
- public class ImfManagerResizedEventArgs : EventArgs
- {
- public ImfManager ImfManager
- {
- get;
- set;
- }
- }
-
- private delegate void ImfManagerResizedEventCallbackType(IntPtr data);
+ private delegate void ImfManagerResizedEventCallbackType();
private ImfManagerResizedEventCallbackType _imfManagerResizedEventCallback;
- private event EventHandler<ImfManagerResizedEventArgs> _imfManagerResizedEventHandler;
+ private event EventHandler _imfManagerResizedEventHandler;
/// <summary>
- /// ImfManager resized event.
+ /// ImfManager resized.
/// </summary>
- [Obsolete("Please do not use! this will be deprecated")]
- public event EventHandler<ImfManagerResizedEventArgs> ImfManagerResized
+ public event EventHandler ImfManagerResized
{
add
{
}
}
- private void OnImfManagerResized(IntPtr data)
+ private void OnImfManagerResized()
{
- ImfManagerResizedEventArgs e = new ImfManagerResizedEventArgs();
-
- e.ImfManager = ImfManager.GetImfManagerFromPtr(data);
-
if (_imfManagerResizedEventHandler != null)
{
- _imfManagerResizedEventHandler(this, e);
- }
- }
-
- private delegate void ResizedEventCallbackType();
- private ResizedEventCallbackType _resizedEventCallback;
- private event EventHandler _resizedEventHandler;
-
- /// <summary>
- /// ImfManager resized.
- /// </summary>
- public event EventHandler Resized
- {
- add
- {
- if (_resizedEventHandler == null)
- {
- _resizedEventCallback = OnResized;
- ResizedSignal().Connect(_resizedEventCallback);
- }
-
- _resizedEventHandler += value;
- }
- remove
- {
- _resizedEventHandler -= value;
-
- if (_resizedEventHandler == null && _resizedEventCallback != null)
- {
- ResizedSignal().Disconnect(_resizedEventCallback);
- }
- }
- }
-
- private void OnResized()
- {
- if (_resizedEventHandler != null)
- {
- _resizedEventHandler(this, null);
+ _imfManagerResizedEventHandler(this, null);
}
}
- /// <summary>
- /// ImfManager resized signal.
- /// </summary>
- [Obsolete("Please do not use! this will be internal")]
- public ImfVoidSignalType ResizedSignal()
+ internal ImfVoidSignalType ResizedSignal()
{
ImfVoidSignalType ret = new ImfVoidSignalType(NDalicManualPINVOKE.ImfManager_ResizedSignal(swigCPtr), true);
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
return ret;
}
- /// <summary>
- /// ImfManager language changed event arguments.
- /// </summary>
- [Obsolete("Please do not use! this will be deprecated")]
- public class ImfManagerLanguageChangedEventArgs : EventArgs
- {
- public ImfManager ImfManager
- {
- get;
- set;
- }
- }
-
- private delegate void ImfManagerLanguageChangedEventCallbackType(IntPtr data);
+ private delegate void ImfManagerLanguageChangedEventCallbackType();
private ImfManagerLanguageChangedEventCallbackType _imfManagerLanguageChangedEventCallback;
- private event EventHandler<ImfManagerLanguageChangedEventArgs> _imfManagerLanguageChangedEventHandler;
+ private event EventHandler _imfManagerLanguageChangedEventHandler;
/// <summary>
- /// ImfManager language changed event.
+ /// ImfManager language changed.
/// </summary>
- [Obsolete("Please do not use! this will be deprecated")]
- public event EventHandler<ImfManagerLanguageChangedEventArgs> ImfManagerLanguageChanged
+ public event EventHandler ImfManagerLanguageChanged
{
add
{
}
}
- private void OnImfManagerLanguageChanged(IntPtr data)
+ private void OnImfManagerLanguageChanged()
{
- ImfManagerLanguageChangedEventArgs e = new ImfManagerLanguageChangedEventArgs();
-
- e.ImfManager = ImfManager.GetImfManagerFromPtr(data);
-
if (_imfManagerLanguageChangedEventHandler != null)
{
- _imfManagerLanguageChangedEventHandler(this, e);
+ _imfManagerLanguageChangedEventHandler(this, null);
}
}
- private delegate void LanguageChangedEventCallbackType();
- private LanguageChangedEventCallbackType _languageChangedEventCallback;
- private event EventHandler _languageChangedEventHandler;
-
- /// <summary>
- /// ImfManager language changed.
- /// </summary>
- public event EventHandler LanguageChanged
- {
- add
- {
- if (_languageChangedEventHandler == null)
- {
- _languageChangedEventCallback = OnLanguageChanged;
- LanguageChangedSignal().Connect(_languageChangedEventCallback);
- }
-
- _languageChangedEventHandler += value;
- }
- remove
- {
- _languageChangedEventHandler -= value;
-
- if (_languageChangedEventHandler == null && _languageChangedEventCallback != null)
- {
- LanguageChangedSignal().Disconnect(_languageChangedEventCallback);
- }
- }
- }
-
- private void OnLanguageChanged()
- {
- if (_languageChangedEventHandler != null)
- {
- _languageChangedEventHandler(this, null);
- }
- }
-
- /// <summary>
- /// ImfManager language changed signal.
- /// </summary>
- [Obsolete("Please do not use! this will be internal")]
- public ImfVoidSignalType LanguageChangedSignal()
+ internal ImfVoidSignalType LanguageChangedSignal()
{
ImfVoidSignalType ret = new ImfVoidSignalType(NDalicManualPINVOKE.ImfManager_LanguageChangedSignal(swigCPtr), true);
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
/// <summary>
/// ImfManager keyboard type changed event arguments.
/// </summary>
- public class KeyboardTypeChangedEventArgs : EventArgs
+ public class ImfKeyboardTypeChangedEventArgs : EventArgs
{
public KeyboardType KeyboardType
{
}
}
- private delegate void KeyboardTypeChangedEventCallbackType(KeyboardType type);
- private KeyboardTypeChangedEventCallbackType _keyboardTypeChangedEventCallback;
- private event EventHandler<KeyboardTypeChangedEventArgs> _keyboardTypeChangedEventHandler;
+ private delegate void ImfKeyboardTypeChangedEventCallbackType(KeyboardType type);
+ private ImfKeyboardTypeChangedEventCallbackType _imfKeyboardTypeChangedEventCallback;
+ private event EventHandler<ImfKeyboardTypeChangedEventArgs> _imfKeyboardTypeChangedEventHandler;
/// <summary>
/// ImfManager keyboard type changed.
/// </summary>
- public event EventHandler<KeyboardTypeChangedEventArgs> KeyboardTypeChanged
+ public event EventHandler<ImfKeyboardTypeChangedEventArgs> ImfKeyboardTypeChanged
{
add
{
- if (_keyboardTypeChangedEventHandler == null)
+ if (_imfKeyboardTypeChangedEventHandler == null)
{
- _keyboardTypeChangedEventCallback = OnKeyboardTypeChanged;
- KeyboardTypeChangedSignal().Connect(_keyboardTypeChangedEventCallback);
+ _imfKeyboardTypeChangedEventCallback = OnImfKeyboardTypeChanged;
+ KeyboardTypeChangedSignal().Connect(_imfKeyboardTypeChangedEventCallback);
}
- _keyboardTypeChangedEventHandler += value;
+ _imfKeyboardTypeChangedEventHandler += value;
}
remove
{
- _keyboardTypeChangedEventHandler -= value;
+ _imfKeyboardTypeChangedEventHandler -= value;
- if (_keyboardTypeChangedEventHandler == null && _keyboardTypeChangedEventCallback != null)
+ if (_imfKeyboardTypeChangedEventHandler == null && _imfKeyboardTypeChangedEventCallback != null)
{
- KeyboardTypeChangedSignal().Disconnect(_keyboardTypeChangedEventCallback);
+ KeyboardTypeChangedSignal().Disconnect(_imfKeyboardTypeChangedEventCallback);
}
}
}
- private void OnKeyboardTypeChanged(KeyboardType type)
+ private void OnImfKeyboardTypeChanged(KeyboardType type)
{
- KeyboardTypeChangedEventArgs e = new KeyboardTypeChangedEventArgs();
+ ImfKeyboardTypeChangedEventArgs e = new ImfKeyboardTypeChangedEventArgs();
e.KeyboardType = type;
- if (_keyboardTypeChangedEventHandler != null)
+ if (_imfKeyboardTypeChangedEventHandler != null)
{
- _keyboardTypeChangedEventHandler(this, e);
+ _imfKeyboardTypeChangedEventHandler(this, e);
}
}
*
*/
-namespace Tizen.NUI
-{
-
+namespace Tizen.NUI\r
+{\r
+\r
/// <summary>
/// Position2D is a two dimensional vector.
/// </summary>
- public class Position2D : global::System.IDisposable
- {
- private global::System.Runtime.InteropServices.HandleRef swigCPtr;
- protected bool swigCMemOwn;
-
- internal Position2D(global::System.IntPtr cPtr, bool cMemoryOwn)
- {
- swigCMemOwn = cMemoryOwn;
- swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);
- }
-
- internal static global::System.Runtime.InteropServices.HandleRef getCPtr(Position2D obj)
- {
- return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
- }
-
- //A Flag to check who called Dispose(). (By User or DisposeQueue)
- private bool isDisposeQueued = false;
- //A Flat to check if it is already disposed.
- protected bool disposed = false;
-
- ~Position2D()
- {
- if (!isDisposeQueued)
- {
- isDisposeQueued = true;
- DisposeQueue.Instance.Add(this);
- }
- }
-
- public void Dispose()
- {
- //Throw excpetion if Dispose() is called in separate thread.
- if (!Window.IsInstalled())
- {
- throw new System.InvalidOperationException("This API called from separate thread. This API must be called from MainThread.");
- }
-
- if (isDisposeQueued)
- {
- Dispose(DisposeTypes.Implicit);
- }
- else
- {
- Dispose(DisposeTypes.Explicit);
- System.GC.SuppressFinalize(this);
- }
- }
-
- protected virtual void Dispose(DisposeTypes type)
- {
- if (disposed)
- {
- return;
- }
-
- if (type == DisposeTypes.Explicit)
- {
- //Called by User
- //Release your own managed resources here.
- //You should release all of your own disposable objects here.
- }
-
- //Release your own unmanaged resources here.
- //You should not access any managed member here except static instance.
- //because the execution order of Finalizes is non-deterministic.
-
- if (swigCPtr.Handle != global::System.IntPtr.Zero)
- {
- if (swigCMemOwn)
- {
- swigCMemOwn = false;
- NDalicPINVOKE.delete_Vector2(swigCPtr);
- }
- swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
- }
- disposed = true;
- }
-
+ public class Position2D : global::System.IDisposable\r
+ {\r
+ private global::System.Runtime.InteropServices.HandleRef swigCPtr;\r
+ protected bool swigCMemOwn;\r
+\r
+ internal Position2D(global::System.IntPtr cPtr, bool cMemoryOwn)\r
+ {\r
+ swigCMemOwn = cMemoryOwn;\r
+ swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);\r
+ }\r
+\r
+ internal static global::System.Runtime.InteropServices.HandleRef getCPtr(Position2D obj)\r
+ {\r
+ return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;\r
+ }\r
+\r
+ //A Flag to check who called Dispose(). (By User or DisposeQueue)\r
+ private bool isDisposeQueued = false;\r
+ //A Flat to check if it is already disposed.\r
+ protected bool disposed = false;\r
+\r
+ ~Position2D()\r
+ {\r
+ if (!isDisposeQueued)\r
+ {\r
+ isDisposeQueued = true;\r
+ DisposeQueue.Instance.Add(this);\r
+ }\r
+ }\r
+\r
+ public void Dispose()\r
+ {\r
+ //Throw excpetion if Dispose() is called in separate thread.\r
+ if (!Window.IsInstalled())\r
+ {\r
+ throw new System.InvalidOperationException("This API called from separate thread. This API must be called from MainThread.");\r
+ }\r
+\r
+ if (isDisposeQueued)\r
+ {\r
+ Dispose(DisposeTypes.Implicit);\r
+ }\r
+ else\r
+ {\r
+ Dispose(DisposeTypes.Explicit);\r
+ System.GC.SuppressFinalize(this);\r
+ }\r
+ }\r
+\r
+ protected virtual void Dispose(DisposeTypes type)\r
+ {\r
+ if (disposed)\r
+ {\r
+ return;\r
+ }\r
+\r
+ if (type == DisposeTypes.Explicit)\r
+ {\r
+ //Called by User\r
+ //Release your own managed resources here.\r
+ //You should release all of your own disposable objects here.\r
+ }\r
+\r
+ //Release your own unmanaged resources here.\r
+ //You should not access any managed member here except static instance.\r
+ //because the execution order of Finalizes is non-deterministic.\r
+\r
+ if (swigCPtr.Handle != global::System.IntPtr.Zero)\r
+ {\r
+ if (swigCMemOwn)\r
+ {\r
+ swigCMemOwn = false;\r
+ NDalicPINVOKE.delete_Vector2(swigCPtr);\r
+ }\r
+ swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);\r
+ }\r
+ disposed = true;\r
+ }\r
+\r
/// <summary>
/// Addition operator.
/// </summary>
/// <param name="arg1">Vector to add</param>
/// <param name="arg2">Vector to add</param>
/// <returns>A vector containing the result of the addition</returns>
- public static Position2D operator +(Position2D arg1, Position2D arg2)
- {
- return arg1.Add(arg2);
- }
-
+ public static Position2D operator +(Position2D arg1, Position2D arg2)\r
+ {\r
+ return arg1.Add(arg2);\r
+ }\r
+\r
/// <summary>
/// Subtraction operator.
/// </summary>
/// <param name="arg1">Vector to subtract</param>
/// <param name="arg2">Vector to subtract</param>
/// <returns>A vector containing the result of the subtraction</returns>
- public static Position2D operator -(Position2D arg1, Position2D arg2)
- {
- return arg1.Subtract(arg2);
- }
-
+ public static Position2D operator -(Position2D arg1, Position2D arg2)\r
+ {\r
+ return arg1.Subtract(arg2);\r
+ }\r
+\r
/// <summary>
/// Unary negation operator.
/// </summary>
/// <param name="arg1">Vector to netate</param>
/// <returns>A vector containing the negation</returns>
- public static Position2D operator -(Position2D arg1)
- {
- return arg1.Subtract();
- }
-
+ public static Position2D operator -(Position2D arg1)\r
+ {\r
+ return arg1.Subtract();\r
+ }\r
+\r
/// <summary>
/// Multiplication operator.
/// </summary>
/// <param name="arg1">Vector to multiply</param>
/// <param name="arg2">Vector to multiply</param>
/// <returns>A vector containing the result of the multiplication</returns>
- public static Position2D operator *(Position2D arg1, Position2D arg2)
- {
- return arg1.Multiply(arg2);
- }
-
+ public static Position2D operator *(Position2D arg1, Position2D arg2)\r
+ {\r
+ return arg1.Multiply(arg2);\r
+ }\r
+\r
/// <summary>
/// Multiplication operator.
/// </summary>
/// <param name="arg1">Vector to multiply</param>
/// <param name="arg2">The int value to scale the vector</param>
/// <returns>A vector containing the result of the multiplication</returns>
- public static Position2D operator *(Position2D arg1, int arg2)
- {
- return arg1.Multiply(arg2);
- }
-
+ public static Position2D operator *(Position2D arg1, int arg2)\r
+ {\r
+ return arg1.Multiply(arg2);\r
+ }\r
+\r
/// <summary>
/// Division operator.
/// </summary>
/// <param name="arg1">Vector to divide</param>
/// <param name="arg2">Vector to divide</param>
/// <returns>A vector containing the result of the division</returns>
- public static Position2D operator /(Position2D arg1, Position2D arg2)
- {
- return arg1.Divide(arg2);
- }
-
+ public static Position2D operator /(Position2D arg1, Position2D arg2)\r
+ {\r
+ return arg1.Divide(arg2);\r
+ }\r
+\r
/// <summary>
/// Division operator.
/// </summary>
/// <param name="arg1">Vector to divide</param>
/// <param name="arg2">The int value to scale the vector by</param>
/// <returns>A vector containing the result of the division</returns>
- public static Position2D operator /(Position2D arg1, int arg2)
- {
- return arg1.Divide(arg2);
- }
-
+ public static Position2D operator /(Position2D arg1, int arg2)\r
+ {\r
+ return arg1.Divide(arg2);\r
+ }\r
+\r
/// <summary>
/// Const array subscript operator overload. Should be 0, or 1.
/// </summary>
/// <param name="index">Subscript index</param>
/// <returns>The float at the given index</returns>
- public float this[uint index]
- {
- get
- {
- return ValueOfIndex(index);
- }
- }
-
- internal static Position2D GetPosition2DFromPtr(global::System.IntPtr cPtr)
- {
- Position2D ret = new Position2D(cPtr, false);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- return ret;
- }
-
+ public float this[uint index]\r
+ {\r
+ get\r
+ {\r
+ return ValueOfIndex(index);\r
+ }\r
+ }\r
+\r
+ internal static Position2D GetPosition2DFromPtr(global::System.IntPtr cPtr)\r
+ {\r
+ Position2D ret = new Position2D(cPtr, false);\r
+ if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();\r
+ return ret;\r
+ }\r
+\r
/// <summary>
/// Constructor
/// </summary>
- public Position2D() : this(NDalicPINVOKE.new_Vector2__SWIG_0(), true)
- {
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- }
-
+ public Position2D() : this(NDalicPINVOKE.new_Vector2__SWIG_0(), true)\r
+ {\r
+ if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();\r
+ }\r
+\r
/// <summary>
/// Constructor
/// </summary>
/// <param name="x">x component</param>
/// <param name="y">y component</param>
- public Position2D(int x, int y) : this(NDalicPINVOKE.new_Vector2__SWIG_1((float)x, (float)y), true)
- {
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- }
-
+ public Position2D(int x, int y) : this(NDalicPINVOKE.new_Vector2__SWIG_1((float)x, (float)y), true)\r
+ {\r
+ if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();\r
+ }\r
+\r
/// <summary>
/// Constructor
/// </summary>
/// <param name="position">Position to create this vector from</param>
- public Position2D(Position position) : this(NDalicPINVOKE.new_Vector2__SWIG_3(Position.getCPtr(position)), true)
- {
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- }
-
- private Position2D Add(Position2D rhs)
- {
- Position2D ret = new Position2D(NDalicPINVOKE.Vector2_Add(swigCPtr, Position2D.getCPtr(rhs)), true);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- return ret;
- }
-
- private Position2D Subtract(Position2D rhs)
- {
- Position2D ret = new Position2D(NDalicPINVOKE.Vector2_Subtract__SWIG_0(swigCPtr, Position2D.getCPtr(rhs)), true);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- return ret;
- }
-
-
- private Position2D Multiply(Position2D rhs)
- {
- Position2D ret = new Position2D(NDalicPINVOKE.Vector2_Multiply__SWIG_0(swigCPtr, Position2D.getCPtr(rhs)), true);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- return ret;
- }
-
- private Position2D Multiply(int rhs)
- {
- Position2D ret = new Position2D(NDalicPINVOKE.Vector2_Multiply__SWIG_1(swigCPtr, (float)rhs), true);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- return ret;
- }
-
-
- private Position2D Divide(Position2D rhs)
- {
- Position2D ret = new Position2D(NDalicPINVOKE.Vector2_Divide__SWIG_0(swigCPtr, Position2D.getCPtr(rhs)), true);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- return ret;
- }
-
- private Position2D Divide(int rhs)
- {
- Position2D ret = new Position2D(NDalicPINVOKE.Vector2_Divide__SWIG_1(swigCPtr, (float)rhs), true);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- return ret;
- }
-
- private Position2D Subtract()
- {
- Position2D ret = new Position2D(NDalicPINVOKE.Vector2_Subtract__SWIG_1(swigCPtr), true);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- return ret;
- }
-
+ public Position2D(Position position) : this(NDalicPINVOKE.new_Vector2__SWIG_3(Position.getCPtr(position)), true)\r
+ {\r
+ if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();\r
+ }\r
+\r
+ private Position2D Add(Position2D rhs)\r
+ {\r
+ Position2D ret = new Position2D(NDalicPINVOKE.Vector2_Add(swigCPtr, Position2D.getCPtr(rhs)), true);\r
+ if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();\r
+ return ret;\r
+ }\r
+\r
+ private Position2D Subtract(Position2D rhs)\r
+ {\r
+ Position2D ret = new Position2D(NDalicPINVOKE.Vector2_Subtract__SWIG_0(swigCPtr, Position2D.getCPtr(rhs)), true);\r
+ if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();\r
+ return ret;\r
+ }\r
+\r
+\r
+ private Position2D Multiply(Position2D rhs)\r
+ {\r
+ Position2D ret = new Position2D(NDalicPINVOKE.Vector2_Multiply__SWIG_0(swigCPtr, Position2D.getCPtr(rhs)), true);\r
+ if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();\r
+ return ret;\r
+ }\r
+\r
+ private Position2D Multiply(int rhs)\r
+ {\r
+ Position2D ret = new Position2D(NDalicPINVOKE.Vector2_Multiply__SWIG_1(swigCPtr, (float)rhs), true);\r
+ if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();\r
+ return ret;\r
+ }\r
+\r
+\r
+ private Position2D Divide(Position2D rhs)\r
+ {\r
+ Position2D ret = new Position2D(NDalicPINVOKE.Vector2_Divide__SWIG_0(swigCPtr, Position2D.getCPtr(rhs)), true);\r
+ if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();\r
+ return ret;\r
+ }\r
+\r
+ private Position2D Divide(int rhs)\r
+ {\r
+ Position2D ret = new Position2D(NDalicPINVOKE.Vector2_Divide__SWIG_1(swigCPtr, (float)rhs), true);\r
+ if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();\r
+ return ret;\r
+ }\r
+\r
+ private Position2D Subtract()\r
+ {\r
+ Position2D ret = new Position2D(NDalicPINVOKE.Vector2_Subtract__SWIG_1(swigCPtr), true);\r
+ if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();\r
+ return ret;\r
+ }\r
+\r
/// <summary>
/// Compare if rhs is equal to.
/// </summary>
/// <param name="rhs">The vector to compare</param>
/// <returns>Returns true if the two vectors are equal, otherwise false</returns>
- public bool EqualTo(Position2D rhs)
- {
- bool ret = NDalicPINVOKE.Vector2_EqualTo(swigCPtr, Position2D.getCPtr(rhs));
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- return ret;
- }
-
+ public bool EqualTo(Position2D rhs)\r
+ {\r
+ bool ret = NDalicPINVOKE.Vector2_EqualTo(swigCPtr, Position2D.getCPtr(rhs));\r
+ if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();\r
+ return ret;\r
+ }\r
+\r
/// <summary>
/// Compare if rhs is not equal to.
/// </summary>
/// <param name="rhs">The vector to compare</param>
/// <returns>Returns true if the two vectors are not equal, otherwise false</returns>
- public bool NotEqualTo(Position2D rhs)
- {
- bool ret = NDalicPINVOKE.Vector2_NotEqualTo(swigCPtr, Position2D.getCPtr(rhs));
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- return ret;
- }
-
- private int ValueOfIndex(uint index)
- {
- int ret = (int)NDalicPINVOKE.Vector2_ValueOfIndex__SWIG_0(swigCPtr, index);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- return ret;
- }
-
+ public bool NotEqualTo(Position2D rhs)\r
+ {\r
+ bool ret = NDalicPINVOKE.Vector2_NotEqualTo(swigCPtr, Position2D.getCPtr(rhs));\r
+ if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();\r
+ return ret;\r
+ }\r
+\r
+ private int ValueOfIndex(uint index)\r
+ {\r
+ int ret = (int)NDalicPINVOKE.Vector2_ValueOfIndex__SWIG_0(swigCPtr, index);\r
+ if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();\r
+ return ret;\r
+ }\r
+\r
/// <summary>
/// x component.
/// </summary>
- public int X
- {
- set
- {
- NDalicPINVOKE.Vector2_X_set(swigCPtr, (float)value);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- }
- get
- {
- float ret = NDalicPINVOKE.Vector2_X_get(swigCPtr);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- return (int)ret;
- }
- }
-
+ public int X\r
+ {\r
+ set\r
+ {\r
+ NDalicPINVOKE.Vector2_X_set(swigCPtr, (float)value);\r
+ if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();\r
+ }\r
+ get\r
+ {\r
+ float ret = NDalicPINVOKE.Vector2_X_get(swigCPtr);\r
+ if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();\r
+ return (int)ret;\r
+ }\r
+ }\r
+\r
/// <summary>
/// y component.
/// </summary>
- public int Y
- {
- set
- {
- NDalicPINVOKE.Vector2_Y_set(swigCPtr, (float)value);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- }
- get
- {
- float ret = NDalicPINVOKE.Vector2_Y_get(swigCPtr);
- if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- return (int)ret;
- }
- }
-
+ public int Y\r
+ {\r
+ set\r
+ {\r
+ NDalicPINVOKE.Vector2_Y_set(swigCPtr, (float)value);\r
+ if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();\r
+ }\r
+ get\r
+ {\r
+ float ret = NDalicPINVOKE.Vector2_Y_get(swigCPtr);\r
+ if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();\r
+ return (int)ret;\r
+ }\r
+ }\r
+\r
/// <summary>
/// Convert a position2D instance to a vector2 instance.
/// </summary>
- public static implicit operator Vector2(Position2D position2d)
- {
- return new Vector2((float)position2d.X, (float)position2d.Y);
- }
-
+ public static implicit operator Vector2(Position2D position2d)\r
+ {\r
+ return new Vector2((float)position2d.X, (float)position2d.Y);\r
+ }\r
+\r
/// <summary>
/// Convert a vector2 instance to a position2D instance.
/// </summary>
- public static implicit operator Position2D(Vector2 vec)
- {
- return new Position2D((int)vec.X, (int)vec.Y);
- }
-
- /// <summary>
- /// Convert a Position2D instance to a Uint16Pair instance.
- /// </summary>
- public static implicit operator Uint16Pair(Position2D position2d)
- {
- return new Uint16Pair((uint)position2d.X, (uint)position2d.Y);
- }
-
- /// <summary>
- /// Convert a Uint16Pair instance to a Position2D instance.
- /// </summary>
- public static implicit operator Position2D(Uint16Pair pair)
- {
- return new Position2D((int)pair.GetX(), (int)pair.GetY());
- }
-
+ public static implicit operator Position2D(Vector2 vec)\r
+ {\r
+ return new Position2D((int)vec.X, (int)vec.Y);\r
+ }\r
+\r
}
}