X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Ftext-controls%2Ftext-field-impl.h;h=91d757babae702153a3ff4751db76ea6f3b59510;hb=43ecd3e46f0c6a6ad606e2d919cf6d8a20e70626;hp=b1150ff535813d12be0c1b60062142537c5c3367;hpb=610da2945e1b56e09b12466b1c23b90aa348abdd;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 b1150ff..91d757b 100644 --- a/dali-toolkit/internal/controls/text-controls/text-field-impl.h +++ b/dali-toolkit/internal/controls/text-controls/text-field-impl.h @@ -154,6 +154,8 @@ private: // From Control */ virtual bool OnKeyEvent(const KeyEvent& event); +// From ControlInterface + /** * @copydoc Text::ControlInterface::AddDecoration() */ @@ -174,6 +176,8 @@ private: // From Control */ virtual void MaxLengthReached(); +private: // Implementation + /** * @copydoc Dali::Toolkit::Text::Controller::(ImfManager& imfManager, const ImfManager::ImfEventData& imfEvent) */ @@ -185,7 +189,13 @@ private: // From Control */ void OnClipboardTextSelected( ClipboardEventNotifier& clipboard ); -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. @@ -203,7 +213,7 @@ private: // Implementation void KeyboardStatusChanged( bool keyboardShown ); /** - * @brief Callback when Textfield is touched + * @brief Callback when TextField is touched * * @param[in] actor TextField touched * @param[in] event TouchEvent information @@ -248,7 +258,6 @@ private: // Data int mRenderingBackend; int mExceedPolicy; - unsigned int mDepth; bool mHasBeenStaged:1; };