X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fbuttons%2Fpush-button-impl.h;h=6417b4b0247f7b8048f19b1ee03892cda416dc4f;hb=675300a339110f245ba62117a6da5c5b581c12d1;hp=990acf0443a96ead88eddd8b3e946f56f80229b7;hpb=e5dbcae1f8ee31b14d675793ab86161eeeefb029;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/buttons/push-button-impl.h b/dali-toolkit/internal/controls/buttons/push-button-impl.h index 990acf0..6417b4b 100644 --- a/dali-toolkit/internal/controls/buttons/push-button-impl.h +++ b/dali-toolkit/internal/controls/buttons/push-button-impl.h @@ -93,33 +93,54 @@ public: */ static Property::Value GetProperty( BaseObject* object, Property::Index propertyIndex ); -private: // From Button + /** + * Deprecated API for Setting Pushbutton image using an Actor + * @param[in] image, Image Actor that has a url which can be used to create an image visual + */ + void SetButtonImage( Actor image ); /** - * @copydoc Toolkit::Internal::Button::OnInitialize + * Deprecated API for Setting Pushbutton image using an Actor + * @param[in] image, Image Actor that has a url which can be used to create an image visual */ - virtual void OnInitialize(); + void SetBackgroundImage( Actor image ); + + /** + * Deprecated API for Setting Pushbutton image using an Actor + * @param[in] image, Image Actor that has a url which can be used to create an image visual + */ + void SetSelectedImage( Actor image ); /** - * @copydoc Toolkit::Internal::Button::PrepareForTranstionIn( Actor actor ) + * Deprecated API for Setting Pushbutton image using an Actor + * @param[in] image, Image Actor that has a url which can be used to create an image visual */ - virtual void PrepareForTranstionIn( Actor actor ); + void SetSelectedBackgroundImage( Actor image ); /** - * @copydoc Toolkit::Internal::Button::PrepareForTranstionOut( Actor actor ) + * Deprecated API for Setting Pushbutton image using an Actor + * @param[in] image, Image Actor that has a url which can be used to create an image visual */ - virtual void PrepareForTranstionOut( Actor actor ); + void SetDisabledBackgroundImage( Actor image ); /** - * @copydoc Toolkit::Internal::Button::OnTransitionIn( Toolkit::Visual::Base& visual ) + * Deprecated API for Setting Pushbutton image using an Actor + * @param[in] image, Image Actor that has a url which can be used to create an image visual */ - virtual void OnTransitionIn( Actor actor ); + void SetDisabledImage( Actor image ); /** - * @copydoc Toolkit::Internal::Button::OnTransitionOut( Toolkit::Visual::Base& visual ) + * Deprecated API for Setting Pushbutton image using an Actor + * @param[in] image, Image Actor that has a url which can be used to create an image visual */ - virtual void OnTransitionOut( Actor actor ); + void SetDisabledSelectedImage( Actor image ); + +private: // From Button + /** + * @copydoc Toolkit::Internal::Button::OnInitialize + */ + virtual void OnInitialize(); private: