Home
last modified time | relevance | path

Searched refs:applyOnMatchingObjects (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/
H A Dmap_part.h229 …void applyOnMatchingObjects(const std::function<void (Object*)>& operation, const std::function<bo…
235 …void applyOnMatchingObjects(const std::function<void (const Object*)>& operation, const std::funct…
241 …void applyOnMatchingObjects(const std::function<void (Object*, MapPart*, int)>& operation, const s…
H A Dmap_part.cpp326 void MapPart::applyOnMatchingObjects(const std::function<void (Object*)>& operation, const std::fun… in applyOnMatchingObjects() function in OpenOrienteering::MapPart
335 void MapPart::applyOnMatchingObjects(const std::function<void (const Object*)>& operation, const st… in applyOnMatchingObjects() function in OpenOrienteering::MapPart
344 void MapPart::applyOnMatchingObjects(const std::function<void (Object*, MapPart*, int)>& operation,… in applyOnMatchingObjects() function in OpenOrienteering::MapPart
H A Dmap.cpp2199 void Map::applyOnMatchingObjects(const std::function<void (Object*)>& operation, const std::functio… in applyOnMatchingObjects() function in OpenOrienteering::Map
2202 part->applyOnMatchingObjects(operation, condition); in applyOnMatchingObjects()
2206 void Map::applyOnMatchingObjects(const std::function<void (const Object*)>& operation, const std::f… in applyOnMatchingObjects() function in OpenOrienteering::Map
2209 part->applyOnMatchingObjects(operation, condition); in applyOnMatchingObjects()
2213 void Map::applyOnMatchingObjects(const std::function<void (Object*, MapPart*, int)>& operation, con… in applyOnMatchingObjects() function in OpenOrienteering::Map
2216 part->applyOnMatchingObjects(operation, condition); in applyOnMatchingObjects()
2259 applyOnMatchingObjects(&Object::forceUpdate, ObjectOp::HasSymbol{symbol}); in updateAllObjectsWithSymbol()
2264 applyOnMatchingObjects(ObjectOp::ChangeSymbol{new_symbol}, ObjectOp::HasSymbol{old_symbol}); in changeSymbolForAllObjects()
2276 applyOnMatchingObjects(ObjectOp::Delete(), ObjectOp::HasSymbol{symbol}); in deleteAllObjectsWithSymbol()
H A Dmap.h927 …void applyOnMatchingObjects(const std::function<void (Object*)>& operation, const std::function<bo…
932 …void applyOnMatchingObjects(const std::function<void (const Object*)>& operation, const std::funct…
937 …void applyOnMatchingObjects(const std::function<void (Object*, MapPart*, int)>& operation, const s…
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gui/map/
H A Dmap_find_feature.cpp227 map->getCurrentPart()->applyOnMatchingObjects([map](Object* object) { in findAll()
H A Dmap_editor.cpp1961 map->applyOnMatchingObjects(&Object::forceUpdate, ObjectOp::ContainsSymbolType{Symbol::Area}); in hatchAreas()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gui/symbols/
H A Dsymbol_replacement_dialog.cpp383 object_map.applyOnMatchingObjects(update_matching, std::cref(item.query)); in updateMappingTable()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gdal/
H A Dogr_file_format.cpp1975 map->applyOnMatchingObjects(add_feature, condition); in addPointsToLayer()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/fileformats/
H A Docd_file_export.cpp1736 map->applyOnMatchingObjects(count, ObjectOp::HasSymbol{text_symbol}); in exportTextSymbol()