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=7cee7bf5374c7798941c7b14c1d472ab5f2fcf3c;hp=f3d9516c05f0f2be3a008e830ccfc87fe9bd5824;hb=0b4c2e43605425eb9f676824515370f541712d3f;hpb=f8b44eeacea1fc7c96d84eb3754d7b4a4884b49f diff --git a/dali-toolkit/internal/visuals/text/text-visual.h b/dali-toolkit/internal/visuals/text/text-visual.h index f3d9516..7cee7bf 100644 --- a/dali-toolkit/internal/visuals/text/text-visual.h +++ b/dali-toolkit/internal/visuals/text/text-visual.h @@ -129,24 +129,24 @@ protected: virtual void OnSetTransform(); 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 + * @brief 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 ); + void DoSetProperty( Dali::Property::Index index, const Dali::Property::Value& propertyValue ); /** - * @brief Creates the text's renderer. + * @brief Updates the text's renderer. */ - void CreateRenderer(); + void UpdateRenderer(); /** - * @brief Destroys the text's renderer. + * @brief Removes the texture set from the renderer. */ - void DestroyRenderer(); + void RemoveTextureSet(); private: Text::ControllerPtr mController; ///< The text's controller.