X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Ftransition-effects%2Fcube-transition-fold-effect.h;h=d1171c5e2082ae4fa780cebf169e2d06ff70c495;hb=90168515fb4b80ff64c068769420c0235a225d71;hp=04a375e3bcb3a5106eec94ce725b4ceee8801e1a;hpb=9eecb41468197eb2fc03e55c151011ea387e1bed;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/transition-effects/cube-transition-fold-effect.h b/dali-toolkit/devel-api/transition-effects/cube-transition-fold-effect.h index 04a375e..d1171c5 100644 --- a/dali-toolkit/devel-api/transition-effects/cube-transition-fold-effect.h +++ b/dali-toolkit/devel-api/transition-effects/cube-transition-fold-effect.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_CUBE_TRANSITION_FOLD_EFFECT_H__ -#define __DALI_TOOLKIT_CUBE_TRANSITION_FOLD_EFFECT_H__ +#ifndef DALI_TOOLKIT_CUBE_TRANSITION_FOLD_EFFECT_H +#define DALI_TOOLKIT_CUBE_TRANSITION_FOLD_EFFECT_H /* - * Copyright (c) 2018 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,18 +22,16 @@ namespace Dali { - namespace Toolkit { - namespace Internal DALI_INTERNAL { - /** +/** * CubeTransitionFoldEffectimplementation class */ - class CubeTransitionFoldEffect; +class CubeTransitionFoldEffect; -} // namespace Internal +} // namespace DALI_INTERNAL /** * SubClass of CubeTransitionEffect @@ -41,31 +39,27 @@ namespace Internal DALI_INTERNAL */ class DALI_TOOLKIT_API CubeTransitionFoldEffect : public CubeTransitionEffect { - public: - /** * Create an initialized CubeTransitionFoldEffect * @param[in] numRows How many rows of cubes * @param[in] numColumns How many columns of cubes * @return The initialized CubeTransitionFoldEffect object */ - static CubeTransitionFoldEffect New( unsigned int numRows, unsigned int numColumns ); - + static CubeTransitionFoldEffect 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 CubeTransitionFoldEffect( Internal::CubeTransitionFoldEffect& implementation ); + DALI_INTERNAL CubeTransitionFoldEffect(Internal::CubeTransitionFoldEffect& implementation); /** * Allows the creation of this Control from an Internal::CustomActor pointer. * @param[in] internal A pointer to the internal CustomActor. */ - DALI_INTERNAL CubeTransitionFoldEffect( Dali::Internal::CustomActor* internal ); + DALI_INTERNAL CubeTransitionFoldEffect(Dali::Internal::CustomActor* internal); }; // class CubeTransitionFoldEffect @@ -73,4 +67,4 @@ public: // Not intended for developer use } // namespace Dali -#endif /* __DALI_TOOLKIT_CUBE_TRANSITION_FOLD_EFFECT_H__ */ +#endif // DALI_TOOLKIT_CUBE_TRANSITION_FOLD_EFFECT_H