X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fcontrol%2Fcontrol-data-impl.h;h=9648cd6bbc7c80338b6c27eb9281db6124ae6ceb;hb=d6c840efea857e4e14115940a6f14821a23c81fd;hp=561460fe8ed40ab5ef33e88044a595a6817e9205;hpb=d1bcc445023a73e6c5272ce8ea6c0a6311b14f55;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/control/control-data-impl.h b/dali-toolkit/internal/controls/control/control-data-impl.h index 561460f..9648cd6 100755 --- a/dali-toolkit/internal/controls/control/control-data-impl.h +++ b/dali-toolkit/internal/controls/control/control-data-impl.h @@ -340,6 +340,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(); + + /** * @brief Sets whether the Autofill functionality is enabled. * @param[in] autofillEnabled Set true when Autofill should be enabled. */ @@ -473,6 +484,7 @@ public: static const PropertyRegistration PROPERTY_12; static const PropertyRegistration PROPERTY_13; static const PropertyRegistration PROPERTY_14; + static const PropertyRegistration PROPERTY_15; };