X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fbuttons%2Fpush-button.h;h=a74610abad2f014c91d7b067a661f9d40b348557;hp=0b4fa5fbf2e6883faf76c9891f2a3a21a45dfdfb;hb=6c8eb158ad2fb68a20bdcfabf8e07dd017da0528;hpb=c25b3c40178dadf12dc5e8f77c17413df0a55099 diff --git a/dali-toolkit/public-api/controls/buttons/push-button.h b/dali-toolkit/public-api/controls/buttons/push-button.h index 0b4fa5f..a74610a 100644 --- a/dali-toolkit/public-api/controls/buttons/push-button.h +++ b/dali-toolkit/public-api/controls/buttons/push-button.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_PUSH_BUTTON_H__ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2015 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. @@ -121,12 +121,7 @@ public: */ static PushButton DownCast( BaseHandle handle ); - /** - * @brief Sets the button image. - * - * @param[in] image The button image. - */ - void SetButtonImage( Image image ); + using Button::SetButtonImage; /** * @brief SetButtonImage @@ -145,12 +140,7 @@ public: */ Actor GetButtonImage() const; - /** - * @brief Sets the background image. - * - * @param[in] image The background image. - */ - void SetBackgroundImage( Image image ); + using Button::SetBackgroundImage; /** * @brief SetBackgroundImage @@ -169,12 +159,7 @@ public: */ Actor GetBackgroundImage() const; - /** - * @brief Sets the selected image. - * - * @param[in] image The selected image. - */ - void SetSelectedImage( Image image ); + using Button::SetSelectedImage; /** * @copydoc SetSelectedImage( Image image ) @@ -188,12 +173,7 @@ public: */ Actor GetSelectedImage() const; - /** - * @brief Sets the selected background image. - * - * @param[in] image The selected background image. - */ - void SetSelectedBackgroundImage( Image image ); + using Button::SetSelectedBackgroundImage; /** * @copydoc SetSelectedBackgroundImage( Image image ) @@ -207,12 +187,7 @@ public: */ Actor GetSelectedBackgroundImage() const; - /** - * @brief Sets the disabled background image. - * - * @param[in] image The disabled background image. - */ - void SetDisabledBackgroundImage( Image image ); + using Button::SetDisabledBackgroundImage; /** * @copydoc SetDisabledBackgroundImage( Image image ) @@ -226,12 +201,7 @@ public: */ Actor GetDisabledBackgroundImage() const; - /** - * @brief Sets the disabled button image. - * - * @param[in] image The disabled button image. - */ - void SetDisabledImage( Image image ); + using Button::SetDisabledImage; /** * @copydoc SetDisabledImage( Image image )