X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Flogical-model-impl.h;h=921d9110df0ab1cd50fff61e4379b25e02e358ee;hb=950447e00422e94e22ce64a69a13ebf1235b12c6;hp=4702c380f9cbbdd311b842978118d10e8d1f5c8b;hpb=d0b0cfa4a44953be9af9128885eb6ef5d83a214e;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/logical-model-impl.h b/dali-toolkit/internal/text/logical-model-impl.h index 4702c38..921d911 100644 --- a/dali-toolkit/internal/text/logical-model-impl.h +++ b/dali-toolkit/internal/text/logical-model-impl.h @@ -24,6 +24,7 @@ #include // INTERNAL INCLUDES +#include #include #include #include @@ -181,6 +182,11 @@ public: */ void ClearEmbeddedImages(); + /** + * @brief Clears the anchors. + */ + void ClearAnchors(); + protected: /** * @brief A reference counted object may only be deleted by calling Unreference(). @@ -212,6 +218,7 @@ public: Vector mCharacterDirections; ///< For each character, whether is right to left. ( @e flase is left to right, @e true right to left ). Vector mBidirectionalLineInfo; Vector mEmbeddedItems; + Vector mAnchors; BidirectionalLineRunIndex mBidirectionalLineIndex; ///< The last fetched bidirectional line info. };