![]() |
Mapper
0.9.0
API documentation
|
This is the complete list of members for OpenOrienteering::Map, including all inherited members.
addColor(MapColor *color, int pos) | OpenOrienteering::Map | |
addMapWidget(MapWidget *widget) | OpenOrienteering::Map | |
addObject(Object *object, int part_index=-1) | OpenOrienteering::Map | |
addObjectToSelection(Object *object, bool emit_selection_changed) | OpenOrienteering::Map | |
addPart(MapPart *part, std::size_t index) | OpenOrienteering::Map | |
addSymbol(Symbol *symbol, int pos) | OpenOrienteering::Map | |
addTemplate(Template *temp, int pos) | OpenOrienteering::Map | |
applyOnAllObjects(const std::function< void(Object *)> &operation) | OpenOrienteering::Map | |
applyOnAllObjects(const std::function< void(const Object *)> &operation) const | OpenOrienteering::Map | |
applyOnAllObjects(const std::function< void(Object *, MapPart *, int)> &operation) | OpenOrienteering::Map | |
applyOnMatchingObjects(const std::function< void(Object *)> &operation, const std::function< bool(const Object *)> &condition) | OpenOrienteering::Map | |
applyOnMatchingObjects(const std::function< void(const Object *)> &operation, const std::function< bool(const Object *)> &condition) const | OpenOrienteering::Map | |
applyOnMatchingObjects(const std::function< void(Object *, MapPart *, int)> &operation, const std::function< bool(const Object *)> &condition) | OpenOrienteering::Map | |
areColorsDirty() const | OpenOrienteering::Map | inline |
areObjectsDirty() const | OpenOrienteering::Map | inline |
areSymbolsDirty() const | OpenOrienteering::Map | inline |
areTemplatesDirty() const | OpenOrienteering::Map | inline |
blockSignals(bool block) | QObject | |
calculateExtent(bool include_helper_symbols=false, bool include_templates=false, const MapView *view=nullptr) const | OpenOrienteering::Map | |
changeScale(unsigned int new_scale_denominator, const MapCoord &scaling_center, bool scale_symbols, bool scale_objects, bool scale_georeferencing, bool scale_templates) | OpenOrienteering::Map | |
changeSymbolForAllObjects(const Symbol *old_symbol, const Symbol *new_symbol) | OpenOrienteering::Map | |
checkSpotColorPresence() | OpenOrienteering::Map | protectedslot |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() const const | QObject | |
clear() | OpenOrienteering::Map | |
clearActivityBoundingBox() | OpenOrienteering::Map | |
clearClosedTemplates() | OpenOrienteering::Map | |
clearDrawingBoundingBox() | OpenOrienteering::Map | |
clearObjectSelection(bool emit_selection_changed) | OpenOrienteering::Map | |
closedTemplateAvailabilityChanged() | OpenOrienteering::Map | signal |
closeTemplate(int i) | OpenOrienteering::Map | |
colorAdded(int pos, const OpenOrienteering::MapColor *color) | OpenOrienteering::Map | signal |
colorChanged(int pos, const OpenOrienteering::MapColor *color) | OpenOrienteering::Map | signal |
colorDeleted(int pos, const OpenOrienteering::MapColor *old_color) | OpenOrienteering::Map | signal |
ColorImport enum value | OpenOrienteering::Map | |
CompleteImport enum value | OpenOrienteering::Map | |
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const | QObject | |
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, PointerToMemberFunction signal, Functor functor) | QObject | static |
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) | QObject | static |
connectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
countObjectsInRect(const QRectF &map_coord_rect, bool include_hidden_objects) | OpenOrienteering::Map | |
currentMapPartChanged(const OpenOrienteering::MapPart *part) | OpenOrienteering::Map | signal |
currentMapPartIndexChanged(std::size_t index) | OpenOrienteering::Map | signal |
customEvent(QEvent *event) | QObject | protectedvirtual |
deleteAllObjectsWithSymbol(const Symbol *symbol) | OpenOrienteering::Map | |
deleteColor(int pos) | OpenOrienteering::Map | |
deleteIrregularObjects() | OpenOrienteering::Map | |
deleteLater() | QObject | |
deleteObject(Object *object, bool remove_only) | OpenOrienteering::Map | |
deleteSelectedObjects() | OpenOrienteering::Map | |
deleteSymbol(int pos) | OpenOrienteering::Map | |
deleteTemplate(int pos) | OpenOrienteering::Map | |
destroyed(QObject *obj) | QObject | |
determineColorsInUse(const std::vector< bool > &by_which_symbols, std::vector< bool > &out) const | OpenOrienteering::Map | |
determineSymbolsInUse(std::vector< bool > &out) const | OpenOrienteering::Map | |
determineSymbolUseClosure(std::vector< bool > &symbol_bitfield) const | OpenOrienteering::Map | |
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method) | QObject | static |
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) | QObject | static |
disconnect(const char *signal, const QObject *receiver, const char *method) const const | QObject | |
disconnect(const QObject *receiver, const char *method) const const | QObject | |
disconnect(const QMetaObject::Connection &connection) | QObject | static |
disconnect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) | QObject | static |
disconnectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
draw(QPainter *painter, const RenderConfig &config) | OpenOrienteering::Map | |
drawColorSeparation(QPainter *painter, const RenderConfig &config, const MapColor *spot_color, bool use_color=false) | OpenOrienteering::Map | |
drawGrid(QPainter *painter, const QRectF &bounding_box) | OpenOrienteering::Map | |
drawOverprintingSimulation(QPainter *painter, const RenderConfig &config) | OpenOrienteering::Map | |
drawSelection(QPainter *painter, bool force_min_size, MapWidget *widget, MapRenderables *replacement_renderables=nullptr, bool draw_normal=false) | OpenOrienteering::Map | |
drawTemplates(QPainter *painter, const QRectF &bounding_box, int first_template, int last_template, const MapView *view, bool on_screen) const | OpenOrienteering::Map | |
dumpObjectInfo() | QObject | |
dumpObjectInfo() const const | QObject | |
dumpObjectTree() | QObject | |
dumpObjectTree() const const | QObject | |
dynamicPropertyNames() const const | QObject | |
emitSelectionChanged() | OpenOrienteering::Map | |
emitSelectionEdited() | OpenOrienteering::Map | |
emitTemplateChanged(Template *temp) | OpenOrienteering::Map | |
ensureVisibilityOfSelectedObjects(SelectionVisibility visibility) | OpenOrienteering::Map | |
event(QEvent *e) | QObject | virtual |
eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
existsObject(const std::function< bool(const Object *)> &condition) const | OpenOrienteering::Map | |
existsObjectWithSymbol(const Symbol *symbol) const | OpenOrienteering::Map | |
exportToIODevice(QIODevice &device) const | OpenOrienteering::Map | |
findAllObjectsAt(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::Map | |
findChild(const QString &name, Qt::FindChildOptions options) const const | QObject | |
findChildren(const QString &name, Qt::FindChildOptions options) const const | QObject | |
findChildren(const QRegExp ®Exp, Qt::FindChildOptions options) const const | QObject | |
findChildren(const QRegularExpression &re, Qt::FindChildOptions options) const const | QObject | |
findColorIndex(const MapColor *color) const | OpenOrienteering::Map | |
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::Map | |
findObjectsAtBox(const MapCoordF &corner1, const MapCoordF &corner2, bool include_hidden_objects, bool include_protected_objects, std::vector< Object *> &out) const | OpenOrienteering::Map | |
findPartIndex(const MapPart *part) const | OpenOrienteering::Map | |
findSymbolIndex(const Symbol *symbol) const | OpenOrienteering::Map | |
findTemplateIndex(const Template *temp) const | OpenOrienteering::Map | |
FullVisibility enum value | OpenOrienteering::Map | |
GeorefImport enum value | OpenOrienteering::Map | |
getClosedTemplate(int i) const | OpenOrienteering::Map | inline |
getClosedTemplate(int i) | OpenOrienteering::Map | inline |
getColor(int i) const | OpenOrienteering::Map | inline |
getCoveringCombinedLine() | OpenOrienteering::Map | inlinestatic |
getCoveringRed() | OpenOrienteering::Map | inlinestatic |
getCoveringRedLine() | OpenOrienteering::Map | inlinestatic |
getCoveringWhite() | OpenOrienteering::Map | inlinestatic |
getCoveringWhiteLine() | OpenOrienteering::Map | inlinestatic |
getCurrentPart() const | OpenOrienteering::Map | inline |
getCurrentPartIndex() const | OpenOrienteering::Map | inline |
getFirstFrontTemplate() const | OpenOrienteering::Map | inline |
getFirstSelectedObject() const | OpenOrienteering::Map | inline |
getFirstSelectedObject() | OpenOrienteering::Map | inline |
getGeoreferencing() const | OpenOrienteering::Map | inline |
getGrid() const | OpenOrienteering::Map | inline |
getImageTemplateDefaults(bool &use_meters_per_pixel, double &meters_per_pixel, double &dpi, double &scale) | OpenOrienteering::Map | |
getMapColor(int i) const | OpenOrienteering::Map | inline |
getMapColor(int i) | OpenOrienteering::Map | inline |
getMapNotes() const | OpenOrienteering::Map | inline |
getNumClosedTemplates() const | OpenOrienteering::Map | inline |
getNumColors() const | OpenOrienteering::Map | inline |
getNumObjects() const | OpenOrienteering::Map | |
getNumParts() const | OpenOrienteering::Map | inline |
getNumSelectedObjects() const | OpenOrienteering::Map | inline |
getNumSymbols() const | OpenOrienteering::Map | inline |
getNumTemplates() const | OpenOrienteering::Map | inline |
getPart(std::size_t i) const | OpenOrienteering::Map | inline |
getRegistrationColor() | OpenOrienteering::Map | inlinestatic |
getScaleDenominator() const | OpenOrienteering::Map | |
getSelectionToSymbolCompatibility(const Symbol *symbol, bool &out_compatible, bool &out_different) const | OpenOrienteering::Map | |
getSymbol(int i) const | OpenOrienteering::Map | |
getSymbol(int i) | OpenOrienteering::Map | |
getTemplate(int i) const | OpenOrienteering::Map | inline |
getTemplate(int i) | OpenOrienteering::Map | inline |
getUndefinedColor() | OpenOrienteering::Map | inlinestatic |
getUndefinedLine() | OpenOrienteering::Map | inlinestatic |
getUndefinedPoint() | OpenOrienteering::Map | inlinestatic |
getUndefinedText() | OpenOrienteering::Map | inlinestatic |
hasAlpha() const | OpenOrienteering::Map | |
hasPrinterConfig() const noexcept | OpenOrienteering::Map | inline |
hasSpotColors() const | OpenOrienteering::Map | |
hasUnsavedChanged(bool is_clean) | OpenOrienteering::Map | signal |
hasUnsavedChanges() const | OpenOrienteering::Map | inline |
IgnoreVisibilty enum value | OpenOrienteering::Map | |
importFromIODevice(QIODevice &device) | OpenOrienteering::Map | |
importMap(const Map &imported_map, ImportMode mode, std::vector< bool > *filter=nullptr, int symbol_insert_pos=-1, bool merge_duplicate_symbols=true) | OpenOrienteering::Map | |
importMap(const Map &imported_map, ImportMode mode, const QTransform &transform, std::vector< bool > *filter=nullptr, int symbol_insert_pos=-1, bool merge_duplicate_symbols=true) | OpenOrienteering::Map | |
ImportModeFlag enum name | OpenOrienteering::Map | |
includeSelectionRect(QRectF &rect) const | OpenOrienteering::Map | |
inherits(const char *className) const const | QObject | |
init() | OpenOrienteering::Map | |
insertRenderablesOfObject(const Object *object) | OpenOrienteering::Map | |
installEventFilter(QObject *filterObj) | QObject | |
irregularObjects() const | OpenOrienteering::Map | |
isAreaHatchingEnabled() const | OpenOrienteering::Map | |
isBaselineViewEnabled() const | OpenOrienteering::Map | |
isColorUsedByASymbol(const MapColor *color) const | OpenOrienteering::Map | |
isObjectSelected(const Object *object) const | OpenOrienteering::Map | |
isOtherDirty() const | OpenOrienteering::Map | inline |
isSignalConnected(const QMetaMethod &signal) const const | QObject | protected |
isWidgetType() const const | QObject | |
isWindowType() const const | QObject | |
killTimer(int id) | QObject | |
loadFrom(const QString &path, MapView *view=nullptr) | OpenOrienteering::Map | |
Map() | OpenOrienteering::Map | |
mapPartAdded(std::size_t index, const OpenOrienteering::MapPart *part) | OpenOrienteering::Map | signal |
mapPartChanged(std::size_t index, const OpenOrienteering::MapPart *part) | OpenOrienteering::Map | signal |
mapPartDeleted(std::size_t index, const OpenOrienteering::MapPart *part) | OpenOrienteering::Map | signal |
MapRenderables class | OpenOrienteering::Map | friend |
MapTest class | OpenOrienteering::Map | friend |
markAsIrregular(Object *object) | OpenOrienteering::Map | |
mergeParts(std::size_t source, std::size_t destination) | OpenOrienteering::Map | |
metaObject() const const | QObject | virtual |
MinimalImport enum value | OpenOrienteering::Map | |
MinimalObjectImport enum value | OpenOrienteering::Map | |
MinimalSymbolImport enum value | OpenOrienteering::Map | |
moveSymbol(int from, int to) | OpenOrienteering::Map | |
moveToThread(QThread *targetThread) | QObject | |
ObjectImport enum value | OpenOrienteering::Map | |
objectName | QObject | |
objectName() const const | QObject | |
objectNameChanged(const QString &objectName) | QObject | |
ObjectSelection typedef | OpenOrienteering::Map | |
objectSelectionChanged() | OpenOrienteering::Map | signal |
OCAD8FileImport class | OpenOrienteering::Map | friend |
parent() const const | QObject | |
PartialVisibility enum value | OpenOrienteering::Map | |
printerConfig() | OpenOrienteering::Map | |
printerConfig() const | OpenOrienteering::Map | |
property(const char *name) const const | QObject | |
push(UndoStep *step) | OpenOrienteering::Map | |
Q_CLASSINFO(Name, Value) | QObject | |
Q_DISABLE_COPY(Class) | QObject | |
Q_DISABLE_COPY_MOVE(Class) | QObject | |
Q_DISABLE_MOVE(Class) | QObject | |
Q_EMITQ_EMIT | QObject | |
Q_ENUM(...) | QObject | |
Q_ENUM_NS(...) | QObject | |
Q_ENUMS(...) | QObject | |
Q_FLAG(...) | QObject | |
Q_FLAG_NS(...) | QObject | |
Q_FLAGS(...) | QObject | |
Q_GADGETQ_GADGET | QObject | |
Q_INTERFACES(...) | QObject | |
Q_INVOKABLEQ_INVOKABLE | QObject | |
Q_NAMESPACEQ_NAMESPACE | QObject | |
Q_OBJECTQ_OBJECT | QObject | |
Q_PROPERTY(...) | QObject | |
Q_REVISIONQ_REVISION | QObject | |
Q_SET_OBJECT_NAME(Object) | QObject | |
Q_SIGNALQ_SIGNAL | QObject | |
Q_SIGNALSQ_SIGNALS | QObject | |
Q_SLOTQ_SLOT | QObject | |
Q_SLOTSQ_SLOTS | QObject | |
qFindChild(const QObject *obj, const QString &name) | QObject | |
qFindChildren(const QObject *obj, const QString &name) | QObject | |
qFindChildren(const QObject *obj, const QRegExp ®Exp) | QObject | |
QObject(QObject *parent) | QObject | |
qobject_cast(QObject *object) | QObject | |
qobject_cast(const QObject *object) | QObject | |
QObjectList | QObject | |
QT_NO_NARROWING_CONVERSIONS_IN_CONNECTQT_NO_NARROWING_CONVERSIONS_IN_CONNECT | QObject | |
raw_translation(const QString &symbol_text) const | OpenOrienteering::Map | |
reassignObjectsToMapPart(std::vector< int >::const_iterator first, std::vector< int >::const_iterator last, std::size_t source, std::size_t destination) | OpenOrienteering::Map | |
receivers(const char *signal) const const | QObject | protected |
reloadClosedTemplate(int i, int target_pos, QWidget *dialog_parent, const QString &map_path=QString()) | OpenOrienteering::Map | |
removeEventFilter(QObject *obj) | QObject | |
removeMapWidget(MapWidget *widget) | OpenOrienteering::Map | |
removeObjectFromSelection(Object *object, bool emit_selection_changed) | OpenOrienteering::Map | |
removePart(std::size_t index) | OpenOrienteering::Map | |
removeRenderablesOfObject(const Object *object, bool mark_area_as_dirty) | OpenOrienteering::Map | |
removeSymbolFromSelection(const Symbol *symbol, bool emit_selection_changed) | OpenOrienteering::Map | |
removeTemplate(int pos) | OpenOrienteering::Map | |
renderableOptions() const | OpenOrienteering::Map | inline |
reset() | OpenOrienteering::Map | |
resetPrinterConfig() | OpenOrienteering::Map | |
rotateAllObjects(double rotation, const MapCoord ¢er) | OpenOrienteering::Map | |
rotateMap(double rotation, const MapCoord ¢er, bool adjust_georeferencing, bool adjust_declination, bool adjust_templates) | OpenOrienteering::Map | |
scaleAllObjects(double factor, const MapCoord &scaling_center) | OpenOrienteering::Map | |
scaleAllSymbols(double factor) | OpenOrienteering::Map | |
selectedObjectEdited() | OpenOrienteering::Map | signal |
selectedObjects() const | OpenOrienteering::Map | inline |
selectedObjectsBegin() const | OpenOrienteering::Map | inline |
selectedObjectsEnd() const | OpenOrienteering::Map | inline |
SelectionVisibility enum name | OpenOrienteering::Map | |
sender() const const | QObject | protected |
senderSignalIndex() const const | QObject | protected |
setActivityBoundingBox(const QRectF &map_coords_rect, int pixel_border, bool do_update=true) | OpenOrienteering::Map | |
setAreaHatchingEnabled(bool enabled) | OpenOrienteering::Map | |
setBaselineViewEnabled(bool enabled) | OpenOrienteering::Map | |
setColor(MapColor *color, int pos) | OpenOrienteering::Map | |
setColorsDirty() | OpenOrienteering::Map | |
setCurrentPart(MapPart *part) | OpenOrienteering::Map | inline |
setCurrentPartIndex(std::size_t index) | OpenOrienteering::Map | |
setDrawingBoundingBox(const QRectF &map_coords_rect, int pixel_border, bool do_update=true) | OpenOrienteering::Map | |
setFirstFrontTemplate(int pos) | OpenOrienteering::Map | inline |
setGeoreferencing(const Georeferencing &georeferencing) | OpenOrienteering::Map | |
setGrid(const MapGrid &grid) | OpenOrienteering::Map | |
setHasUnsavedChanges(bool has_unsaved_changes) | OpenOrienteering::Map | |
setImageTemplateDefaults(bool use_meters_per_pixel, double meters_per_pixel, double dpi, double scale) | OpenOrienteering::Map | |
setMapNotes(const QString &text) | OpenOrienteering::Map | |
setObjectAreaDirty(const QRectF &map_coords_rect) | OpenOrienteering::Map | |
setObjectName(const QString &name) | QObject | |
setObjectsDirty() | OpenOrienteering::Map | |
setOtherDirty() | OpenOrienteering::Map | |
setParent(QObject *parent) | QObject | |
setPrinterConfig(const MapPrinterConfig &config) | OpenOrienteering::Map | |
setProperty(const char *name, const QVariant &value) | QObject | |
setScaleDenominator(unsigned int value) | OpenOrienteering::Map | |
setSymbol(Symbol *symbol, int pos) | OpenOrienteering::Map | |
setSymbolsDirty() | OpenOrienteering::Map | |
setSymbolSetId(const QString &id) | OpenOrienteering::Map | |
setTemplate(Template *temp, int pos) | OpenOrienteering::Map | |
setTemplateAreaDirty(Template *temp, const QRectF &area, int pixel_border) | OpenOrienteering::Map | |
setTemplateAreaDirty(int i) | OpenOrienteering::Map | |
setTemplatesDirty() | OpenOrienteering::Map | |
signalsBlocked() const const | QObject | |
sortSymbols(T compare) | OpenOrienteering::Map | |
spotColorPresenceChanged(bool has_spot_colors) const | OpenOrienteering::Map | signal |
startTimer(int interval, Qt::TimerType timerType) | QObject | |
startTimer(std::chrono::milliseconds time, Qt::TimerType timerType) | QObject | |
symbolAdded(int pos, const OpenOrienteering::Symbol *symbol) | OpenOrienteering::Map | signal |
symbolChanged(int pos, const OpenOrienteering::Symbol *new_symbol, const OpenOrienteering::Symbol *old_symbol) | OpenOrienteering::Map | signal |
symbolDeleted(int pos, const OpenOrienteering::Symbol *old_symbol) | OpenOrienteering::Map | signal |
symbolIconChanged(int pos) | OpenOrienteering::Map | signal |
symbolIconZoom() const | OpenOrienteering::Map | |
symbolIconZoomChanged() | OpenOrienteering::Map | signal |
SymbolImport enum value | OpenOrienteering::Map | |
symbolSetId() const | OpenOrienteering::Map | inline |
templateAdded(int pos, OpenOrienteering::Template *temp) | OpenOrienteering::Map | signal |
templateChanged(int pos, OpenOrienteering::Template *temp) | OpenOrienteering::Map | signal |
templateDeleted(int pos, const OpenOrienteering::Template *old_temp) | OpenOrienteering::Map | signal |
thread() const const | QObject | |
timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
toggleObjectSelection(Object *object, bool emit_selection_changed) | OpenOrienteering::Map | |
tr(const char *sourceText, const char *disambiguation, int n) | QObject | static |
translate(const QString &symbol_text) const | OpenOrienteering::Map | |
trUtf8(const char *sourceText, const char *disambiguation, int n) | QObject | static |
undoCleanChanged(bool is_clean) | OpenOrienteering::Map | protectedslot |
undoManager() | OpenOrienteering::Map | inline |
undoManager() const | OpenOrienteering::Map | inline |
updateAllMapWidgets() | OpenOrienteering::Map | |
updateAllObjects() | OpenOrienteering::Map | |
updateAllObjectsWithSymbol(const Symbol *symbol) | OpenOrienteering::Map | |
updateDrawing(const QRectF &map_coords_rect, int pixel_border) | OpenOrienteering::Map | |
updateObjects() | OpenOrienteering::Map | |
updateSymbolIcons(const MapColor *color) | OpenOrienteering::Map | |
updateSymbolIconZoom() | OpenOrienteering::Map | slot |
useColorsFrom(Map *map) | OpenOrienteering::Map | |
XMLFileExporter class | OpenOrienteering::Map | friend |
XMLFileImporter class | OpenOrienteering::Map | friend |
~Map() override | OpenOrienteering::Map | |
~QObject() | QObject | virtual |