X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Ftransition-effects%2Fcube-transition-wave-effect.h;h=5043ae521ca755ec8ce40f5fcd4eaf666a7cb1ec;hb=90168515fb4b80ff64c068769420c0235a225d71;hp=b8a5c4f2b0e281bc7f90439e04d99f2bdb6b0f41;hpb=ed318176506ba6763f189728d7c14c00e9e0b909;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/transition-effects/cube-transition-wave-effect.h b/dali-toolkit/devel-api/transition-effects/cube-transition-wave-effect.h index b8a5c4f..5043ae5 100644 --- a/dali-toolkit/devel-api/transition-effects/cube-transition-wave-effect.h +++ b/dali-toolkit/devel-api/transition-effects/cube-transition-wave-effect.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_CUBE_TRANSITION_WAVE_EFFECT_H__ -#define __DALI_TOOLKIT_CUBE_TRANSITION_WAVE_EFFECT_H__ +#ifndef DALI_TOOLKIT_CUBE_TRANSITION_WAVE_EFFECT_H +#define DALI_TOOLKIT_CUBE_TRANSITION_WAVE_EFFECT_H /* - * Copyright (c) 2015 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. @@ -22,54 +22,49 @@ namespace Dali { - namespace Toolkit { - namespace Internal DALI_INTERNAL { - /** +/** * CubeTransitionWaveEffect implementation class */ - class CubeTransitionWaveEffect; +class CubeTransitionWaveEffect; -} // namespace Internal +} // namespace DALI_INTERNAL /** * SubClass of CubeTransitionEffect * Rotate the cubes successively according to the finger movement to achieve wave-like transition effect */ -class DALI_IMPORT_API CubeTransitionWaveEffect : public CubeTransitionEffect +class DALI_TOOLKIT_API CubeTransitionWaveEffect : public CubeTransitionEffect { - public: - /** * Create an initialized CubeTransitionWaveEffect * @param[in] numRows How many rows of cubes * @param[in] numColumns How many columns of cubes * @return The initialized CubeTransitionWaveEffect object */ - static CubeTransitionWaveEffect New( unsigned int numRows, unsigned int numColumns ); - + static CubeTransitionWaveEffect New(unsigned int numRows, unsigned int numColumns); public: // Not intended for developer use - /** * Creates a handle using the Toolkit::Internal implementation. * @param[in] implementation The Control implementation. */ - DALI_INTERNAL CubeTransitionWaveEffect( Internal::CubeTransitionWaveEffect& implementation ); + DALI_INTERNAL CubeTransitionWaveEffect(Internal::CubeTransitionWaveEffect& implementation); /** * Allows the creation of this Control from an Internal::CustomActor pointer. * @param[in] internal A pointer to the internal CustomActor. */ - DALI_INTERNAL CubeTransitionWaveEffect( Dali::Internal::CustomActor* internal ); + DALI_INTERNAL CubeTransitionWaveEffect(Dali::Internal::CustomActor* internal); }; // class CubeTransitionWaveEffect } // namespace Toolkit } // namespace Dali -#endif /* __DALI_TOOLKIT_CUBE_TRANSITION_WAVE_EFFECT_H__ */ + +#endif // DALI_TOOLKIT_CUBE_TRANSITION_WAVE_EFFECT_H