Make some visual use DecoratedVisualRenderer
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / visuals / visual-event-observer.h
index 799962f..35a48fa 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_INTERNAL_TOOLKIT_VISUAL_EVENT_OBSERVER_H
 
 /*
- * Copyright (c) 2021 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2022 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.
@@ -49,6 +49,12 @@ public:
    */
   virtual void NotifyVisualEvent(Visual::Base& object, Property::Index signalId) = 0;
 
+  /**
+   * Requests a relayout to the observer.
+   * @param[in] object The connection owner
+   */
+  virtual void RelayoutRequest(Visual::Base& object) = 0;
+
 protected:
   /**
    * constructor