X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Factors%2Factor-devel.cpp;h=650fe92500bbdab4e14935032b007df73d8d5376;hb=c419689d2ee590bceab57b1f8786d64ee0536520;hp=fd0843467631674307cd72924c5b13985502463b;hpb=857fd25758640139ac4d2e93355917e204a53041;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/devel-api/actors/actor-devel.cpp b/dali/devel-api/actors/actor-devel.cpp index fd08434..650fe92 100755 --- a/dali/devel-api/actors/actor-devel.cpp +++ b/dali/devel-api/actors/actor-devel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 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. @@ -53,6 +53,11 @@ Actor::TouchEventSignalType& InterceptTouchedSignal(Actor actor) return GetImplementation(actor).InterceptTouchedSignal(); } +void SwitchParent(Actor actor, Actor newParent) +{ + return GetImplementation(actor).SwitchParent(GetImplementation(newParent)); +} + } // namespace DevelActor } // namespace Dali