X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fvisuals%2Fimage-visual-actions-devel.h;h=66b47157daeb50b8633f917003153d94e71cb9c4;hp=f76e772dffb5d9d1eaad0ba74883bc384dd2a880;hb=HEAD;hpb=149fa4a2bd6765eef1601be6957c6f608876be38 diff --git a/dali-toolkit/devel-api/visuals/image-visual-actions-devel.h b/dali-toolkit/devel-api/visuals/image-visual-actions-devel.h index f76e772..f49c2ff 100644 --- a/dali-toolkit/devel-api/visuals/image-visual-actions-devel.h +++ b/dali-toolkit/devel-api/visuals/image-visual-actions-devel.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_DEVEL_API_VISUALS_IMAGE_VISUAL_ACTIONS_DEVEL_H /* - * Copyright (c) 2017 Samsung Electronics Co., Ltd. + * Copyright (c) 2023 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. @@ -17,16 +17,14 @@ * limitations under the License. * */ +#include namespace Dali { - namespace Toolkit { - namespace DevelImageVisual { - /** * @brief Actions that the image visual can perform. These actions are called through the Visual::Base::DoAction API. */ @@ -37,10 +35,12 @@ namespace Action */ enum Type { - RELOAD = 0, ///< Force reloading of the image, all visuals using this image will get the latest one. + RELOAD = VISUAL_ACTION_START_INDEX, ///< Force reloading of the image, all visuals using this image will get the latest one. + + IMAGE_VISUAL_ACTION_END_INDEX = VISUAL_ACTION_START_INDEX + 10000 ///< End of image visual action index. }; -} // namespace Actions +} // namespace Action } // namespace DevelImageVisual