X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fbuttons%2Fcheck-box-button-impl.h;h=aa990682779dfb13f7af76282c384b1c46215cd7;hp=e80b8385836d64147b10d4c2a792d9cf7fb315c0;hb=b1e8521ad77e7b4e62b59613b2edef64429130e9;hpb=408a61e446173b2ede857332db1c4587b3f4c230 diff --git a/dali-toolkit/internal/controls/buttons/check-box-button-impl.h b/dali-toolkit/internal/controls/buttons/check-box-button-impl.h index e80b838..aa99068 100644 --- a/dali-toolkit/internal/controls/buttons/check-box-button-impl.h +++ b/dali-toolkit/internal/controls/buttons/check-box-button-impl.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_INTERNAL_CHECK_BOX_BUTTON_H__ -#define __DALI_TOOLKIT_INTERNAL_CHECK_BOX_BUTTON_H__ +#ifndef DALI_TOOLKIT_INTERNAL_CHECK_BOX_BUTTON_H +#define DALI_TOOLKIT_INTERNAL_CHECK_BOX_BUTTON_H /* - * Copyright (c) 2014 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. @@ -20,11 +20,9 @@ // EXTERNAL INCLUDES #include -#include // INTERNAL INCLUDES #include -#include #include "button-impl.h" @@ -64,43 +62,13 @@ private: */ virtual ~CheckBoxButton(); - /** - * Setup the ticking effect to the selected image. - */ - void SetTickUVEffect(); - private: // From Button /** - * @copydoc Toolkit::Internal::Button::OnButtonInitialize - */ - virtual void OnButtonInitialize(); - - /** - * @copydoc Toolkit::Internal::Button::OnLabelSet - */ - virtual void OnLabelSet( bool noPadding ); - - /** - * @copydoc Toolkit::Internal::Button::OnDisabled + * @copydoc Toolkit::Internal::Button::OnInitialize */ - virtual void OnDisabled(); - - /** - * @copydoc Toolkit::Internal::Button::PrepareForTranstionIn( Actor actor ) - */ - virtual void PrepareForTranstionIn( Actor actor ); - - /** - * @copydoc Toolkit::Internal::Button::PrepareForTranstionOut( Actor actor ) - */ - virtual void PrepareForTranstionOut( Actor actor ); - - /** - * @copydoc Toolkit::Internal::Button::OnTransitionInImage( Actor actor ) - */ - virtual void OnTransitionIn( Actor actor ); + virtual void OnInitialize(); private: @@ -110,8 +78,6 @@ private: // Undefined CheckBoxButton& operator=( const CheckBoxButton& ); -private: - Actor mSelectedImage; }; } // namespace Internal @@ -140,4 +106,4 @@ inline const Toolkit::Internal::CheckBoxButton& GetImplementation( const Toolkit } // namespace Dali -#endif // __DALI_TOOLKIT_INTERNAL_CHECK_BOX_BUTTON_H__ +#endif // DALI_TOOLKIT_INTERNAL_CHECK_BOX_BUTTON_H