Add ENABLE_SHIFT_SELECTION property
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / text-controller.h
1 #ifndef DALI_TOOLKIT_TEXT_CONTROLLER_H
2 #define DALI_TOOLKIT_TEXT_CONTROLLER_H
3
4 /*
5  * Copyright (c) 2017 Samsung Electronics Co., Ltd.
6  *
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  *
11  * http://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  *
19  */
20
21 // EXTERNAL INCLUDES
22 #include <dali/devel-api/adaptor-framework/imf-manager.h>
23 #include <dali/public-api/events/gesture.h>
24
25 // INTERNAL INCLUDES
26 #include <dali-toolkit/public-api/text/text-enumerations.h>
27 #include <dali-toolkit/devel-api/controls/text-controls/text-selection-popup-callback-interface.h>
28 #include <dali-toolkit/devel-api/controls/text-controls/text-label-devel.h>
29 #include <dali-toolkit/devel-api/text/text-enumerations-devel.h>
30 #include <dali-toolkit/internal/text/decorator/text-decorator.h>
31 #include <dali-toolkit/internal/text/layouts/layout-engine.h>
32 #include <dali-toolkit/internal/text/hidden-text.h>
33 #include <dali-toolkit/internal/text/text-model-interface.h>
34
35 namespace Dali
36 {
37
38 namespace Toolkit
39 {
40
41 namespace Text
42 {
43
44 class Controller;
45 class ControlInterface;
46 class EditableControlInterface;
47 class View;
48 class RenderingController;
49
50 typedef IntrusivePtr<Controller> ControllerPtr;
51
52 /**
53  * @brief A Text Controller is used by UI Controls which display text.
54  *
55  * It manipulates the Logical & Visual text models on behalf of the UI Controls.
56  * It provides a view of the text that can be used by rendering back-ends.
57  *
58  * For selectable/editable UI controls, the controller handles input events from the UI control
59  * and decorations (grab handles etc) via the Decorator::ControllerInterface interface.
60  *
61  * The text selection popup button callbacks are as well handled via the TextSelectionPopupCallbackInterface interface.
62  */
63 class Controller : public RefObject, public Decorator::ControllerInterface, public TextSelectionPopupCallbackInterface, public HiddenText::Observer
64 {
65 public: // Enumerated types.
66
67   /**
68    * @brief Text related operations to be done in the relayout process.
69    */
70   enum OperationsMask
71   {
72     NO_OPERATION       = 0x0000,
73     CONVERT_TO_UTF32   = 0x0001,
74     GET_SCRIPTS        = 0x0002,
75     VALIDATE_FONTS     = 0x0004,
76     GET_LINE_BREAKS    = 0x0008,
77     GET_WORD_BREAKS    = 0x0010,
78     BIDI_INFO          = 0x0020,
79     SHAPE_TEXT         = 0x0040,
80     GET_GLYPH_METRICS  = 0x0080,
81     LAYOUT             = 0x0100,
82     UPDATE_LAYOUT_SIZE = 0x0200,
83     REORDER            = 0x0400,
84     ALIGN              = 0x0800,
85     COLOR              = 0x1000,
86     UPDATE_DIRECTION   = 0x2000,
87     ALL_OPERATIONS     = 0xFFFF
88   };
89
90   /**
91    * @brief Used to distinguish between regular key events and IMF events
92    */
93   enum InsertType
94   {
95     COMMIT,
96     PRE_EDIT
97   };
98
99   /**
100    * @brief Used to specify whether to update the input style.
101    */
102   enum UpdateInputStyleType
103   {
104     UPDATE_INPUT_STYLE,
105     DONT_UPDATE_INPUT_STYLE
106   };
107
108   /**
109    * @brief Used to specify what has been updated after the Relayout() method has been called.
110    */
111   enum UpdateTextType
112   {
113     NONE_UPDATED      = 0x0, ///< Nothing has been updated.
114     MODEL_UPDATED     = 0x1, ///< The text's model has been updated.
115     DECORATOR_UPDATED = 0x2  ///< The decoration has been updated.
116   };
117
118   /**
119    * @brief Different placeholder-text can be shown when the control is active/inactive.
120    */
121   enum PlaceholderType
122   {
123     PLACEHOLDER_TYPE_ACTIVE,
124     PLACEHOLDER_TYPE_INACTIVE,
125   };
126
127   /**
128    * @brief Enumeration for Font Size Type.
129    */
130   enum FontSizeType
131   {
132     POINT_SIZE,   // The size of font in points.
133     PIXEL_SIZE    // The size of font in pixels.
134   };
135
136   struct NoTextTap
137   {
138     enum Action
139     {
140       NO_ACTION,           ///< Does no action if there is a tap on top of an area with no text.
141       HIGHLIGHT,           ///< Highlights the nearest text (at the beginning or end of the text) and shows the text's selection popup.
142       SHOW_SELECTION_POPUP ///< Shows the text's selection popup.
143     };
144   };
145
146 public: // Constructor.
147
148   /**
149    * @brief Create a new instance of a Controller.
150    *
151    * @return A pointer to a new Controller.
152    */
153   static ControllerPtr New();
154
155   /**
156    * @brief Create a new instance of a Controller.
157    *
158    * @param[in] controlInterface The control's interface.
159    *
160    * @return A pointer to a new Controller.
161    */
162   static ControllerPtr New( ControlInterface* controlInterface );
163
164   /**
165    * @brief Create a new instance of a Controller.
166    *
167    * @param[in] controlInterface The control's interface.
168    * @param[in] editableControlInterface The editable control's interface.
169    *
170    * @return A pointer to a new Controller.
171    */
172   static ControllerPtr New( ControlInterface* controlInterface,
173                             EditableControlInterface* editableControlInterface );
174
175 public: // Configure the text controller.
176
177   /**
178    * @brief Called to enable text input.
179    *
180    * @note Selectable or editable controls should call this once after Controller::New().
181    * @param[in] decorator Used to create cursor, selection handle decorations etc.
182    */
183   void EnableTextInput( DecoratorPtr decorator );
184
185   /**
186    * @brief Used to switch between bitmap & vector based glyphs
187    *
188    * @param[in] glyphType The type of glyph; note that metrics for bitmap & vector based glyphs are different.
189    */
190   void SetGlyphType( TextAbstraction::GlyphType glyphType );
191
192   /**
193    * @brief Enables/disables the mark-up processor.
194    *
195    * By default is disabled.
196    *
197    * @param[in] enable Whether to enable the mark-up processor.
198    */
199   void SetMarkupProcessorEnabled( bool enable );
200
201   /**
202    * @brief Retrieves whether the mark-up processor is enabled.
203    *
204    * By default is disabled.
205    *
206    * @return @e true if the mark-up processor is enabled, otherwise returns @e false.
207    */
208   bool IsMarkupProcessorEnabled() const;
209
210   /**
211    * @brief Enables/disables the auto text scrolling
212    *
213    * By default is disabled.
214    *
215    * @param[in] enable Whether to enable the auto scrolling
216    */
217   void SetAutoScrollEnabled( bool enable );
218
219   /**
220    * @brief Retrieves whether auto text scrolling is enabled.
221    *
222    * By default is disabled.
223    *
224    * @return @e true if auto scrolling is enabled, otherwise returns @e false.
225    */
226   bool IsAutoScrollEnabled() const;
227
228   /**
229    * @brief Get direction of the text from the first line of text,
230    * @return bool rtl (right to left) is true
231    */
232   CharacterDirection GetAutoScrollDirection() const;
233
234   /**
235    * @brief Get the alignment offset of the first line of text.
236    *
237    * @return The alignment offset.
238    */
239   float GetAutoScrollLineAlignment() const;
240
241   /**
242    * @brief Enables the horizontal scrolling.
243    *
244    * @param[in] enable Whether to enable the horizontal scrolling.
245    */
246   void SetHorizontalScrollEnabled( bool enable );
247
248   /**
249    * @brief Retrieves whether the horizontal scrolling is enabled.
250    *
251    * @return @e true if the horizontal scrolling is enabled, otherwise it returns @e false.
252    */
253   bool IsHorizontalScrollEnabled() const;
254
255   /**
256    * @brief Enables the vertical scrolling.
257    *
258    * @param[in] enable Whether to enable the vertical scrolling.
259    */
260   void SetVerticalScrollEnabled( bool enable );
261
262   /**
263    * @brief Retrieves whether the verticall scrolling is enabled.
264    *
265    * @return @e true if the vertical scrolling is enabled, otherwise it returns @e false.
266    */
267   bool IsVerticalScrollEnabled() const;
268
269   /**
270    * @brief Enables the smooth handle panning.
271    *
272    * @param[in] enable Whether to enable the smooth handle panning.
273    */
274   void SetSmoothHandlePanEnabled( bool enable );
275
276   /**
277    * @brief Retrieves whether the smooth handle panning is enabled.
278    *
279    * @return @e true if the smooth handle panning is enabled.
280    */
281   bool IsSmoothHandlePanEnabled() const;
282
283   /**
284    * @brief Sets the maximum number of characters that can be inserted into the TextModel
285    *
286    * @param[in] maxCharacters maximum number of characters to be accepted
287    */
288   void SetMaximumNumberOfCharacters( Length maxCharacters );
289
290   /**
291    * @brief Sets the maximum number of characters that can be inserted into the TextModel
292    *
293    * @param[in] maxCharacters maximum number of characters to be accepted
294    */
295   int GetMaximumNumberOfCharacters();
296
297   /**
298    * @brief Called to enable/disable cursor blink.
299    *
300    * @note Only editable controls should calls this.
301    * @param[in] enabled Whether the cursor should blink or not.
302    */
303   void SetEnableCursorBlink( bool enable );
304
305   /**
306    * @brief Query whether cursor blink is enabled.
307    *
308    * @return Whether the cursor should blink or not.
309    */
310   bool GetEnableCursorBlink() const;
311
312   /**
313    * @brief Whether to enable the multi-line layout.
314    *
315    * @param[in] enable \e true enables the multi-line (by default)
316    */
317   void SetMultiLineEnabled( bool enable );
318
319   /**
320    * @return Whether the multi-line layout is enabled.
321    */
322   bool IsMultiLineEnabled() const;
323
324   /**
325    * @brief Sets the text's horizontal alignment.
326    *
327    * @param[in] alignment The horizontal alignment.
328    */
329   void SetHorizontalAlignment( HorizontalAlignment::Type alignment );
330
331   /**
332    * @copydoc ModelInterface::GetHorizontalAlignment()
333    */
334   HorizontalAlignment::Type GetHorizontalAlignment() const;
335
336   /**
337    * @brief Sets the text's vertical alignment.
338    *
339    * @param[in] alignment The vertical alignment.
340    */
341   void SetVerticalAlignment( VerticalAlignment::Type alignment );
342
343   /**
344    * @copydoc ModelInterface::GetVerticalAlignment()
345    */
346   VerticalAlignment::Type GetVerticalAlignment() const;
347
348   /**
349    * @brief Sets the text's wrap mode
350    * @param[in] text wrap mode The unit of wrapping
351    */
352   void SetLineWrapMode( Text::LineWrap::Mode textWarpMode );
353
354   /**
355    * @brief Retrieve text wrap mode previously set.
356    * @return text wrap mode
357    */
358   Text::LineWrap::Mode GetLineWrapMode() const;
359
360   /**
361    * @brief Enable or disable the text elide.
362    *
363    * @param[in] enabled Whether to enable the text elide.
364    */
365   void SetTextElideEnabled( bool enabled );
366
367   /**
368    * @copydoc ModelInterface::IsTextElideEnabled()
369    */
370   bool IsTextElideEnabled() const;
371
372   /**
373    * @brief Enable or disable the placeholder text elide.
374    * @param enabled Whether to enable the placeholder text elide.
375    */
376   void SetPlaceholderTextElideEnabled( bool enabled );
377
378   /**
379    * @brief Whether the placeholder text elide property is enabled.
380    * @return True if the placeholder text elide property is enabled, false otherwise.
381    */
382   bool IsPlaceholderTextElideEnabled() const;
383
384   /**
385    * @brief Enable or disable the text selection.
386    * @param[in] enabled Whether to enable the text selection.
387    */
388   void SetSelectionEnabled( bool enabled );
389
390   /**
391    * @brief Whether the text selection is enabled or not.
392    * @return True if the text selection is enabled
393    */
394   bool IsSelectionEnabled() const;
395
396   /**
397    * @brief Enable or disable the text selection using Shift key.
398    * @param enabled Whether to enable the text selection using Shift key
399    */
400   void SetShiftSelectionEnabled( bool enabled );
401
402   /**
403    * @brief Whether the text selection using Shift key is enabled or not.
404    * @return True if the text selection using Shift key is enabled
405    */
406   bool IsShiftSelectionEnabled() const;
407
408   /**
409    * @brief Sets input type to password
410    *
411    * @note The string is displayed hidden character
412    *
413    * @param[in] passwordInput True if password input is enabled.
414    */
415   void SetInputModePassword( bool passwordInput );
416
417   /**
418    * @brief Returns whether the input mode type is set as password.
419    *
420    * @return True if input mode type is password
421    */
422   bool IsInputModePassword();
423
424   /**
425    * @brief Sets the action when there is a double tap event on top of a text area with no text.
426    *
427    * @param[in] action The action to do.
428    */
429   void SetNoTextDoubleTapAction( NoTextTap::Action action );
430
431   /**
432    * @brief Retrieves the action when there is a double tap event on top of a text area with no text.
433    *
434    * @return The action to do.
435    */
436   NoTextTap::Action GetNoTextDoubleTapAction() const;
437
438   /**
439    * @briefSets the action when there is a long press event on top of a text area with no text.
440    *
441    * @param[in] action The action to do.
442    */
443   void SetNoTextLongPressAction( NoTextTap::Action action );
444
445   /**
446    * @brief Retrieves the action when there is a long press event on top of a text area with no text.
447    *
448    * @return The action to do.
449    */
450   NoTextTap::Action GetNoTextLongPressAction() const;
451
452   /**
453    * @brief Query if Underline settings were provided by string or map
454    * @return bool true if set by string
455    */
456   bool IsUnderlineSetByString();
457
458   /**
459    * Set method underline setting were set by
460    * @param[in] bool, true if set by string
461    */
462   void UnderlineSetByString( bool setByString );
463
464   /**
465    * @brief Query if shadow settings were provided by string or map
466    * @return bool true if set by string
467    */
468   bool IsShadowSetByString();
469
470   /**
471    * Set method shadow setting were set by
472    * @param[in] bool, true if set by string
473    */
474   void ShadowSetByString( bool setByString );
475
476   /**
477    * @brief Query if outline settings were provided by string or map
478    * @return bool true if set by string
479    */
480   bool IsOutlineSetByString();
481
482   /**
483    * Set method outline setting were set by
484    * @param[in] bool, true if set by string
485    */
486   void OutlineSetByString( bool setByString );
487
488   /**
489    * @brief Query if font style settings were provided by string or map
490    * @return bool true if set by string
491    */
492   bool IsFontStyleSetByString();
493
494   /**
495    * Set method font style setting were set by
496    * @param[in] bool, true if set by string
497    */
498   void FontStyleSetByString( bool setByString );
499
500 public: // Update.
501
502   /**
503    * @brief Replaces any text previously set.
504    *
505    * @note This will be converted into UTF-32 when stored in the text model.
506    * @param[in] text A string of UTF-8 characters.
507    */
508   void SetText( const std::string& text );
509
510   /**
511    * @brief Retrieve any text previously set.
512    *
513    * @param[out] text A string of UTF-8 characters.
514    */
515   void GetText( std::string& text ) const;
516
517   /**
518    * @brief Replaces any placeholder text previously set.
519    *
520    * @param[in] type Different placeholder-text can be shown when the control is active/inactive.
521    * @param[in] text A string of UTF-8 characters.
522    */
523   void SetPlaceholderText( PlaceholderType type, const std::string& text );
524
525   /**
526    * @brief Retrieve any placeholder text previously set.
527    *
528    * @param[in] type Different placeholder-text can be shown when the control is active/inactive.
529    * @param[out] A string of UTF-8 characters.
530    */
531   void GetPlaceholderText( PlaceholderType type, std::string& text ) const;
532
533   /**
534    * @ brief Update the text after a font change
535    * @param[in] newDefaultFont The new font to change to
536    */
537   void UpdateAfterFontChange( const std::string& newDefaultFont );
538
539 public: // Default style & Input style
540
541   /**
542    * @brief Set the default font family.
543    *
544    * @param[in] defaultFontFamily The default font family.
545    */
546   void SetDefaultFontFamily( const std::string& defaultFontFamily );
547
548   /**
549    * @brief Retrieve the default font family.
550    *
551    * @return The default font family.
552    */
553   const std::string& GetDefaultFontFamily() const;
554
555   /**
556    * @brief Sets the placeholder text font family.
557    * @param[in] placeholderTextFontFamily The placeholder text font family.
558    */
559   void SetPlaceholderFontFamily( const std::string& placeholderTextFontFamily );
560
561   /**
562    * @brief Retrieves the placeholder text font family.
563    *
564    * @return The placeholder text font family
565    */
566   const std::string& GetPlaceholderFontFamily() const;
567
568   /**
569    * @brief Sets the default font weight.
570    *
571    * @param[in] weight The font weight.
572    */
573   void SetDefaultFontWeight( FontWeight weight );
574
575   /**
576    * @brief Whether the font's weight has been defined.
577    */
578   bool IsDefaultFontWeightDefined() const;
579
580   /**
581    * @brief Retrieves the default font weight.
582    *
583    * @return The default font weight.
584    */
585   FontWeight GetDefaultFontWeight() const;
586
587   /**
588    * @brief Sets the placeholder text font weight.
589    *
590    * @param[in] weight The font weight
591    */
592   void SetPlaceholderTextFontWeight( FontWeight weight );
593
594   /**
595    * @brief Whether the font's weight has been defined.
596    *
597    * @return True if the placeholder text font weight is defined
598    */
599   bool IsPlaceholderTextFontWeightDefined() const;
600
601   /**
602    * @brief Retrieves the placeholder text font weight.
603    *
604    * @return The placeholder text font weight
605    */
606   FontWeight GetPlaceholderTextFontWeight() const;
607
608   /**
609    * @brief Sets the default font width.
610    *
611    * @param[in] width The font width.
612    */
613   void SetDefaultFontWidth( FontWidth width );
614
615   /**
616    * @brief Whether the font's width has been defined.
617    */
618   bool IsDefaultFontWidthDefined() const;
619
620   /**
621    * @brief Retrieves the default font width.
622    *
623    * @return The default font width.
624    */
625   FontWidth GetDefaultFontWidth() const;
626
627   /**
628    * @brief Sets the placeholder text font width.
629    *
630    * @param[in] width The font width
631    */
632   void SetPlaceholderTextFontWidth( FontWidth width );
633
634   /**
635    * @brief Whether the font's width has been defined.
636    *
637    * @return True if the placeholder text font width is defined
638    */
639   bool IsPlaceholderTextFontWidthDefined() const;
640
641   /**
642    * @brief Retrieves the placeholder text font width.
643    *
644    * @return The placeholder text font width
645    */
646   FontWidth GetPlaceholderTextFontWidth() const;
647
648   /**
649    * @brief Sets the default font slant.
650    *
651    * @param[in] slant The font slant.
652    */
653   void SetDefaultFontSlant( FontSlant slant );
654
655   /**
656    * @brief Whether the font's slant has been defined.
657    */
658   bool IsDefaultFontSlantDefined() const;
659
660   /**
661    * @brief Retrieves the default font slant.
662    *
663    * @return The default font slant.
664    */
665   FontSlant GetDefaultFontSlant() const;
666
667   /**
668    * @brief Sets the placeholder text font slant.
669    *
670    * @param[in] slant The font slant
671    */
672   void SetPlaceholderTextFontSlant( FontSlant slant );
673
674   /**
675    * @brief Whether the font's slant has been defined.
676    *
677    * @return True if the placeholder text font slant is defined
678    */
679   bool IsPlaceholderTextFontSlantDefined() const;
680
681   /**
682    * @brief Retrieves the placeholder text font slant.
683    *
684    * @return The placeholder text font slant
685    */
686   FontSlant GetPlaceholderTextFontSlant() const;
687
688   /**
689    * @brief Set the default font size.
690    *
691    * @param[in] fontSize The default font size
692    * @param[in] type The font size type is point size or pixel size
693    */
694   void SetDefaultFontSize( float fontSize, FontSizeType type );
695
696   /**
697    * @brief Retrieve the default point size.
698    *
699    * @param[in] type The font size type
700    * @return The default point size.
701    */
702   float GetDefaultFontSize( FontSizeType type ) const;
703
704   /**
705    * @brief Sets the Placeholder text font size.
706    * @param[in] fontSize The placeholder text font size
707    * @param[in] type The font size type is point size or pixel size
708    */
709   void SetPlaceholderTextFontSize( float fontSize, FontSizeType type );
710
711   /**
712    * @brief Retrieves the Placeholder text font size.
713    * @param[in] type The font size type
714    * @return The placeholder font size
715    */
716   float GetPlaceholderTextFontSize( FontSizeType type ) const;
717
718   /**
719    * @brief Sets the text's default color.
720    *
721    * @param color The default color.
722    */
723   void SetDefaultColor( const Vector4& color );
724
725   /**
726    * @brief Retrieves the text's default color.
727    *
728    * @return The default color.
729    */
730   const Vector4& GetDefaultColor() const;
731
732   /**
733    * @brief Set the text color
734    *
735    * @param textColor The text color
736    */
737   void SetPlaceholderTextColor( const Vector4& textColor );
738
739   /**
740    * @brief Retrieve the text color
741    *
742    * @return The text color
743    */
744   const Vector4& GetPlaceholderTextColor() const;
745
746   /**
747    * @brief Set the shadow offset.
748    *
749    * @param[in] shadowOffset The shadow offset, 0,0 indicates no shadow.
750    */
751   void SetShadowOffset( const Vector2& shadowOffset );
752
753   /**
754    * @brief Retrieve the shadow offset.
755    *
756    * @return The shadow offset.
757    */
758   const Vector2& GetShadowOffset() const;
759
760   /**
761    * @brief Set the shadow color.
762    *
763    * @param[in] shadowColor The shadow color.
764    */
765   void SetShadowColor( const Vector4& shadowColor );
766
767   /**
768    * @brief Retrieve the shadow color.
769    *
770    * @return The shadow color.
771    */
772   const Vector4& GetShadowColor() const;
773
774   /**
775    * @brief Set the shadow blur radius.
776    *
777    * @param[in] shadowBlurRadius The shadow blur radius, 0,0 indicates no blur.
778    */
779   void SetShadowBlurRadius( const float& shadowBlurRadius );
780
781   /**
782    * @brief Retrieve the shadow blur radius.
783    *
784    * @return The shadow blur radius.
785    */
786   const float& GetShadowBlurRadius() const;
787
788   /**
789    * @brief Set the underline color.
790    *
791    * @param[in] color color of underline.
792    */
793   void SetUnderlineColor( const Vector4& color );
794
795   /**
796    * @brief Retrieve the underline color.
797    *
798    * @return The underline color.
799    */
800   const Vector4& GetUnderlineColor() const;
801
802   /**
803    * @brief Set the underline enabled flag.
804    *
805    * @param[in] enabled The underline enabled flag.
806    */
807   void SetUnderlineEnabled( bool enabled );
808
809   /**
810    * @brief Returns whether the text is underlined or not.
811    *
812    * @return The underline state.
813    */
814   bool IsUnderlineEnabled() const;
815
816   /**
817    * @brief Set the override used for underline height, 0 indicates height will be supplied by font metrics
818    *
819    * @param[in] height The height in pixels of the underline
820    */
821   void SetUnderlineHeight( float height );
822
823   /**
824    * @brief Retrieves the override height of an underline, 0 indicates height is supplied by font metrics
825    *
826    * @return The height of the underline, or 0 if height is not overrided.
827    */
828   float GetUnderlineHeight() const;
829
830   /**
831    * @brief Set the outline color.
832    *
833    * @param[in] color color of outline.
834    */
835   void SetOutlineColor( const Vector4& color );
836
837   /**
838    * @brief Retrieve the outline color.
839    *
840    * @return The outline color.
841    */
842   const Vector4& GetOutlineColor() const;
843
844   /**
845    * @brief Set the outline width
846    *
847    * @param[in] width The width in pixels of the outline, 0 indicates no outline
848    */
849   void SetOutlineWidth( unsigned int width );
850
851   /**
852    * @brief Retrieves the width of an outline
853    *
854    * @return The width of the outline.
855    */
856   unsigned int GetOutlineWidth() const;
857
858   /**
859    * @brief Sets the emboss's properties string.
860    *
861    * @note The string is stored to be recovered.
862    *
863    * @param[in] embossProperties The emboss's properties string.
864    */
865   void SetDefaultEmbossProperties( const std::string& embossProperties );
866
867   /**
868    * @brief Retrieves the emboss's properties string.
869    *
870    * @return The emboss's properties string.
871    */
872   const std::string& GetDefaultEmbossProperties() const;
873
874   /**
875    * @brief Sets the outline's properties string.
876    *
877    * @note The string is stored to be recovered.
878    *
879    * @param[in] outlineProperties The outline's properties string.
880    */
881   void SetDefaultOutlineProperties( const std::string& outlineProperties );
882
883   /**
884    * @brief Retrieves the outline's properties string.
885    *
886    * @return The outline's properties string.
887    */
888   const std::string& GetDefaultOutlineProperties() const;
889
890   /**
891    * @brief Sets the default line spacing.
892    *
893    * @param[in] lineSpacing The line spacing.
894    */
895   void SetDefaultLineSpacing( float lineSpacing );
896
897   /**
898    * @brief Retrieves the default line spacing.
899    *
900    * @return The line spacing.
901    */
902   float GetDefaultLineSpacing() const;
903
904   /**
905    * @brief Sets the input text's color.
906    *
907    * @param[in] color The input text's color.
908    */
909   void SetInputColor( const Vector4& color );
910
911   /**
912    * @brief Retrieves the input text's color.
913    *
914    * @return The input text's color.
915    */
916   const Vector4& GetInputColor() const;
917
918   /**
919    * @brief Sets the input text's font family name.
920    *
921    * @param[in] fontFamily The text's font family name.
922    */
923   void SetInputFontFamily( const std::string& fontFamily );
924
925   /**
926    * @brief Retrieves the input text's font family name.
927    *
928    * @return The input text's font family name.
929    */
930   const std::string& GetInputFontFamily() const;
931
932   /**
933    * @brief Sets the input font's weight.
934    *
935    * @param[in] weight The input font's weight.
936    */
937   void SetInputFontWeight( FontWeight weight );
938
939   /**
940    * @return Whether the font's weight has been defined.
941    */
942   bool IsInputFontWeightDefined() const;
943
944   /**
945    * @brief Retrieves the input font's weight.
946    *
947    * @return The input font's weight.
948    */
949   FontWeight GetInputFontWeight() const;
950
951   /**
952    * @brief Sets the input font's width.
953    *
954    * @param[in] width The input font's width.
955    */
956   void SetInputFontWidth( FontWidth width );
957
958   /**
959    * @return Whether the font's width has been defined.
960    */
961   bool IsInputFontWidthDefined() const;
962
963   /**
964    * @brief Retrieves the input font's width.
965    *
966    * @return The input font's width.
967    */
968   FontWidth GetInputFontWidth() const;
969
970   /**
971    * @brief Sets the input font's slant.
972    *
973    * @param[in] slant The input font's slant.
974    */
975   void SetInputFontSlant( FontSlant slant );
976
977   /**
978    * @return Whether the font's slant has been defined.
979    */
980   bool IsInputFontSlantDefined() const;
981
982   /**
983    * @brief Retrieves the input font's slant.
984    *
985    * @return The input font's slant.
986    */
987   FontSlant GetInputFontSlant() const;
988
989   /**
990    * @brief Sets the input font's point size.
991    *
992    * @param[in] size The input font's point size.
993    */
994   void SetInputFontPointSize( float size );
995
996   /**
997    * @brief Retrieves the input font's point size.
998    *
999    * @return The input font's point size.
1000    */
1001   float GetInputFontPointSize() const;
1002
1003   /**
1004    * @brief Sets the input line spacing.
1005    *
1006    * @param[in] lineSpacing The line spacing.
1007    */
1008   void SetInputLineSpacing( float lineSpacing );
1009
1010   /**
1011    * @brief Retrieves the input line spacing.
1012    *
1013    * @return The line spacing.
1014    */
1015   float GetInputLineSpacing() const;
1016
1017   /**
1018    * @brief Sets the input shadow's properties string.
1019    *
1020    * @note The string is stored to be recovered.
1021    *
1022    * @param[in] shadowProperties The shadow's properties string.
1023    */
1024   void SetInputShadowProperties( const std::string& shadowProperties );
1025
1026   /**
1027    * @brief Retrieves the input shadow's properties string.
1028    *
1029    * @return The shadow's properties string.
1030    */
1031   const std::string& GetInputShadowProperties() const;
1032
1033   /**
1034    * @brief Sets the input underline's properties string.
1035    *
1036    * @note The string is stored to be recovered.
1037    *
1038    * @param[in] underlineProperties The underline's properties string.
1039    */
1040   void SetInputUnderlineProperties( const std::string& underlineProperties );
1041
1042   /**
1043    * @brief Retrieves the input underline's properties string.
1044    *
1045    * @return The underline's properties string.
1046    */
1047   const std::string& GetInputUnderlineProperties() const;
1048
1049   /**
1050    * @brief Sets the input emboss's properties string.
1051    *
1052    * @note The string is stored to be recovered.
1053    *
1054    * @param[in] embossProperties The emboss's properties string.
1055    */
1056   void SetInputEmbossProperties( const std::string& embossProperties );
1057
1058   /**
1059    * @brief Retrieves the input emboss's properties string.
1060    *
1061    * @return The emboss's properties string.
1062    */
1063   const std::string& GetInputEmbossProperties() const;
1064
1065   /**
1066    * @brief Sets input the outline's properties string.
1067    *
1068    * @note The string is stored to be recovered.
1069    *
1070    * @param[in] outlineProperties The outline's properties string.
1071    */
1072   void SetInputOutlineProperties( const std::string& outlineProperties );
1073
1074   /**
1075    * @brief Retrieves the input outline's properties string.
1076    *
1077    * @return The outline's properties string.
1078    */
1079   const std::string& GetInputOutlineProperties() const;
1080
1081   /**
1082    * @brief Set the control's interface.
1083    *
1084    * @param[in] controlInterface The control's interface.
1085    */
1086   void SetControlInterface( ControlInterface* controlInterface );
1087
1088 public: // Queries & retrieves.
1089
1090   /**
1091    * @brief Return the layout engine.
1092    *
1093    * @return A reference to the layout engine.
1094    */
1095   Layout::Engine& GetLayoutEngine();
1096
1097   /**
1098    * @brief Return a view of the text.
1099    *
1100    * @return A reference to the view.
1101    */
1102   View& GetView();
1103
1104   /**
1105    * @copydoc Control::GetNaturalSize()
1106    */
1107   Vector3 GetNaturalSize();
1108
1109   /**
1110    * @copydoc Control::GetHeightForWidth()
1111    */
1112   float GetHeightForWidth( float width );
1113
1114   /**
1115    * @brief Retrieves the text's number of lines for a given width.
1116    * @param[in] width The width of the text's area.
1117    * @ return The number of lines.
1118    */
1119   int GetLineCount( float width );
1120
1121   /**
1122    * @brief Retrieves the text's model.
1123    *
1124    * @return A pointer to the text's model.
1125    */
1126   const ModelInterface* const GetTextModel() const;
1127
1128   /**
1129    * @brief Used to get scrolled distance by user input
1130    *
1131    * @return Distance from last scroll offset to new scroll offset
1132    */
1133   float GetScrollAmountByUserInput();
1134
1135   /**
1136    * @brief Get latest scroll amount, control size and layout size
1137    *
1138    * This method is used to get information of control's scroll
1139    * @param[out] scrollPosition The current scrolled position
1140    * @param[out] controlHeight The size of a UI control
1141    * @param[out] layoutHeight The size of a bounding box to layout text within.
1142    *
1143    * @return Whether the text scroll position is changed or not after last update.
1144    */
1145   bool GetTextScrollInfo( float& scrollPosition, float& controlHeight, float& layoutHeight );
1146
1147   /**
1148    * @brief Used to set the hidden input option
1149    */
1150   void SetHiddenInputOption( const Property::Map& options );
1151
1152   /**
1153    * @brief Used to get the hidden input option
1154    */
1155   void GetHiddenInputOption( Property::Map& options );
1156
1157   /**
1158    * @brief Sets the Placeholder Properties.
1159    *
1160    * @param[in] map The placeholder property map
1161    */
1162   void SetPlaceholderProperty( const Property::Map& map );
1163
1164   /**
1165    * @brief Retrieves the Placeholder Property map.
1166    *
1167    * @param[out] map The property map
1168    */
1169   void GetPlaceholderProperty( Property::Map& map );
1170
1171   /**
1172    * @brief Checks text direction.
1173    * @return The text direction.
1174    */
1175   Toolkit::DevelText::TextDirection::Type GetTextDirection();
1176
1177 public: // Relayout.
1178
1179   /**
1180    * @brief Triggers a relayout which updates View (if necessary).
1181    *
1182    * @note UI Controls are expected to minimize calls to this method e.g. call once after size negotiation.
1183    * @param[in] size A the size of a bounding box to layout text within.
1184    *
1185    * @return Whether the text model or decorations were updated.
1186    */
1187   UpdateTextType Relayout( const Size& size );
1188
1189   /**
1190    * @brief Request a relayout using the ControlInterface.
1191    */
1192   void RequestRelayout();
1193
1194 public: // Input style change signals.
1195
1196   /**
1197    * @return Whether the queue of input style changed signals is empty.
1198    */
1199   bool IsInputStyleChangedSignalsQueueEmpty();
1200
1201   /**
1202    * @brief Process all pending input style changed signals.
1203    *
1204    * Calls the Text::ControlInterface::InputStyleChanged() method which is overriden by the
1205    * text controls. Text controls may send signals to state the input style has changed.
1206    */
1207   void ProcessInputStyleChangedSignals();
1208
1209 public: // Text-input Event Queuing.
1210
1211   /**
1212    * @brief Called by editable UI controls when keyboard focus is gained.
1213    */
1214   void KeyboardFocusGainEvent();
1215
1216   /**
1217    * @brief Called by editable UI controls when focus is lost.
1218    */
1219   void KeyboardFocusLostEvent();
1220
1221   /**
1222    * @brief Called by editable UI controls when key events are received.
1223    *
1224    * @param[in] event The key event.
1225    * @param[in] type Used to distinguish between regular key events and IMF events.
1226    */
1227   bool KeyEvent( const Dali::KeyEvent& event );
1228
1229   /**
1230    * @brief Called by editable UI controls when a tap gesture occurs.
1231    * @param[in] tapCount The number of taps.
1232    * @param[in] x The x position relative to the top-left of the parent control.
1233    * @param[in] y The y position relative to the top-left of the parent control.
1234    */
1235   void TapEvent( unsigned int tapCount, float x, float y );
1236
1237   /**
1238    * @brief Called by editable UI controls when a pan gesture occurs.
1239    *
1240    * @param[in] state The state of the gesture.
1241    * @param[in] displacement This distance panned since the last pan gesture.
1242    */
1243   void PanEvent( Gesture::State state, const Vector2& displacement );
1244
1245   /**
1246    * @brief Called by editable UI controls when a long press gesture occurs.
1247    *
1248    * @param[in] state The state of the gesture.
1249    * @param[in] x The x position relative to the top-left of the parent control.
1250    * @param[in] y The y position relative to the top-left of the parent control.
1251    */
1252   void LongPressEvent( Gesture::State state, float x, float y );
1253
1254   /**
1255    * @brief Event received from IMF manager
1256    *
1257    * @param[in] imfManager The IMF manager.
1258    * @param[in] imfEvent The event received.
1259    * @return A data struture indicating if update is needed, cursor position and current text.
1260    */
1261   ImfManager::ImfCallbackData OnImfEvent( ImfManager& imfManager, const ImfManager::ImfEventData& imfEvent );
1262
1263   /**
1264    * @brief Event from Clipboard notifying an Item has been selected for pasting
1265    */
1266   void PasteClipboardItemEvent();
1267
1268   /**
1269    * @brief Return true when text control should clear key input focus when escape key is pressed.
1270    *
1271    * @return Whether text control should clear key input focus or not when escape key is pressed.
1272    */
1273   bool ShouldClearFocusOnEscape() const;
1274
1275 protected: // Inherit from Text::Decorator::ControllerInterface.
1276
1277   /**
1278    * @copydoc Dali::Toolkit::Text::Decorator::ControllerInterface::GetTargetSize()
1279    */
1280   virtual void GetTargetSize( Vector2& targetSize );
1281
1282   /**
1283    * @copydoc Dali::Toolkit::Text::Decorator::ControllerInterface::AddDecoration()
1284    */
1285   virtual void AddDecoration( Actor& actor, bool needsClipping );
1286
1287   /**
1288    * @copydoc Dali::Toolkit::Text::Decorator::ControllerInterface::DecorationEvent()
1289    */
1290   virtual void DecorationEvent( HandleType handle, HandleState state, float x, float y );
1291
1292 protected: // Inherit from TextSelectionPopup::TextPopupButtonCallbackInterface.
1293
1294   /**
1295    * @copydoc Dali::Toolkit::TextSelectionPopup::TextPopupButtonCallbackInterface::TextPopupButtonTouched()
1296    */
1297   virtual void TextPopupButtonTouched( Dali::Toolkit::TextSelectionPopup::Buttons button );
1298
1299 protected: // Inherit from HiddenText.
1300
1301   /**
1302    * @brief Invoked from HiddenText when showing time of the last character was expired
1303    */
1304   virtual void DisplayTimeExpired();
1305
1306 private: // Update.
1307
1308   /**
1309    * @brief Called by editable UI controls when key events are received.
1310    *
1311    * @param[in] text The text to insert.
1312    * @param[in] type Used to distinguish between regular key events and IMF events.
1313    */
1314   void InsertText( const std::string& text, InsertType type );
1315
1316   /**
1317    * @brief Paste given string into Text model
1318    * @param[in] stringToPaste this string will be inserted into the text model
1319    */
1320   void PasteText( const std::string& stringToPaste );
1321
1322   /**
1323    * @brief Remove a given number of characters
1324    *
1325    * When predictve text is used the pre-edit text is removed and inserted again with the new characters.
1326    * The UpdateInputStyleType @type parameter if set to DONT_UPDATE_INPUT_STYLE avoids to update the input
1327    * style when pre-edit text is removed.
1328    *
1329    * @param[in] cursorOffset Start position from the current cursor position to start deleting characters.
1330    * @param[in] numberOfCharacters The number of characters to delete from the cursorOffset.
1331    * @param[in] type Whether to update the input style.
1332    * @return True if the remove was successful.
1333    */
1334   bool RemoveText( int cursorOffset,
1335                    int numberOfCharacters,
1336                    UpdateInputStyleType type  );
1337
1338   /**
1339    * @brief Checks if text is selected and if so removes it.
1340    * @return true if text was removed
1341    */
1342   bool RemoveSelectedText();
1343
1344 private: // Relayout.
1345
1346   /**
1347    * @brief Lays-out the text.
1348    *
1349    * GetNaturalSize(), GetHeightForWidth() and Relayout() calls this method.
1350    *
1351    * @param[in] size A the size of a bounding box to layout text within.
1352    * @param[in] operations The layout operations which need to be done.
1353    * @param[out] layoutSize The size of the laid-out text.
1354    */
1355   bool DoRelayout( const Size& size,
1356                    OperationsMask operations,
1357                    Size& layoutSize );
1358
1359   /**
1360    * @brief Calulates the vertical offset to align the text inside the bounding box.
1361    *
1362    * @param[in] size The size of the bounding box.
1363    */
1364   void CalculateVerticalOffset( const Size& size );
1365
1366 private: // Events.
1367
1368   /**
1369    * @brief Process queued events which modify the model.
1370    */
1371   void ProcessModifyEvents();
1372
1373   /**
1374    * @brief Used to process an event queued from SetText()
1375    */
1376   void TextReplacedEvent();
1377
1378   /**
1379    * @brief Used to process an event queued from key events etc.
1380    */
1381   void TextInsertedEvent();
1382
1383   /**
1384    * @brief Used to process an event queued from backspace key etc.
1385    */
1386   void TextDeletedEvent();
1387
1388   /**
1389    * @brief Creates a selection event.
1390    *
1391    * It could be called from the TapEvent (double tap) or when the text selection popup's sellect all button is pressed.
1392    *
1393    * @param[in] x The x position relative to the top-left of the parent control.
1394    * @param[in] y The y position relative to the top-left of the parent control.
1395    * @param[in] selectAll Whether the whole text is selected.
1396    */
1397   void SelectEvent( float x, float y, bool selectAll );
1398
1399   /**
1400    * @brief Helper to KeyEvent() to handle the backspace or delete key case.
1401    *
1402    * @param[in] keyCode The keycode for the key pressed
1403    * @return True if a character was deleted.
1404    */
1405   bool DeleteEvent( int keyCode );
1406
1407 private: // Helpers.
1408
1409   /**
1410    * @brief Used to remove the text included the placeholder text.
1411    */
1412   void ResetText();
1413
1414   /**
1415    * @brief Helper to show the place holder text..
1416    */
1417   void ShowPlaceholderText();
1418
1419   /**
1420    * @brief Helper to clear font-specific data (only).
1421    */
1422   void ClearFontData();
1423
1424   /**
1425    * @brief Helper to clear text's style data.
1426    */
1427   void ClearStyleData();
1428
1429   /**
1430    * @brief Used to reset the cursor position after setting a new text.
1431    *
1432    * @param[in] cursorIndex Where to place the cursor.
1433    */
1434   void ResetCursorPosition( CharacterIndex cursorIndex );
1435
1436   /**
1437    * @brief Used to reset the scroll position after setting a new text.
1438    */
1439   void ResetScrollPosition();
1440
1441 private: // Private contructors & copy operator.
1442
1443   /**
1444    * @brief Private constructor.
1445    */
1446   Controller();
1447
1448   /**
1449    * @brief Private constructor.
1450    */
1451   Controller( ControlInterface* controlInterface );
1452
1453   /**
1454    * @brief Private constructor.
1455    */
1456   Controller( ControlInterface* controlInterface,
1457               EditableControlInterface* editableControlInterface );
1458
1459   // Undefined
1460   Controller( const Controller& handle );
1461
1462   // Undefined
1463   Controller& operator=( const Controller& handle );
1464
1465 protected: // Destructor.
1466
1467   /**
1468    * @brief A reference counted object may only be deleted by calling Unreference().
1469    */
1470   virtual ~Controller();
1471
1472 private:
1473
1474   struct Impl;
1475   Impl* mImpl;
1476 };
1477
1478 } // namespace Text
1479
1480 } // namespace Toolkit
1481
1482 } // namespace Dali
1483
1484 #endif // DALI_TOOLKIT_TEXT_CONTROLLER_H