X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fvisuals%2Fnpatch%2Fnpatch-visual.cpp;h=a4cf8c0413a105dda89ab73c1c3289c85d7c4cd3;hb=refs%2Fchanges%2F50%2F95750%2F1;hp=9daf0eb0d504a52ffc5c1186fff0fe6584e7fec1;hpb=4a0101828ec38e0cbdc450de769f11530044ea7f;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/visuals/npatch/npatch-visual.cpp b/dali-toolkit/internal/visuals/npatch/npatch-visual.cpp index 9daf0eb..a4cf8c0 100644 --- a/dali-toolkit/internal/visuals/npatch/npatch-visual.cpp +++ b/dali-toolkit/internal/visuals/npatch/npatch-visual.cpp @@ -448,32 +448,13 @@ void NPatchVisual::DoCreatePropertyMap( Property::Map& map ) const void NPatchVisual::DoSetProperty( Dali::Property::Index index, const Dali::Property::Value& propertyValue ) { - // This is where specific Properties can be set. + // TODO } Dali::Property::Value NPatchVisual::DoGetProperty( Dali::Property::Index index ) { - Dali::Property::Value value; - - switch( index ) - { - case Toolkit::ImageVisual::Property::URL: - { - value = mImageUrl; - break; - } - case Toolkit::ImageVisual::Property::BORDER_ONLY: - { - value = mBorderOnly; - break; - } - default: - { - break; - } - } - - return value; + // TODO + return Dali::Property::Value(); } void NPatchVisual::OnSetTransform()