38 #ifdef CHECK_MEMORY_LEAKS
40 #endif // CHECK_MEMORY_LEAKS
58 const bool ret =
add(layer, p);
74 const bool ret =
add(layer, p);
133 static_cast<Position*
>(p)->
set(pos);
158 std::vector<GUIGlID> ret;
161 for (PolyMap::const_iterator i = pol.begin(); i != pol.end(); ++i) {
162 ret.push_back(static_cast<GUIPolygon*>((*i).second)->getGlID());
164 const std::map<std::string, PointOfInterest*> &poi =
getPOICont(j).getMyMap();
165 for (std::map<std::string, PointOfInterest*>::const_iterator i = poi.begin(); i != poi.end(); ++i) {
166 ret.push_back(static_cast<GUIPointOfInterest*>((*i).second)->getGlID());