From: Heeyong Song Date: Mon, 26 Jul 2021 09:01:23 +0000 (+0900) Subject: Revert "[Tizen] Add RemoveWidget() in WidgetViewManager" X-Git-Tag: accepted/tizen/unified/20210727.124548~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=669e3d987f77059e5b861c5ae3220ca439a8edaa;p=platform%2Fcore%2Fuifw%2Fdali-csharp-binder.git Revert "[Tizen] Add RemoveWidget() in WidgetViewManager" This reverts commit a90a3911925873d9b6ca60eccf4cae3423d7dda0. Change-Id: I5c5478b87c9b5dc16547906e81e251cc13da2e13 --- diff --git a/dali-csharp-binder/src/widget_view_manager.cpp b/dali-csharp-binder/src/widget_view_manager.cpp index b403e24..0c2ab7a 100755 --- a/dali-csharp-binder/src/widget_view_manager.cpp +++ b/dali-csharp-binder/src/widget_view_manager.cpp @@ -23,436 +23,290 @@ #include #ifdef __cplusplus -extern "C" -{ +extern "C" { #endif - SWIGEXPORT Dali::BaseHandle *SWIGSTDCALL CSharp_Dali_WidgetViewManager_SWIGUpcast(Dali::WidgetView::WidgetViewManager *jarg1) - { +SWIGEXPORT Dali::BaseHandle * SWIGSTDCALL CSharp_Dali_WidgetViewManager_SWIGUpcast(Dali::WidgetView::WidgetViewManager *jarg1) { return (Dali::BaseHandle *)jarg1; - } +} - SWIGEXPORT void *SWIGSTDCALL CSharp_Dali_WidgetViewManager_New(void *jarg1, char *jarg2) - { - void *jresult; - Dali::Application arg1; - std::string *arg2 = 0; - Dali::Application *argp1; - Dali::WidgetView::WidgetViewManager result; - argp1 = (Dali::Application *)jarg1; - if (!argp1) - { - SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "Attempt to dereference null Dali::Application", 0); - return 0; - } - arg1 = *argp1; - if (!jarg2) - { - SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "null string", 0); - return 0; - } - std::string arg2_str(jarg2); - arg2 = &arg2_str; - { - try - { - result = Dali::WidgetView::WidgetViewManager::New(arg1, (std::string const &)*arg2); - } - catch (std::out_of_range &e) +SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_WidgetViewManager_New(void * jarg1, char * jarg2) { + void * jresult ; + Dali::Application arg1 ; + std::string *arg2 = 0 ; + Dali::Application *argp1 ; + Dali::WidgetView::WidgetViewManager result; + + argp1 = (Dali::Application *)jarg1; + if (!argp1) { + SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "Attempt to dereference null Dali::Application", 0); + return 0; + } + arg1 = *argp1; + if (!jarg2) { + SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "null string", 0); + return 0; + } + std::string arg2_str(jarg2); + arg2 = &arg2_str; + { + try { + result = Dali::WidgetView::WidgetViewManager::New(arg1,(std::string const &)*arg2); + } catch (std::out_of_range& e) { { - { - SWIG_CSharpException(SWIG_IndexError, const_cast(e.what())); - return 0; - }; - } - catch (std::exception &e) + SWIG_CSharpException(SWIG_IndexError, const_cast(e.what())); return 0; + }; + } catch (std::exception& e) { { - { - SWIG_CSharpException(SWIG_RuntimeError, const_cast(e.what())); - return 0; - }; - } - catch (Dali::DaliException e) + SWIG_CSharpException(SWIG_RuntimeError, const_cast(e.what())); return 0; + }; + } catch (Dali::DaliException e) { { - { - SWIG_CSharpException(SWIG_UnknownError, e.condition); - return 0; - }; - } - catch (...) + SWIG_CSharpException(SWIG_UnknownError, e.condition); return 0; + }; + } catch (...) { { - { - SWIG_CSharpException(SWIG_UnknownError, "unknown error"); - return 0; - }; - } + SWIG_CSharpException(SWIG_UnknownError, "unknown error"); return 0; + }; } + } - jresult = new Dali::WidgetView::WidgetViewManager((const Dali::WidgetView::WidgetViewManager &)result); + jresult = new Dali::WidgetView::WidgetViewManager((const Dali::WidgetView::WidgetViewManager &)result); + + //argout typemap for const std::string& + + return jresult; +} - //argout typemap for const std::string& - return jresult; +SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_WidgetViewManager_DownCast(void * jarg1) { + void * jresult ; + Dali::BaseHandle arg1 ; + Dali::BaseHandle *argp1 ; + Dali::WidgetView::WidgetViewManager result; + + argp1 = (Dali::BaseHandle *)jarg1; + if (!argp1) { + SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "Attempt to dereference null Dali::BaseHandle", 0); + return 0; } - - SWIGEXPORT void *SWIGSTDCALL CSharp_Dali_WidgetViewManager_DownCast(void *jarg1) + arg1 = *argp1; { - void *jresult; - Dali::BaseHandle arg1; - Dali::BaseHandle *argp1; - Dali::WidgetView::WidgetViewManager result; - - argp1 = (Dali::BaseHandle *)jarg1; - if (!argp1) - { - SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "Attempt to dereference null Dali::BaseHandle", 0); - return 0; - } - arg1 = *argp1; - { - try - { - result = Dali::WidgetView::WidgetViewManager::DownCast(arg1); - } - catch (std::out_of_range &e) + try { + result = Dali::WidgetView::WidgetViewManager::DownCast(arg1); + } catch (std::out_of_range& e) { { - { - SWIG_CSharpException(SWIG_IndexError, const_cast(e.what())); - return 0; - }; - } - catch (std::exception &e) + SWIG_CSharpException(SWIG_IndexError, const_cast(e.what())); return 0; + }; + } catch (std::exception& e) { { - { - SWIG_CSharpException(SWIG_RuntimeError, const_cast(e.what())); - return 0; - }; - } - catch (Dali::DaliException e) + SWIG_CSharpException(SWIG_RuntimeError, const_cast(e.what())); return 0; + }; + } catch (Dali::DaliException e) { { - { - SWIG_CSharpException(SWIG_UnknownError, e.condition); - return 0; - }; - } - catch (...) + SWIG_CSharpException(SWIG_UnknownError, e.condition); return 0; + }; + } catch (...) { { - { - SWIG_CSharpException(SWIG_UnknownError, "unknown error"); - return 0; - }; - } + SWIG_CSharpException(SWIG_UnknownError, "unknown error"); return 0; + }; } - - jresult = new Dali::WidgetView::WidgetViewManager((const Dali::WidgetView::WidgetViewManager &)result); - return jresult; } - SWIGEXPORT void *SWIGSTDCALL CSharp_Dali_new_WidgetViewManager__SWIG_0() - { - void *jresult; - Dali::WidgetView::WidgetViewManager *result = 0; - - { - try - { - result = (Dali::WidgetView::WidgetViewManager *)new Dali::WidgetView::WidgetViewManager(); - } - catch (std::out_of_range &e) - { - { - SWIG_CSharpException(SWIG_IndexError, const_cast(e.what())); - return 0; - }; - } - catch (std::exception &e) - { - { - SWIG_CSharpException(SWIG_RuntimeError, const_cast(e.what())); - return 0; - }; - } - catch (Dali::DaliException e) - { - { - SWIG_CSharpException(SWIG_UnknownError, e.condition); - return 0; - }; - } - catch (...) - { - { - SWIG_CSharpException(SWIG_UnknownError, "unknown error"); - return 0; - }; - } - } + jresult = new Dali::WidgetView::WidgetViewManager((const Dali::WidgetView::WidgetViewManager &)result); + return jresult; +} - jresult = (void *)result; - return jresult; - } - SWIGEXPORT void *SWIGSTDCALL CSharp_Dali_new_WidgetViewManager__SWIG_1(void *jarg1) +SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_new_WidgetViewManager__SWIG_0() { + void * jresult ; + Dali::WidgetView::WidgetViewManager *result = 0 ; + { - void *jresult; - Dali::WidgetView::WidgetViewManager *arg1 = 0; - Dali::WidgetView::WidgetViewManager *result = 0; - - arg1 = (Dali::WidgetView::WidgetViewManager *)jarg1; - if (!arg1) - { - SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "Dali::WidgetView::WidgetViewManager const & type is null", 0); - return 0; - } - { - try - { - result = (Dali::WidgetView::WidgetViewManager *)new Dali::WidgetView::WidgetViewManager((Dali::WidgetView::WidgetViewManager const &)*arg1); - } - catch (std::out_of_range &e) + try { + result = (Dali::WidgetView::WidgetViewManager *)new Dali::WidgetView::WidgetViewManager(); + } catch (std::out_of_range& e) { { - { - SWIG_CSharpException(SWIG_IndexError, const_cast(e.what())); - return 0; - }; - } - catch (std::exception &e) + SWIG_CSharpException(SWIG_IndexError, const_cast(e.what())); return 0; + }; + } catch (std::exception& e) { { - { - SWIG_CSharpException(SWIG_RuntimeError, const_cast(e.what())); - return 0; - }; - } - catch (Dali::DaliException e) + SWIG_CSharpException(SWIG_RuntimeError, const_cast(e.what())); return 0; + }; + } catch (Dali::DaliException e) { { - { - SWIG_CSharpException(SWIG_UnknownError, e.condition); - return 0; - }; - } - catch (...) + SWIG_CSharpException(SWIG_UnknownError, e.condition); return 0; + }; + } catch (...) { { - { - SWIG_CSharpException(SWIG_UnknownError, "unknown error"); - return 0; - }; - } + SWIG_CSharpException(SWIG_UnknownError, "unknown error"); return 0; + }; } - - jresult = (void *)result; - return jresult; } - SWIGEXPORT void *SWIGSTDCALL CSharp_Dali_WidgetViewManager_Assign(void *jarg1, void *jarg2) - { - void *jresult; - Dali::WidgetView::WidgetViewManager *arg1 = (Dali::WidgetView::WidgetViewManager *)0; - Dali::WidgetView::WidgetViewManager *arg2 = 0; - Dali::WidgetView::WidgetViewManager *result = 0; + jresult = (void *)result; + return jresult; +} - arg1 = (Dali::WidgetView::WidgetViewManager *)jarg1; - arg2 = (Dali::WidgetView::WidgetViewManager *)jarg2; - if (!arg2) - { - SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "Dali::WidgetView::WidgetViewManager const & type is null", 0); - return 0; - } - { - try - { - result = (Dali::WidgetView::WidgetViewManager *)&(arg1)->operator=((Dali::WidgetView::WidgetViewManager const &)*arg2); - } - catch (std::out_of_range &e) + +SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_new_WidgetViewManager__SWIG_1(void * jarg1) { + void * jresult ; + Dali::WidgetView::WidgetViewManager *arg1 = 0 ; + Dali::WidgetView::WidgetViewManager *result = 0 ; + + arg1 = (Dali::WidgetView::WidgetViewManager *)jarg1; + if (!arg1) { + SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "Dali::WidgetView::WidgetViewManager const & type is null", 0); + return 0; + } + { + try { + result = (Dali::WidgetView::WidgetViewManager *)new Dali::WidgetView::WidgetViewManager((Dali::WidgetView::WidgetViewManager const &)*arg1); + } catch (std::out_of_range& e) { { - { - SWIG_CSharpException(SWIG_IndexError, const_cast(e.what())); - return 0; - }; - } - catch (std::exception &e) + SWIG_CSharpException(SWIG_IndexError, const_cast(e.what())); return 0; + }; + } catch (std::exception& e) { { - { - SWIG_CSharpException(SWIG_RuntimeError, const_cast(e.what())); - return 0; - }; - } - catch (Dali::DaliException e) + SWIG_CSharpException(SWIG_RuntimeError, const_cast(e.what())); return 0; + }; + } catch (Dali::DaliException e) { { - { - SWIG_CSharpException(SWIG_UnknownError, e.condition); - return 0; - }; - } - catch (...) + SWIG_CSharpException(SWIG_UnknownError, e.condition); return 0; + }; + } catch (...) { { - { - SWIG_CSharpException(SWIG_UnknownError, "unknown error"); - return 0; - }; - } + SWIG_CSharpException(SWIG_UnknownError, "unknown error"); return 0; + }; } - - jresult = (void *)result; - return jresult; } - SWIGEXPORT void SWIGSTDCALL CSharp_Dali_delete_WidgetViewManager(void *jarg1) - { - Dali::WidgetView::WidgetViewManager *arg1 = (Dali::WidgetView::WidgetViewManager *)0; + jresult = (void *)result; + return jresult; +} - arg1 = (Dali::WidgetView::WidgetViewManager *)jarg1; - { - try - { - delete arg1; - } - catch (std::out_of_range &e) + +SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_WidgetViewManager_Assign(void * jarg1, void * jarg2) { + void * jresult ; + Dali::WidgetView::WidgetViewManager *arg1 = (Dali::WidgetView::WidgetViewManager *) 0 ; + Dali::WidgetView::WidgetViewManager *arg2 = 0 ; + Dali::WidgetView::WidgetViewManager *result = 0 ; + + arg1 = (Dali::WidgetView::WidgetViewManager *)jarg1; + arg2 = (Dali::WidgetView::WidgetViewManager *)jarg2; + if (!arg2) { + SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "Dali::WidgetView::WidgetViewManager const & type is null", 0); + return 0; + } + { + try { + result = (Dali::WidgetView::WidgetViewManager *) &(arg1)->operator =((Dali::WidgetView::WidgetViewManager const &)*arg2); + } catch (std::out_of_range& e) { { - { - SWIG_CSharpException(SWIG_IndexError, const_cast(e.what())); - return; - }; - } - catch (std::exception &e) + SWIG_CSharpException(SWIG_IndexError, const_cast(e.what())); return 0; + }; + } catch (std::exception& e) { { - { - SWIG_CSharpException(SWIG_RuntimeError, const_cast(e.what())); - return; - }; - } - catch (Dali::DaliException e) + SWIG_CSharpException(SWIG_RuntimeError, const_cast(e.what())); return 0; + }; + } catch (Dali::DaliException e) { { - { - SWIG_CSharpException(SWIG_UnknownError, e.condition); - return; - }; - } - catch (...) + SWIG_CSharpException(SWIG_UnknownError, e.condition); return 0; + }; + } catch (...) { { - { - SWIG_CSharpException(SWIG_UnknownError, "unknown error"); - return; - }; - } + SWIG_CSharpException(SWIG_UnknownError, "unknown error"); return 0; + }; } } - SWIGEXPORT void *SWIGSTDCALL CSharp_Dali_WidgetViewManager_AddWidget(void *jarg1, char *jarg2, char *jarg3, int jarg4, int jarg5, float jarg6) - { - void *jresult; - Dali::WidgetView::WidgetViewManager *arg1 = (Dali::WidgetView::WidgetViewManager *)0; - std::string *arg2 = 0; - std::string *arg3 = 0; - int arg4; - int arg5; - float arg6; - Dali::WidgetView::WidgetView result; + jresult = (void *)result; + return jresult; +} - arg1 = (Dali::WidgetView::WidgetViewManager *)jarg1; - if (!jarg2) - { - SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "null string", 0); - return 0; - } - std::string arg2_str(jarg2); - arg2 = &arg2_str; - if (!jarg3) - { - SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "null string", 0); - return 0; - } - std::string arg3_str(jarg3); - arg3 = &arg3_str; - arg4 = (int)jarg4; - arg5 = (int)jarg5; - arg6 = (float)jarg6; - { - try - { - result = (arg1)->AddWidget((std::string const &)*arg2, (std::string const &)*arg3, arg4, arg5, arg6); - } - catch (std::out_of_range &e) + +SWIGEXPORT void SWIGSTDCALL CSharp_Dali_delete_WidgetViewManager(void * jarg1) { + Dali::WidgetView::WidgetViewManager *arg1 = (Dali::WidgetView::WidgetViewManager *) 0 ; + + arg1 = (Dali::WidgetView::WidgetViewManager *)jarg1; + { + try { + delete arg1; + } catch (std::out_of_range& e) { { - { - SWIG_CSharpException(SWIG_IndexError, const_cast(e.what())); - return 0; - }; - } - catch (std::exception &e) + SWIG_CSharpException(SWIG_IndexError, const_cast(e.what())); return ; + }; + } catch (std::exception& e) { { - { - SWIG_CSharpException(SWIG_RuntimeError, const_cast(e.what())); - return 0; - }; - } - catch (Dali::DaliException e) + SWIG_CSharpException(SWIG_RuntimeError, const_cast(e.what())); return ; + }; + } catch (Dali::DaliException e) { { - { - SWIG_CSharpException(SWIG_UnknownError, e.condition); - return 0; - }; - } - catch (...) + SWIG_CSharpException(SWIG_UnknownError, e.condition); return ; + }; + } catch (...) { { - { - SWIG_CSharpException(SWIG_UnknownError, "unknown error"); - return 0; - }; - } + SWIG_CSharpException(SWIG_UnknownError, "unknown error"); return ; + }; } - - jresult = new Dali::WidgetView::WidgetView((const Dali::WidgetView::WidgetView &)result); - return jresult; } - SWIGEXPORT bool SWIGSTDCALL CSharp_Dali_WidgetViewManager_RemoveWidget(void *jarg1, void *jarg2) - { - bool jresult; - Dali::WidgetView::WidgetViewManager *widgetViewManager = (Dali::WidgetView::WidgetViewManager *)0; - Dali::WidgetView::WidgetView *widgetView = (Dali::WidgetView::WidgetView *)0; - bool result; +} - widgetViewManager = (Dali::WidgetView::WidgetViewManager *)jarg1; - widgetView = (Dali::WidgetView::WidgetView *)jarg2; - { - try - { - result = (widgetViewManager)->RemoveWidget(*widgetView); - } - catch (std::out_of_range &e) +SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_WidgetViewManager_AddWidget(void * jarg1, char * jarg2, char * jarg3, int jarg4, int jarg5, float jarg6) { + void * jresult ; + Dali::WidgetView::WidgetViewManager *arg1 = (Dali::WidgetView::WidgetViewManager *) 0 ; + std::string *arg2 = 0 ; + std::string *arg3 = 0 ; + int arg4 ; + int arg5 ; + float arg6 ; + Dali::WidgetView::WidgetView result; + + arg1 = (Dali::WidgetView::WidgetViewManager *)jarg1; + if (!jarg2) { + SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "null string", 0); + return 0; + } + std::string arg2_str(jarg2); + arg2 = &arg2_str; + if (!jarg3) { + SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "null string", 0); + return 0; + } + std::string arg3_str(jarg3); + arg3 = &arg3_str; + arg4 = (int)jarg4; + arg5 = (int)jarg5; + arg6 = (float)jarg6; + { + try { + result = (arg1)->AddWidget((std::string const &)*arg2,(std::string const &)*arg3,arg4,arg5,arg6); + } catch (std::out_of_range& e) { { - { - SWIG_CSharpException(SWIG_IndexError, const_cast(e.what())); - return 0; - }; - } - catch (std::exception &e) + SWIG_CSharpException(SWIG_IndexError, const_cast(e.what())); return 0; + }; + } catch (std::exception& e) { { - { - SWIG_CSharpException(SWIG_RuntimeError, const_cast(e.what())); - return 0; - }; - } - catch (Dali::DaliException e) + SWIG_CSharpException(SWIG_RuntimeError, const_cast(e.what())); return 0; + }; + } catch (Dali::DaliException e) { { - { - SWIG_CSharpException(SWIG_UnknownError, e.condition); - return 0; - }; - } - catch (...) + SWIG_CSharpException(SWIG_UnknownError, e.condition); return 0; + }; + } catch (...) { { - { - SWIG_CSharpException(SWIG_UnknownError, "unknown error"); - return 0; - }; - } + SWIG_CSharpException(SWIG_UnknownError, "unknown error"); return 0; + }; } - - jresult = result; - return jresult; } + + jresult = new Dali::WidgetView::WidgetView((const Dali::WidgetView::WidgetView &)result); + return jresult; +} + #ifdef __cplusplus } #endif +