Rename OnStage signals and related internal changes 15/240215/1
authorRichard Huang <r.huang@samsung.com>
Tue, 4 Aug 2020 11:11:33 +0000 (12:11 +0100)
committerRichard Huang <r.huang@samsung.com>
Tue, 4 Aug 2020 11:11:47 +0000 (12:11 +0100)
Change-Id: Ic6cdf455c1567ad0bb0b662ed14939ea0aac8702

dali/internal/input/tizen-wayland/input-method-context-impl-ecore-wl.cpp
dali/internal/input/ubuntu-x11/input-method-context-impl-x.cpp
dali/internal/input/windows/input-method-context-impl-win.cpp

index fc21584..88b63a6 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2020 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.
@@ -334,7 +334,7 @@ InputMethodContextEcoreWl::InputMethodContextEcoreWl( Dali::Actor actor )
 {
   ecore_imf_init();
 
-  actor.OnStageSignal().Connect( this, &InputMethodContextEcoreWl::OnStaged );
+  actor.OnSceneSignal().Connect( this, &InputMethodContextEcoreWl::OnStaged );
 }
 
 InputMethodContextEcoreWl::~InputMethodContextEcoreWl()
index f9fe6ae..83e0c22 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2020 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.
@@ -161,7 +161,7 @@ InputMethodContextX::InputMethodContextX( Dali::Actor actor )
 {
   ecore_imf_init();
 
-  actor.OnStageSignal().Connect( this, &InputMethodContextX::OnStaged );
+  actor.OnSceneSignal().Connect( this, &InputMethodContextX::OnStaged );
 }
 
 InputMethodContextX::~InputMethodContextX()
index 3437f02..f3deb99 100755 (executable)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (c) 2019 Samsung Electronics Co., Ltd.\r
+ * Copyright (c) 2020 Samsung Electronics Co., Ltd.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
@@ -72,7 +72,7 @@ InputMethodContextWin::InputMethodContextWin( Dali::Actor actor )
   mIdleCallbackConnected( false )\r
 {\r
 \r
-  actor.OnStageSignal().Connect( this, &InputMethodContextWin::OnStaged );\r
+  actor.OnSceneSignal().Connect( this, &InputMethodContextWin::OnStaged );\r
 }\r
 \r
 InputMethodContextWin::~InputMethodContextWin()\r