Remove non-public APIs of Animation
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / buttons / push-button-impl.h
index 2784bab..cee57f6 100644 (file)
@@ -165,7 +165,7 @@ private:
    * Adds the actor to the fade in animation. It creates a fade in animation if needed.
    * @param[in] actor The actor.
    */
-  void AddToFadeInAnimation( const Actor& actor );
+  void AddToFadeInAnimation( Actor& actor );
 
   /**
    * Starts the fade in animation.
@@ -181,7 +181,7 @@ private:
   /**
    * Adds the actor to the fade out animation. It creates a fade out animation if needed.
    */
-  void AddToFadeOutAnimation( const Actor& actor );
+  void AddToFadeOutAnimation( Actor& actor );
 
   /**
    * Starts the fade out animation.
@@ -201,7 +201,7 @@ private:
    * @param[inout] image The actor.
    * @param[in] opacity The initial opacity.
    */
-  void FadeInImage( Actor& image, float opacity = 0.f );
+  void FadeInImage( Actor& image, float opacity = 0.f, int priority = -1 );
 
   /**
    * It adds the actor fade out animation and stores it to be removed when the animation finishes.