X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Ftransition-effects%2Fcube-transition-fold-effect.h;h=0543d27ef90157bb5cb8f2589b4cf69b19469527;hp=789a30e298e149b183281906e9eded1ad0abd9da;hb=a073ebfd862b49692c8e6d7dff2b128e62a4f6df;hpb=c3f7ea6cb0c0b75c2276193aff88b5c7a679a2d5 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 789a30e..0543d27 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 @@ -37,7 +37,7 @@ namespace Internal DALI_INTERNAL /** * SubClass of CubeTransitionEffect - * Rotate the neighboring cubes in opposite directions to transite from one image to another + * Rotate the neighboring cubes in opposite directions to transition from one image to another */ class DALI_IMPORT_API CubeTransitionFoldEffect : public CubeTransitionEffect { @@ -48,19 +48,24 @@ public: * Create an initialized CubeTransitionFoldEffect * @param[in] numRows How many rows of cubes * @param[in] numColumns How many columns of cubes - * @param[in] viewAreaSize The size of view area for this transition effect * @return The initialized CubeTransitionFoldEffect object */ - static CubeTransitionFoldEffect New( unsigned int numRows, unsigned int numColumns, Size viewAreaSize ); + static CubeTransitionFoldEffect New( unsigned int numRows, unsigned int numColumns ); public: // Not intended for developer use /** - * This constructor is used by Dali New() methods. - * @param [in] impl A pointer to a newly allocated Dali resource + * Creates a handle using the Toolkit::Internal implementation. + * @param[in] implementation The Control implementation. */ - explicit DALI_INTERNAL CubeTransitionFoldEffect( Internal::CubeTransitionFoldEffect* impl ); + 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 ); }; // class CubeTransitionFoldEffect