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=3e3791ef1f1a45e0ac41bf85ced8e2c0b82e4951;hp=777729b0caccfb2781b39449a377b198ece7ac81;hb=ddf213d6be29c945105fdeba076ba7ce98acd9ba;hpb=78d26caf8723599166886a1fca571c2365f227bf diff --git a/dali-toolkit/internal/visuals/text/text-visual.h b/dali-toolkit/internal/visuals/text/text-visual.h index 777729b..3e3791e 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 DoSetProperty( Dali::Property::Index index, const Dali::Property::Value& propertyValue ); + + /** * @brief Creates the text's renderer. */ void CreateRenderer();