X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Ftext-model.h;h=ded9496d46f27bb6ac4d18215dddcf3bc2fd2153;hp=7077c85da5d3cce488920f851002b41dac754d88;hb=29bbe2381a1cfdd96757dfd441e7f9747560b2c8;hpb=a3c24db302ffb83a32a0b5d8fba0b2c9de2b6634 diff --git a/dali-toolkit/internal/text/text-model.h b/dali-toolkit/internal/text/text-model.h index 7077c85..ded9496 100644 --- a/dali-toolkit/internal/text/text-model.h +++ b/dali-toolkit/internal/text/text-model.h @@ -22,6 +22,7 @@ #include // INTERNAL INCLUDES +#include #include #include #include @@ -302,6 +303,16 @@ public: */ void GetStrikethroughRuns(StrikethroughGlyphRun* strikethroughRuns, StrikethroughRunIndex index, Length numberOfRuns) const override; + /** + * @copydoc ModelInterface::GetNumberOfBoundedParagraphRuns() + */ + virtual Length GetNumberOfBoundedParagraphRuns() const override; + + /** + * @copydoc ModelInterface::GetBoundedParagraphRuns() + */ + virtual const Vector& GetBoundedParagraphRuns() const override; + private: // Private contructors & copy operator. /** * @brief Private constructor.