X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Fcontrol-wrapper-impl.h;h=10130f78ad69c387079d358383f06ee3d9950b4b;hb=a97787d5b7db865cea0b003db309a619877b0144;hp=8a35ee98af52fab4dfe8e8f327edf3b341d0025f;hpb=535870c8f9a4033ea411b89d30f2ddc1342ac7ee;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/controls/control-wrapper-impl.h b/dali-toolkit/devel-api/controls/control-wrapper-impl.h index 8a35ee9..10130f7 100755 --- a/dali-toolkit/devel-api/controls/control-wrapper-impl.h +++ b/dali-toolkit/devel-api/controls/control-wrapper-impl.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_INTERNAL_CONTROL_WRAPPER_H /* - * Copyright (c) 2017 Samsung Electronics Co., Ltd. + * Copyright (c) 2018 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -45,7 +45,7 @@ typedef IntrusivePtr< ControlWrapper > ControlWrapperPtr; /** * @copydoc Toolkit::ControlWrapper */ -class DALI_IMPORT_API ControlWrapper : public Control +class DALI_TOOLKIT_API ControlWrapper : public Control { public: @@ -118,7 +118,7 @@ public: // From Control /** * @ref Dali::Toolkit::DevelControl::RegisterVisual() */ - void RegisterVisual( Property::Index index, Toolkit::Visual::Base& visual, float depthIndex ); + void RegisterVisual( Property::Index index, Toolkit::Visual::Base& visual, int depthIndex ); /** * @ref Dali::Toolkit::DevelControl::RegisterVisual() @@ -128,7 +128,7 @@ public: // From Control /** * @ref Dali::Toolkit::DevelControl::RegisterVisual() */ - void RegisterVisual( Property::Index index, Toolkit::Visual::Base& visual, bool enabled, float depthIndex ); + void RegisterVisual( Property::Index index, Toolkit::Visual::Base& visual, bool enabled, int depthIndex ); /** * @ref Dali::Toolkit::DevelControl::UnregisterVisual() @@ -168,6 +168,13 @@ public: // From Control */ void ApplyThemeStyle(); +public: + /** + * Enable access to non-native type info from native side + * @return The type info that was registered on this type + */ + Dali::TypeInfo GetTypeInfo(); + protected: /**