![]() |
Mapper
0.9.0
API documentation
|
This is the complete list of members for OpenOrienteering::MapPart, including all inherited members.
addObject(Object *object) | OpenOrienteering::MapPart | |
addObject(Object *object, int pos) | OpenOrienteering::MapPart | |
applyOnAllObjects(const std::function< void(Object *)> &operation) | OpenOrienteering::MapPart | |
applyOnAllObjects(const std::function< void(const Object *)> &operation) const | OpenOrienteering::MapPart | |
applyOnAllObjects(const std::function< void(Object *, MapPart *, int)> &operation) | OpenOrienteering::MapPart | |
applyOnMatchingObjects(const std::function< void(Object *)> &operation, const std::function< bool(const Object *)> &condition) | OpenOrienteering::MapPart | |
applyOnMatchingObjects(const std::function< void(const Object *)> &operation, const std::function< bool(const Object *)> &condition) const | OpenOrienteering::MapPart | |
applyOnMatchingObjects(const std::function< void(Object *, MapPart *, int)> &operation, const std::function< bool(const Object *)> &condition) | OpenOrienteering::MapPart | |
calculateExtent(bool include_helper_symbols) const | OpenOrienteering::MapPart | |
countObjectsInRect(const QRectF &map_coord_rect, bool include_hidden_objects) const | OpenOrienteering::MapPart | |
deleteObject(int pos, bool remove_only) | OpenOrienteering::MapPart | |
deleteObject(Object *object, bool remove_only) | OpenOrienteering::MapPart | |
existsObject(const std::function< bool(const Object *)> &condition) const | OpenOrienteering::MapPart | |
findObjectIndex(const Object *object) const | OpenOrienteering::MapPart | |
findObjectsAt(const MapCoordF &coord, float tolerance, bool treat_areas_as_paths, bool extended_selection, bool include_hidden_objects, bool include_protected_objects, SelectionInfoVector &out) const | OpenOrienteering::MapPart | |
findObjectsAtBox(const MapCoordF &corner1, const MapCoordF &corner2, bool include_hidden_objects, bool include_protected_objects, std::vector< Object *> &out) const | OpenOrienteering::MapPart | |
getName() const | OpenOrienteering::MapPart | inline |
getNumObjects() const | OpenOrienteering::MapPart | inline |
getObject(int i) const | OpenOrienteering::MapPart | inline |
getObject(int i) | OpenOrienteering::MapPart | inline |
importPart(const MapPart *other, const QHash< const Symbol *, Symbol *> &symbol_map, const QTransform &transform, bool select_new_objects) | OpenOrienteering::MapPart | |
load(QXmlStreamReader &xml, Map &map, SymbolDictionary &symbol_dict) | OpenOrienteering::MapPart | static |
MapPart(const QString &name, Map *map) | OpenOrienteering::MapPart | |
MapPart(const MapPart &)=delete | OpenOrienteering::MapPart | |
OCAD8FileImport class | OpenOrienteering::MapPart | friend |
operator=(const MapPart &)=delete | OpenOrienteering::MapPart | |
save(QXmlStreamWriter &xml) const | OpenOrienteering::MapPart | |
setName(const QString &new_name) | OpenOrienteering::MapPart | |
setObject(Object *object, int pos, bool delete_old) | OpenOrienteering::MapPart | |
~MapPart() | OpenOrienteering::MapPart |