X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fbuttons%2Fcheck-box-button.h;h=357c3e1e7e9c18d01b8e2cfad8d7b777fbfeb5b2;hb=refs%2Fchanges%2F37%2F45137%2F8;hp=975221305fb7b7a69183f02386420b60e5d26ea1;hpb=b3aff14cae6b3af637e75171422c16661878ba8e;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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 9752213..357c3e1 100644 --- a/dali-toolkit/public-api/controls/buttons/check-box-button.h +++ b/dali-toolkit/public-api/controls/buttons/check-box-button.h @@ -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