|
libosmscout 1.1.1
|
#include <libosmscout-client-qt/include/osmscoutclientqt/DBLoadJob.h>


Signals | |
| void | tileStateChanged (QString dbPath, const osmscout::TileRef tile) |
| void | databaseLoaded (QString dbPath, QList< osmscout::TileRef > tiles) |
| void | finished (QMap< QString, QMap< osmscout::TileKey, osmscout::TileRef > > tiles) |
Public Member Functions | |
| DBLoadJob (osmscout::MercatorProjection lookupProjection, unsigned long maximumAreaLevel, bool lowZoomOptimization, bool closeOnFinish=true) | |
| ~DBLoadJob () override | |
| void | Run (const osmscout::BasemapDatabaseRef &basemapDatabase, const std::list< DBInstanceRef > &databases, ReadLock &&locker) override |
| void | Close () override |
| bool | IsFinished () const |
| QMap< QString, QMap< osmscout::TileKey, osmscout::TileRef > > | GetAllTiles () const |
| bool | AddTileDataToMapData (QString dbPath, const QList< osmscout::TileRef > &tiles, osmscout::MapData &data) |
Protected Slots | |
| void | onTileStateChanged (QString dbPath, const osmscout::TileRef tile) |
| osmscout::DBLoadJob::DBLoadJob | ( | osmscout::MercatorProjection | lookupProjection, |
| unsigned long | maximumAreaLevel, | ||
| bool | lowZoomOptimization, | ||
| bool | closeOnFinish = true ) |
|
override |
| bool osmscout::DBLoadJob::AddTileDataToMapData | ( | QString | dbPath, |
| const QList< osmscout::TileRef > & | tiles, | ||
| osmscout::MapData & | data ) |
Add tile data to map data.
| dbPath | |
| tiles | |
| data |
|
override |
|
signal |
|
signal |
| QMap< QString, QMap< osmscout::TileKey, osmscout::TileRef > > osmscout::DBLoadJob::GetAllTiles | ( | ) | const |
| bool osmscout::DBLoadJob::IsFinished | ( | ) | const |
|
protectedslot |
|
override |
|
signal |
This signal is not called in Job thread context!