TextInput Decorator class and stubbed decoration classes
authorAgnelo Vaz <agnelo.vaz@samsung.com>
Thu, 24 Apr 2014 20:27:25 +0000 (21:27 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 15 May 2014 11:54:38 +0000 (12:54 +0100)
commitebfd783daaf2188528cabc6f747284e5ab426355
treeb93dd2b22d5ec963ea429bdae825ac6200c82e1d
parent6e64f3edb893125dfc77c89944f75221a9addfaa
TextInput Decorator class and stubbed decoration classes

Problem:TextInput is a huge class with many responsibilities, it's hard to maintain and decorations can not be re-used.
Solution: Spilt into multiple classes. In this patch the Decorator initiates creation of decorations and positions them.
Stubbed Decoration classes provided for build purposes.

Change-Id: Ib880849dbc80cb1b6510a06401f5a6bfccfa55e8
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
base/dali-toolkit/internal/controls/text-input/text-input-decorator-impl.cpp [new file with mode: 0644]
base/dali-toolkit/internal/controls/text-input/text-input-decorator-impl.h [new file with mode: 0644]
base/dali-toolkit/internal/controls/text-input/text-input-handles-impl.h [new file with mode: 0644]
base/dali-toolkit/internal/controls/text-input/text-input-popup-new-impl.h [new file with mode: 0644]
base/dali-toolkit/internal/controls/text-input/text-input-text-highlight-impl.h [new file with mode: 0644]
base/dali-toolkit/internal/controls/text-input/text-input-text-style-impl.h [new file with mode: 0644]
base/dali-toolkit/internal/controls/text-input/textview-character-positions-impl.h [new file with mode: 0644]
base/dali-toolkit/internal/file.list