return ret;
}
- /*internal View GetParent()
+ internal View GetParent()
{
View ret;
IntPtr cPtr = NDalicPINVOKE.Actor_GetParent(swigCPtr);
ret = basehandle as View;
}
- if (NDalicPINVOKE.SWIGPendingException.Pending)
- throw NDalicPINVOKE.SWIGPendingException.Retrieve();
- return ret;
- }*/
-
- internal View GetParent()
- {
- View ret;
- IntPtr cPtr = NDalicPINVOKE.Actor_GetParent(swigCPtr);
-
- BaseHandle basehandle = Registry.GetManagedBaseHandleFromNativePtr(cPtr);
-
- if(basehandle is Layer)
- {
- View ret2 = new View(cPtr,false);
- return ret2;
- }
-
- ret = basehandle as View;
-
if (NDalicPINVOKE.SWIGPendingException.Pending)
throw NDalicPINVOKE.SWIGPendingException.Retrieve();
return ret;
internal BaseHandle(global::System.IntPtr cPtr, bool cMemoryOwn)
{
_registerMe = swigCMemOwn = cMemoryOwn;
-
swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);
// using copy constructor to create another native handle so Registry.Unregister works fine.
internal BaseHandle(global::System.IntPtr cPtr)
{
_registerMe = swigCMemOwn = true;
-
swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);
// using copy constructor to create another native handle so Registry.Unregister works fine.
swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, NDalicPINVOKE.new_BaseHandle__SWIG_2(swigCPtr));
- if (_registerMe)
- {
- // Register this instance of BaseHandle in the registry.
- Registry.Register(this);
- }
+ // Register this instance of BaseHandle in the registry.
+ Registry.Register(this);
}
internal BaseHandle(global::System.IntPtr cPtr)
{
- _registerMe = swigCMemOwn = true;
+ swigCMemOwn = true;
swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);
// Register this instance of BaseHandle in the registry.