idlehomescreen/xmluirendering/ecomelement/xndomvisitor/src/xndomvisitor.cpp
changeset 4 4d54b72983ae
parent 2 08c6ee43b396
child 15 ff572dfe6d86
equal deleted inserted replaced
3:fb3763350a08 4:4d54b72983ae
    69         { (const void*)&KText,              &SetTextElementPropertiesL,     EPCData},
    69         { (const void*)&KText,              &SetTextElementPropertiesL,     EPCData},
    70         { (const void*)&KImage,             &SetCommonPropertiesL,          EEmpty},
    70         { (const void*)&KImage,             &SetCommonPropertiesL,          EEmpty},
    71         { (const void*)&KEditor,            &SetElementWithTextPropertiesL, EEmpty},
    71         { (const void*)&KEditor,            &SetElementWithTextPropertiesL, EEmpty},
    72 	    { (const void*)&KMarquee,           &SetElementWithTextPropertiesL, EPCData},
    72 	    { (const void*)&KMarquee,           &SetElementWithTextPropertiesL, EPCData},
    73 	    { (const void*)&KNewsticker,        &SetElementWithTextPropertiesL, EPCData},
    73 	    { (const void*)&KNewsticker,        &SetElementWithTextPropertiesL, EPCData},
       
    74 	    { (const void*)&KAnimation,         &SetCommonPropertiesL,          EPCData},
    74 
    75 
    75         { (const void*)&KObject,            NULL,          		            EPCData},
    76         { (const void*)&KObject,            NULL,          		            EPCData},
    76         { (const void*)&KParam,             NULL,          		            EEmpty},
    77         { (const void*)&KParam,             NULL,          		            EEmpty},
    77 	    { (const void*)&KTooltip,           &SetElementWithTextPropertiesL, EEmpty},
    78 	    { (const void*)&KTooltip,           &SetElementWithTextPropertiesL, EEmpty},
    78         
    79