Add editable text's idler function at PostProcessor time, instead of whenever we... 84/305184/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Mon, 29 Jan 2024 12:01:28 +0000 (21:01 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Mon, 29 Jan 2024 12:54:24 +0000 (21:54 +0900)
commit3dd8cfe76a2684d18b11c06609893894cb6dd735
treed6f27fde782c3c1088747796217bc3f0ebcfd964
parent496e075cc09233315cb7690deeac5532d2adf9cd
Add editable text's idler function at PostProcessor time, instead of whenever we want

Since we need to remove whole queued style change signals even if idler add failed,
let we collect duplicated codes into single class, and make TextEditor / TextField just use it.

Change-Id: Ic181814eb8a4bcb12fb17c45dd39e3210bfb136a
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-toolkit/internal/controls/text-controls/text-editor-impl.cpp
dali-toolkit/internal/controls/text-controls/text-editor-impl.h
dali-toolkit/internal/controls/text-controls/text-field-impl.cpp
dali-toolkit/internal/controls/text-controls/text-field-impl.h
dali-toolkit/internal/text/controller/text-controller-impl.h
dali-toolkit/internal/text/controller/text-controller.cpp
dali-toolkit/internal/text/controller/text-controller.h