X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Ftext-controls%2Ftext-field-impl.h;h=8a5957750a336a540e6c8961195ef0e63c3928cf;hb=2c8390f8447bfe14329222f1bcd6c9ea649254ac;hp=2c32e3d1d0f30bac94f26b4791bcf7e915a39aa0;hpb=079795bcb6a8aab48e5e4252a86f524e6749fcbb;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/text-controls/text-field-impl.h b/dali-toolkit/internal/controls/text-controls/text-field-impl.h index 2c32e3d..8a59577 100644 --- a/dali-toolkit/internal/controls/text-controls/text-field-impl.h +++ b/dali-toolkit/internal/controls/text-controls/text-field-impl.h @@ -147,7 +147,7 @@ private: // From Control /** * @copydoc Control::OnStageConnection() */ - virtual void OnStageConnection( unsigned int depth ); + virtual void OnStageConnection( int depth ); /** * @copydoc Dali::CustomActorImpl::OnKeyEvent(const KeyEvent&) @@ -188,6 +188,14 @@ private: // From Control private: // Implementation /** + * @brief Get a Property Map for the image used for the required Handle Image + * @param[out] value the returned image property + * @param[in] handleType the type of handle + * @param[in] handleImageType the type of image for the given handleType + */ + void GetHandleImagePropertyValue( Property::Value& value, Text::HandleType handleType, Text::HandleImageType handleImageType ); + + /** * @brief Enable or disable clipping. * * @param[in] clipping True if clipping should be enabled. @@ -248,7 +256,6 @@ private: // Data int mRenderingBackend; int mExceedPolicy; - unsigned int mDepth; bool mHasBeenStaged:1; };