X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fvisuals%2Fvisual-event-observer.h;h=35a48fa53ace91fa7d24ffed6fb7f2c0e0404f4f;hp=799962fc9fe76341cd85ea9357c850de28aab836;hb=5a936aac073676657d48db5c42e5d2ad3f5cac9f;hpb=b8da2e53925b9abb9fa362560069e8ca4aa62f81 diff --git a/dali-toolkit/internal/visuals/visual-event-observer.h b/dali-toolkit/internal/visuals/visual-event-observer.h index 799962f..35a48fa 100644 --- a/dali-toolkit/internal/visuals/visual-event-observer.h +++ b/dali-toolkit/internal/visuals/visual-event-observer.h @@ -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