43 mChildrenLoaded(false)
66 mChildrenLoaded(false)
77 LevelDescriptor::AttributeDescriptorListType::const_iterator a;
83 AttributeMapType::const_iterator i = attr.find(a->GetKey());
84 if ( i != attr.end() )
103 ChildrenListType::iterator i;
118 LevelDescriptor::AttributeDescriptorListType::const_iterator a;
141 LevelDescriptor::AttributeDescriptorListType::const_iterator a;
179 static std::string def(
"");
189 const std::string& v)
194 std::cout<<
"[Gimmick!] Node::SetAttribute : no attribute with key '"
196 creaError(
"[Gimmick!] Node::SetAttribute : no attribute with key '"
207 const std::vector<std::string>&
id
209 std::vector<std::string>::const_iterator i;
210 for (i =
id.begin(); i !=
id.end(); ++i)
227 for (
int i = 0; i<
GetLevel(); ++i) mess +=
" ";
230 ChildrenListType::const_iterator j;
242 const std::vector<std::string>& label
245 std::vector<std::string>::const_iterator i;
246 for (i = label.begin(); i != label.end(); )
254 if (i != label.end()) l +=
"|";
260 <<
"' is not in node attribute map (should be!)" );
263 if (l.size()==0) l=
"?";