X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Ftext-controller.h;h=0def96f506209db46a1be3287f06f5187e4ebc13;hb=d7d0746a5d6952f6087785b99a78108f2fec8999;hp=81a03181f1bf285e2d710c802538e24abe7d5938;hpb=8cf6ed1255128c422ebe51a090cb3df76c1e05d9;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/text-controller.h b/dali-toolkit/internal/text/text-controller.h index 81a0318..0def96f 100644 --- a/dali-toolkit/internal/text/text-controller.h +++ b/dali-toolkit/internal/text/text-controller.h @@ -257,6 +257,15 @@ public: // Configure the text controller. void SetAutoScrollEnabled(bool enable); /** + * @brief Whether the auto scrolling texture exceed max texture. + * + * By default is false. + * + * @param[in] exceed Whether the auto scrolling texture exceed max texture. + */ + void SetAutoScrollMaxTextureExceeded(bool exceed); + + /** * @brief Retrieves whether auto text scrolling is enabled. * * By default is disabled. @@ -504,6 +513,20 @@ public: // Configure the text controller. bool IsTextFitChanged() const; /** + * @brief Sets disabled color opacity. + * + * @param[in] opacity The color opacity value in disabled state. + */ + void SetDisabledColorOpacity(float opacity); + + /** + * @brief Retrieves the disabled color opacity. + * + * @return The disabled color opacity value for disabled state. + */ + float GetDisabledColorOpacity() const; + + /** * @brief Enable or disable the placeholder text elide. * @param enabled Whether to enable the placeholder text elide. */ @@ -1004,6 +1027,20 @@ public: // Default style & Input style const Vector4& GetDefaultColor() const; /** + * @brief Sets the user interaction enabled. + * + * @param enabled whether to enable the user interaction. + */ + void SetUserInteractionEnabled(bool enabled); + + /** + * @brief Whether the user interaction is enabled. + * + * @return true if the user interaction is enabled, false otherwise. + */ + bool IsUserInteractionEnabled() const; + + /** * @brief Set the text color * * @param textColor The text color