Marble::OsmObjectManager

Search for usage in LXR

Marble::OsmObjectManager Class Reference

#include <OsmObjectManager.h>

Static Public Member Functions

static void initializeOsmData (GeoDataPlacemark *placemark)
 
static void registerId (qint64 id)
 

Detailed Description

The OsmObjectManager class is used to assign osmData to placemarks that do not have them at write time.

Objects with no osmData usually consist of new placemarks created in the editor and placemarks loaded from KML files.

Definition at line 22 of file OsmObjectManager.h.

Member Function Documentation

◆ initializeOsmData()

void Marble::OsmObjectManager::initializeOsmData ( GeoDataPlacemark * placemark)
static

initializeOsmData assigns valid osmData to a placemark that does not have it.

Definition at line 21 of file OsmObjectManager.cpp.

◆ registerId()

void Marble::OsmObjectManager::registerId ( qint64 id)
static

registerId is used to keep track of the minimum id

See also
m_minId

Definition at line 113 of file OsmObjectManager.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:18:18 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.