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%2Fcheck-box-button.h;h=7a5e073269ea63f56aa67dea41f2e09c6ab3ba6e;hp=2e905d6d92a32cd29f910b33b75583729b8d7a59;hb=d6f58f1070d7dcf950a2517cabe91828178a4788;hpb=2acdedcc7c7e732a9ec97d08c8cee7423ed6ebf7 diff --git a/dali-toolkit/public-api/controls/buttons/check-box-button.h b/dali-toolkit/public-api/controls/buttons/check-box-button.h index 2e905d6..7a5e073 100644 --- a/dali-toolkit/public-api/controls/buttons/check-box-button.h +++ b/dali-toolkit/public-api/controls/buttons/check-box-button.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_CHECK_BOX_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. @@ -33,6 +33,10 @@ namespace Internal DALI_INTERNAL { class CheckBoxButton; } +/** + * @addtogroup dali_toolkit_controls_buttons + * @{ + */ /** * CheckBoxButton provides a check box button which user can check or uncheck. @@ -91,78 +95,6 @@ public: */ static CheckBoxButton DownCast( BaseHandle handle ); - /** - * Sets the background image. - * - * @param[in] image The background image. - */ - void SetBackgroundImage( Image image ); - - /** - * @copydoc SetBackgroundImage( Image image ) - */ - void SetBackgroundImage( Actor image ); - - /** - * Gets the background image. - * @return An actor with the background image. - */ - Actor GetBackgroundImage() const; - - /** - * Sets the selected image. - * - * @param[in] image The selected image. - */ - void SetSelectedImage( Image image ); - - /** - * @copydoc SetSelectedImage( Image image ) - */ - void SetSelectedImage( Actor image ); - - /** - * Gets the selected image. - * @return An actor with the selected image. - */ - Actor GetSelectedImage() const; - - /** - * Sets the disabled background image. - * - * @param[in] image The disabled background image. - */ - void SetDisabledBackgroundImage( Image image ); - - /** - * @copydoc SetDisabledBackgroundImage( Image image ) - */ - void SetDisabledBackgroundImage( Actor image ); - - /** - * Gets the disabled background image. - * @return An actor with the disabled background image. - */ - Actor GetDisabledBackgroundImage() const; - - /** - * Sets the disabled selected image. - * - * @param[in] image The disabled selected image. - */ - void SetDisabledSelectedImage( Image image ); - - /** - * @copydoc SetDisabledSelectedImage( Image image ) - */ - void SetDisabledSelectedImage( Actor image ); - - /** - * Gets the disabled selected image. - * @return An actor with the disabled selected image. - */ - Actor GetDisabledSelectedImage() const; - public: // Not intended for application developers /** @@ -178,6 +110,9 @@ public: // Not intended for application developers DALI_INTERNAL CheckBoxButton( Dali::Internal::CustomActor* internal ); }; +/** + * @} + */ } // namespace Toolkit } // namespace Dali