X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Ftext-controls%2Ftext-field.h;h=941f4959177065459b58d7bab18bbd232be9abc8;hp=1ce8b7af3d65dc5fcf2c071bb0b3de24a79c1fee;hb=43304152ae02a473296e85846bf8c1b08bd918ac;hpb=1db0a8becea3dbdebaa942d934d91824a92434e7 diff --git a/dali-toolkit/public-api/controls/text-controls/text-field.h b/dali-toolkit/public-api/controls/text-controls/text-field.h index 1ce8b7a..941f495 100644 --- a/dali-toolkit/public-api/controls/text-controls/text-field.h +++ b/dali-toolkit/public-api/controls/text-controls/text-field.h @@ -41,6 +41,7 @@ class DALI_IMPORT_API TextField : public Control public: // Property indices + static const Property::Index PROPERTY_RENDERING_BACKEND; ///< name "rendering-backend", type UNSIGNED INT static const Property::Index PROPERTY_PLACEHOLDER_TEXT; ///< name "placeholder-text", type STRING static const Property::Index PROPERTY_TEXT; ///< name "text", type STRING static const Property::Index PROPERTY_CURSOR_IMAGE; ///< name "cursor-image", type STRING @@ -49,8 +50,10 @@ public: static const Property::Index PROPERTY_ENABLE_CURSOR_BLINK; ///< name "enable-cursor-blink", type BOOLEAN static const Property::Index PROPERTY_CURSOR_BLINK_INTERVAL; ///< name "cursor-blink-interval", type FLOAT static const Property::Index PROPERTY_CURSOR_BLINK_DURATION; ///< name "cursor-blink-duration", type FLOAT + static const Property::Index PROPERTY_GRAB_HANDLE_IMAGE; ///< name "grab-handle-image", type STRING // Property names + static const std::string RENDERING_BACKEND_PROPERTY_NAME; ///< Property, name "rendering-backend", type UNSIGNED INT static const std::string PLACEHOLDER_TEXT_PROPERTY_NAME; ///< Property, name "placeholder-text", type STRING static const std::string TEXT_PROPERTY_NAME; ///< Property, name "text", type STRING static const std::string CURSOR_IMAGE_PROPERTY_NAME; ///< Property, name "cursor-image", type STRING @@ -59,6 +62,7 @@ public: static const std::string ENABLE_CURSOR_BLINK_PROPERTY_NAME; ///< Property, name "enable-cursor-blink", type BOOLEAN static const std::string CURSOR_BLINK_INTERVAL_PROPERTY_NAME; ///< Property, name "cursor-blink-interval", type FLOAT static const std::string CURSOR_BLINK_DURATION_PROPERTY_NAME; ///< Property, name "cursor-blink-duration", type FLOAT + static const std::string GRAB_HANDLE_IMAGE_PROPERTY_NAME; ///< Property, name "grab-handle-image", type STRING /** * Create the TextField control. @@ -104,13 +108,6 @@ public: */ static TextField DownCast( BaseHandle handle ); - /** - * @brief Set the rendering back-end used by the TextField. - * - * @param[in] renderer The text renderer to use. - */ - void SetRenderer( Text::RendererPtr renderer ); - public: // Not intended for application developers /**