Searched refs:poItemIcon (Results 1 – 4 of 4) sorted by relevance
1255 ItemIconPtr poItemIcon = poKmlFactory->CreateItemIcon ( ); in createkmlliststyle() local1256 poItemIcon->set_href( osListStyleIconHref.c_str() ); in createkmlliststyle()1257 poKmlListStyle->add_itemicon(poItemIcon); in createkmlliststyle()
1227 ItemIconPtr poItemIcon = poKmlFactory->CreateItemIcon(); in createkmlliststyle() local1228 poItemIcon->set_href( osListStyleIconHref.c_str() ); in createkmlliststyle()1229 poKmlListStyle->add_itemicon(poItemIcon); in createkmlliststyle()
1227 ItemIconPtr poItemIcon = poKmlFactory->CreateItemIcon(); in SetListStyle()1228 poItemIcon->set_href( osListStyleIconHref.c_str() ); in SetListStyle()1229 poKmlListStyle->add_itemicon(poItemIcon); in SetListStyle()