Move Some Devel Properties & APIs to the Public API 16/164116/9 PRJGPU_1000
authorMoonhee Choi <mh0310.choi@samsung.com>
Fri, 15 Dec 2017 10:01:59 +0000 (19:01 +0900)
committerMoonhee Choi <mh0310.choi@samsung.com>
Tue, 19 Dec 2017 07:13:28 +0000 (16:13 +0900)
control-devel.h
DALI_IMPORT_API Toolkit::Visual::ResourceStatus GetVisualResourceStatus(
const Internal::Control& control, Dali::Property::Index index );

texture-manager.h
DALI_IMPORT_API std::string AddTexture( Texture& texture );
DALI_IMPORT_API std::string AddTexture( TextureSet& textureSet );
DALI_IMPORT_API TextureSet RemoveTexture( const std::string& textureUrl
);

image-visual-properties-devel.h
LoadPolicy
ReleasePolicy
LOAD_POLICY
RELEASE_POLICY
ORIENTATION_CORRECTION

Change-Id: I78f93a9783e217e179c110b55c5e7e0a79243438


No differences found