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=fdcc65745e22c9ad0cdba771b2ff21494b176bdf;hp=f3cbea8d2dfb6ab9eeb66e45f29144d9d1dc474f;hb=4e284359dc32cfcb20c49068406fb341afed833b;hpb=8e7cfd0c114bf778287cc6e67d0f42f3c866e205 diff --git a/dali-toolkit/public-api/controls/buttons/push-button.h b/dali-toolkit/public-api/controls/buttons/push-button.h index f3cbea8..fdcc657 100644 --- a/dali-toolkit/public-api/controls/buttons/push-button.h +++ b/dali-toolkit/public-api/controls/buttons/push-button.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_PUSH_BUTTON_H__ -#define __DALI_TOOLKIT_PUSH_BUTTON_H__ +#ifndef DALI_TOOLKIT_PUSH_BUTTON_H +#define DALI_TOOLKIT_PUSH_BUTTON_H /* - * Copyright (c) 2017 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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. @@ -85,7 +85,7 @@ class PushButton; * See Button for more details on signals and modifying appearance via properties. * @SINCE_1_0.0 */ -class DALI_IMPORT_API PushButton : public Button +class DALI_TOOLKIT_API PushButton : public Button { public: @@ -172,94 +172,6 @@ public: */ static PushButton DownCast( BaseHandle handle ); - /////////////////////////////////////////////////////////////////////////// - // Deprecated API - - using Button::SetButtonImage; - - /** - * @DEPRECATED_1_0.50. Instead, use Button::SetUnselectedImage. - * - * @brief Sets the unselected image with an Actor. - * - * @SINCE_1_0.0 - * @param[in] image The Actor to use - */ - void SetButtonImage( Actor image ) DALI_DEPRECATED_API; - - using Button::SetBackgroundImage; - - /** - * @DEPRECATED_1_0.50. Instead, use Button::SetBackgroundImage. - * - * @brief Sets the background image with an Actor. - * - * @SINCE_1_0.0 - * @param[in] image The Actor to use - */ - void SetBackgroundImage( Actor image ) DALI_DEPRECATED_API; - - using Button::SetSelectedImage; - - /** - * @DEPRECATED_1_0.50. Instead, use Button::SetSelectedImage( const std::string& filename ). - * - * @brief Sets the selected image with an Actor. - * - * @SINCE_1_0.0 - * @param[in] image The Actor to use - */ - void SetSelectedImage( Actor image ) DALI_DEPRECATED_API; - - using Button::SetSelectedBackgroundImage; - - /** - * @DEPRECATED_1_0.50. Instead, use Button::SetSelectedBackgroundImage. - * - * @brief Sets the selected background image with an Actor. - * - * @SINCE_1_0.0 - * @param[in] image The Actor to use - */ - void SetSelectedBackgroundImage( Actor image ) DALI_DEPRECATED_API; - - using Button::SetDisabledBackgroundImage; - - /** - * @DEPRECATED_1_0.50. Instead, use Button::SetDisabledBackgroundImage. - * - * @brief Sets the disabled background image with an Actor. - * - * @SINCE_1_0.0 - * @param[in] image The Actor to use - */ - void SetDisabledBackgroundImage( Actor image ) DALI_DEPRECATED_API; - - using Button::SetDisabledImage; - - /** - * @DEPRECATED_1_0.50. Instead, use Button::SetDisabledImage. - * - * @brief Sets the disabled image with an Actor. - * - * @SINCE_1_0.0 - * @param[in] image The Actor to use - */ - void SetDisabledImage( Actor image ) DALI_DEPRECATED_API; - - using Button::SetDisabledSelectedImage; - - /** - * @DEPRECATED_1_0.50. Instead, use Button::SetDisabledSelectedImage. - * - * @brief Sets the disabled selected image with an Actor. - * - * @SINCE_1_0.0 - * @param[in] image The Actor to use - */ - void SetDisabledSelectedImage( Actor image ) DALI_DEPRECATED_API; - - public: // Not intended for application developers /// @cond internal @@ -288,4 +200,4 @@ public: // Not intended for application developers } // namespace Dali -#endif // __DALI_TOOLKIT_PUSH_BUTTON_H__ +#endif // DALI_TOOLKIT_PUSH_BUTTON_H