X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=dali-toolkit%2Fdevel-api%2Fasset-manager%2Fasset-manager.h;h=ecc56de6f5b1652b8da06434f3e4e9bcde5dc3d2;hb=1d82abb8a1a514ce0af63004706135fb7883f89b;hp=aa6f2d6ae3aeb73a005ccf4f96a0424559f62894;hpb=d82f43904668532387d5c796aad7aa265d5536d6;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..ecc56de 100644 --- a/dali-toolkit/devel-api/asset-manager/asset-manager.h +++ b/dali-toolkit/devel-api/asset-manager/asset-manager.h @@ -25,24 +25,42 @@ 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(); }; -} // Toolkit - -} // Dali +} // namespace Toolkit +} // namespace Dali #endif // DALI_TOOLKIT_ASSET_MANAGER_DEVEL_H -