X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fcontrol%2Fcontrol-data-impl.h;h=210f6e2ccea3471f9beb7b9f021acdae4018e1f3;hp=370cf2e9896947ad2ff440207410d8e8a48f434c;hb=1061baa5912952ac998c34584b1e2e5e030e0e5f;hpb=3a205c679c52e3504cc9487d6a7d95e458c3539f diff --git a/dali-toolkit/internal/controls/control/control-data-impl.h b/dali-toolkit/internal/controls/control/control-data-impl.h index 370cf2e..210f6e2 100755 --- a/dali-toolkit/internal/controls/control/control-data-impl.h +++ b/dali-toolkit/internal/controls/control/control-data-impl.h @@ -336,6 +336,17 @@ public: */ DevelControl::VisualEventSignalType& VisualEventSignal(); + /** + * @brief Sets the shadow with a property map. + * @param[in] map The shadow property map + */ + void SetShadow(const Property::Map& map); + + /** + * @brief Clear the shadow. + */ + void ClearShadow(); + private: /**