X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fbuttons%2Fcheck-box-button-impl.h;h=daee5977c16ef926e28eb6b1cc6e57af0f9e43ed;hb=675300a339110f245ba62117a6da5c5b581c12d1;hp=619a5714856ab29d150107d5cc373d30390741df;hpb=2acdedcc7c7e732a9ec97d08c8cee7423ed6ebf7;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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 619a571..daee597 100644 --- a/dali-toolkit/internal/controls/buttons/check-box-button-impl.h +++ b/dali-toolkit/internal/controls/buttons/check-box-button-impl.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_INTERNAL_CHECK_BOX_BUTTON_H__ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -18,9 +18,10 @@ * */ -// INTERNAL INCLUDES +// EXTERNAL INCLUDES #include +// INTERNAL INCLUDES #include #include "button-impl.h" @@ -49,7 +50,7 @@ public: */ static Dali::Toolkit::CheckBoxButton New(); -protected: +private: /** * Construct a new CheckBoxButton. @@ -61,6 +62,14 @@ protected: */ virtual ~CheckBoxButton(); +private: // From Button + + + /** + * @copydoc Toolkit::Internal::Button::OnInitialize + */ + virtual void OnInitialize(); + private: // Undefined @@ -68,6 +77,7 @@ private: // Undefined CheckBoxButton& operator=( const CheckBoxButton& ); + }; } // namespace Internal