X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=shared%2Fdali-table-view.h;h=aa94d389f70cc6059d00ffa4da111d492b9941a9;hb=f00dca41f5430eea2ed3b00f0be2a010ceb3c664;hp=03b22ebdb1d9d781039a10dd1ac9d2bd8c6fa722;hpb=1b1ac2010b52acb4ce6c0003d9aebde34eb38fc2;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/shared/dali-table-view.h b/shared/dali-table-view.h index 03b22eb..aa94d38 100644 --- a/shared/dali-table-view.h +++ b/shared/dali-table-view.h @@ -2,7 +2,7 @@ #define DALI_DEMO_TABLEVIEW_H /* - * 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. @@ -150,7 +150,7 @@ private: // Application callbacks & implementation * * @return Consume flag */ - bool OnTilePressed( Dali::Actor actor, const Dali::TouchData& event ); + bool OnTilePressed( Dali::Actor actor, const Dali::TouchEvent& event ); /** * Called by OnTilePressed & Accessibility to do the appropriate action. @@ -211,7 +211,7 @@ private: // Application callbacks & implementation * * @return Consume flag */ - bool OnScrollTouched( Dali::Actor actor, const Dali::TouchData& event ); + bool OnScrollTouched( Dali::Actor actor, const Dali::TouchEvent& event ); /** * Setup the effect on the scroll view @@ -332,10 +332,10 @@ private: // Application callbacks & implementation void OnButtonsPageRelayout( const Dali::Actor& actor ); /** - * @brief The is connected to the keyboard focus highlight actor, and called when it is placed on stage. - * @param[in] actor The actor that has been placed on stage. + * @brief The is connected to the keyboard focus highlight actor, and called when it is placed on the scene. + * @param[in] actor The actor that has been placed on the scene. */ - void OnStageConnect( Dali::Actor actor ); + void OnSceneConnect( Dali::Actor actor ); /** * @brief Callback called to set up background actors