X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-swig%2Fmanual%2Fcpp%2Fdevel-property-wrap.cpp;h=f4fffbd1826fdecee0cbe68046110e5a8d24b359;hp=562b822acd558453fa67b358ad80734df9421e57;hb=a7893bad4c7f36c4250dc665a90d60849d179a66;hpb=0ade1ea02b460b002d9cd82cd3023a5107eb6294 diff --git a/plugins/dali-swig/manual/cpp/devel-property-wrap.cpp b/plugins/dali-swig/manual/cpp/devel-property-wrap.cpp old mode 100644 new mode 100755 index 562b822..f4fffbd --- a/plugins/dali-swig/manual/cpp/devel-property-wrap.cpp +++ b/plugins/dali-swig/manual/cpp/devel-property-wrap.cpp @@ -26,47 +26,71 @@ #include #include #include +#include +#include #ifdef __cplusplus extern "C" { #endif -SWIGEXPORT int SWIGSTDCALL CSharp_Actor_Property_BATCH_PARENT_get() { - int jresult ; - int result; +SWIGEXPORT int SWIGSTDCALL CSharp_Actor_Property_SIBLING_ORDER_get() { - result = (int)Dali::DevelActor::Property::BATCH_PARENT; - jresult = (int)result; - return jresult; + return Dali::DevelActor::Property::SIBLING_ORDER; } -SWIGEXPORT int SWIGSTDCALL CSharp_Actor_Property_SIBLING_ORDER_get() { +SWIGEXPORT int SWIGSTDCALL CSharp_Actor_Property_OPACITY_get() { + + return Dali::DevelActor::Property::OPACITY; +} + +SWIGEXPORT int SWIGSTDCALL CSharp_Actor_Property_SCREEN_POSITION_get() { + + return Dali::DevelActor::Property::SCREEN_POSITION; +} + +SWIGEXPORT int SWIGSTDCALL CSharp_View_Property_TOOLTIP_get() { int jresult ; int result; - result = (int)Dali::DevelActor::Property::SIBLING_ORDER; + result = (int)Dali::Toolkit::DevelControl::Property::TOOLTIP; jresult = (int)result; return jresult; } -SWIGEXPORT int SWIGSTDCALL CSharp_Renderer_Property_BATCHING_ENABLED_get() { +SWIGEXPORT int SWIGSTDCALL CSharp_View_Property_STATE_get() { int jresult ; int result; - result = (int)Dali::DevelRenderer::Property::BATCHING_ENABLED; + result = (int)Dali::Toolkit::DevelControl::Property::STATE; jresult = (int)result; return jresult; } -SWIGEXPORT int SWIGSTDCALL CSharp_View_Property_TOOLTIP_get() { +SWIGEXPORT int SWIGSTDCALL CSharp_View_Property_SUB_STATE_get() { int jresult ; int result; - result = (int)Dali::Toolkit::DevelControl::Property::TOOLTIP; + result = (int)Dali::Toolkit::DevelControl::Property::SUB_STATE; jresult = (int)result; return jresult; } +SWIGEXPORT int SWIGSTDCALL CSharp_View_Property_LEFT_FOCUSABLE_ACTOR_ID_get() { + return Dali::Toolkit::DevelControl::Property::LEFT_FOCUSABLE_ACTOR_ID; +} + +SWIGEXPORT int SWIGSTDCALL CSharp_View_Property_RIGHT_FOCUSABLE_ACTOR_ID_get() { + return Dali::Toolkit::DevelControl::Property::RIGHT_FOCUSABLE_ACTOR_ID; +} + +SWIGEXPORT int SWIGSTDCALL CSharp_View_Property_UP_FOCUSABLE_ACTOR_ID_get() { + return Dali::Toolkit::DevelControl::Property::UP_FOCUSABLE_ACTOR_ID; +} + +SWIGEXPORT int SWIGSTDCALL CSharp_View_Property_DOWN_FOCUSABLE_ACTOR_ID_get() { + return Dali::Toolkit::DevelControl::Property::DOWN_FOCUSABLE_ACTOR_ID; +} + SWIGEXPORT int SWIGSTDCALL CSharp_ItemView_Property_LAYOUT_get() { int jresult ; int result; @@ -175,6 +199,33 @@ SWIGEXPORT int SWIGSTDCALL CSharp_Button_Property_VISUAL_PADDING_get() { return jresult; } +SWIGEXPORT int SWIGSTDCALL CSharp_Visual_Property_TRANSFORM_get() { + int jresult ; + int result; + + result = (int)Dali::Toolkit::DevelVisual::Property::TRANSFORM; + jresult = (int)result; + return jresult; +} + +SWIGEXPORT int SWIGSTDCALL CSharp_Visual_Property_PREMULTIPLIED_ALPHA_get() { + int jresult ; + int result; + + result = (int)Dali::Toolkit::DevelVisual::Property::PREMULTIPLIED_ALPHA; + jresult = (int)result; + return jresult; +} + +SWIGEXPORT int SWIGSTDCALL CSharp_Visual_Property_MIX_COLOR_get() { + int jresult ; + int result; + + result = (int)Dali::Toolkit::DevelVisual::Property::MIX_COLOR; + jresult = (int)result; + return jresult; +} + #ifdef __cplusplus } #endif