X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fvisuals%2Ftext%2Ftext-visual.h;h=f3d9516c05f0f2be3a008e830ccfc87fe9bd5824;hp=777729b0caccfb2781b39449a377b198ece7ac81;hb=d69dd91661d605db8390a53b0c6365eeb282b71d;hpb=ee431c9e2b342243f9e0e2b6bafca7505d321457 diff --git a/dali-toolkit/internal/visuals/text/text-visual.h b/dali-toolkit/internal/visuals/text/text-visual.h index 777729b..f3d9516 100644 --- a/dali-toolkit/internal/visuals/text/text-visual.h +++ b/dali-toolkit/internal/visuals/text/text-visual.h @@ -124,16 +124,6 @@ protected: virtual void DoSetOffStage( Actor& actor ); /** - *@copydoc Visual::Base::DoSetProperty - */ - virtual void DoSetProperty( Dali::Property::Index index, const Dali::Property::Value& propertyValue ); - - /** - * @copydoc Visual::Base::DoGetProperty - */ - virtual Dali::Property::Value DoGetProperty( Dali::Property::Index index ); - - /** * @copydoc Visual::Base::OnSetTransform */ virtual void OnSetTransform(); @@ -141,6 +131,14 @@ protected: private: /** + * Set the individual property to the given value + * @param[in] index The index key used to reference this value within the initial + * property map. + * @param[in] propertyValue The value to set + */ + void SetProperty( Dali::Property::Index index, const Dali::Property::Value& propertyValue ); + + /** * @brief Creates the text's renderer. */ void CreateRenderer();