Add one field for new attribute 'touch-effect' of <tizen:box-content>
authorYunchan Cho <yunchan.cho@samsung.com>
Sun, 17 Mar 2013 09:54:59 +0000 (18:54 +0900)
committerYunchan Cho <yunchan.cho@samsung.com>
Sun, 17 Mar 2013 10:56:07 +0000 (19:56 +0900)
[Issue#] N/A
[Problem] wrt installer can't save specific attribute for touch-effect.
[Cause] There was no field to save parsed touch-effect of <tizen:box-content>
[Solution] One field for touch-effect is added to ConfigParser structure

Change-Id: If90118ae6f5e1e96f31b3a96c152900a37ecae5c

modules/widget_dao/include/dpl/wrt-dao-ro/config_parser_data.h

index ee09d08..27f9855 100644 (file)
@@ -235,6 +235,7 @@ class ConfigParserData
         {
             DPL::String m_boxSrc;
             DPL::String m_boxMouseEvent;
+            DPL::String m_boxTouchEffect;
             BoxSizeList m_boxSize;
             DPL::String m_pdSrc;
             DPL::String m_pdWidth;