X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=base%2Fdali-toolkit%2Finternal%2Fcontrols%2Ftext-view%2Ftext-view-impl.h;h=220871b18e8aaca1d8903ddf35de2f1205b3453f;hb=527e267cb41d9bf2109eb682498fe6370c0be8e0;hp=8d7634767b3199575ffa71d7348c509e84f82950;hpb=d5e3ed5f5b1c8fdba3ae97ead8729620f54b3836;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/base/dali-toolkit/internal/controls/text-view/text-view-impl.h b/base/dali-toolkit/internal/controls/text-view/text-view-impl.h index 8d76347..220871b 100644 --- a/base/dali-toolkit/internal/controls/text-view/text-view-impl.h +++ b/base/dali-toolkit/internal/controls/text-view/text-view-impl.h @@ -19,13 +19,10 @@ */ // INTERNAL INCLUDES -#include - -#include #include #include -#include "text-actor-cache.h" -#include "text-view-processor-types.h" +#include +#include namespace Dali { @@ -111,7 +108,6 @@ public: RELAYOUT_INITIALIZE_TEXT_ACTORS = 0x10, ///< Initialize text-actors (create handles). RELAYOUT_TEXT_ACTOR_UPDATE = 0x20, ///< Updates text-actors (set size, position, style, ...) RELAYOUT_INSERT_TO_TEXT_VIEW = 0x40, ///< Adds the text-actors to the text-view. - RELAYOUT_INSERT_TO_TEXT_ACTOR_LIST = 0x80, ///< Inserts the text-actors to the text-actor list. RELAYOUT_ALL = 0xFF ///< Does all operations. }; @@ -426,8 +422,7 @@ private: TextView& operator=( const TextView& rhs ); /** - * Executes synchronously relayout operations such as set, insert, remove or replace text, or - * split groups of characters, etc. + * Executes synchronously relayout operations such as set, insert, remove or replace text, etc. */ void PerformTextViewProcessorOperations(); @@ -596,6 +591,11 @@ public: LayoutParameters(); /** + * Default destructor. + */ + ~LayoutParameters(); + + /** * Constructor */ LayoutParameters( Toolkit::TextView::MultilinePolicy multilinePolicy,