Refactoring VisualActions
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / visuals / image-visual-actions-devel.h
index 78a1451..66b4715 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_TOOLKIT_DEVEL_API_VISUALS_IMAGE_VISUAL_ACTIONS_DEVEL_H
 
 /*
- * Copyright (c) 2018 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2021 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.
  * limitations under the License.
  *
  */
+#include <dali-toolkit/devel-api/toolkit-action-index-ranges.h>
 
 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,10 @@ namespace Action
  */
 enum Type
 {
-  RELOAD =  ///< 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.
 };
 
-} // namespace Actions
+} // namespace Action
 
 } // namespace DevelImageVisual