X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Ftext-model.h;h=5edb29469bd1bcfb4f5dfe2d364528e1257a9088;hb=8e4eaa8227ac1a8c56ab88fbafa826715c0cc486;hp=3230e47040ddfc8b1db71a3f45f25cb3aa8f6cd6;hpb=d82494a77e405d5924cf1af3fe55b2d9b9577e3f;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/text-model.h b/dali-toolkit/internal/text/text-model.h index 3230e47..5edb294 100755 --- a/dali-toolkit/internal/text/text-model.h +++ b/dali-toolkit/internal/text/text-model.h @@ -139,6 +139,16 @@ public: virtual const ColorIndex* const GetColorIndices() const override; /** + * @copydoc ModelInterface::GetBackgroundColors() + */ + virtual const Vector4* const GetBackgroundColors() const override; + + /** + * @copydoc ModelInterface::GetBackgroundColorIndices() + */ + virtual const ColorIndex* const GetBackgroundColorIndices() const override; + + /** * @copydoc ModelInterface::GetDefaultColor() */ virtual const Vector4& GetDefaultColor() const override;