X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=base%2Fdali-toolkit%2Finternal%2Fcontrols%2Fbuttons%2Fradio-button-impl.h;h=5afa145511ba2006f24af2d5929fd247f4ad6773;hp=1ee813fda696cad63fc50a5c67ba49efbf5982f4;hb=9950e5ec78fa88379dbfa3fdf952a0c6b578adbd;hpb=5123f931b66ad8269c6c8e0823ec7d74697b0f1a diff --git a/base/dali-toolkit/internal/controls/buttons/radio-button-impl.h b/base/dali-toolkit/internal/controls/buttons/radio-button-impl.h index 1ee813f..5afa145 100644 --- a/base/dali-toolkit/internal/controls/buttons/radio-button-impl.h +++ b/base/dali-toolkit/internal/controls/buttons/radio-button-impl.h @@ -102,6 +102,11 @@ class RadioButton: public Button */ void ToggleState(); + /** + * @copydoc Dali::Toolkit::Control::OnRelaidOut(Vector2 size, ActorSizeContainer& container) + */ + virtual void OnRelaidOut( Vector2 size, ActorSizeContainer& container ); + public: // Properties @@ -138,7 +143,7 @@ class RadioButton: public Button Image mInactiveImage; ///< Stores the inactive image Image mActiveImage; ///< Stores the active image - ImageActor mImageActor; ///< Stores the current image + ImageActor mRadioIcon; ///< Stores the current image Actor mLabel; ///< Stores the button label bool mActive; ///< Stores the active state } ; @@ -168,4 +173,4 @@ inline const Toolkit::Internal::RadioButton& GetImplementation(const Toolkit::Ra } // namespace Toolkit } // namespace Dali -#endif // __DALI_TOOLKIT_INTERNAL_RADIO_BUTTON_H__ \ No newline at end of file +#endif // __DALI_TOOLKIT_INTERNAL_RADIO_BUTTON_H__