X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fasset-manager%2Fasset-manager.h;h=cba2ffdc3f5b8793d5a84177a2a647dd90e182d8;hb=d51cf112336be005eec7a543b5665bfb7480918c;hp=aa6f2d6ae3aeb73a005ccf4f96a0424559f62894;hpb=32fb8d43cf8802133910ad631a8278974a076317;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/asset-manager/asset-manager.h b/dali-toolkit/devel-api/asset-manager/asset-manager.h index aa6f2d6..cba2ffd 100644 --- a/dali-toolkit/devel-api/asset-manager/asset-manager.h +++ b/dali-toolkit/devel-api/asset-manager/asset-manager.h @@ -29,13 +29,35 @@ namespace Dali namespace Toolkit { +/** + * @brief Retrieves the file system path of the assets. + */ class AssetManager { public: + /** + * @return The file system path of the images. + */ static const std::string GetDaliImagePath(); + + /** + * @return The file system path of the sounds. + */ static const std::string GetDaliSoundPath(); + + /** + * @return The file system path of the styles. + */ static const std::string GetDaliStylePath(); + + /** + * @return The file system path of the images in the styles. + */ static const std::string GetDaliStyleImagePath(); + + /** + * @return The file system path of the DALi's read only data. + */ static const std::string GetDaliDataReadOnlyPath(); };