#include <libosmscout-client-qt/include/osmscout/LookupModule.h>
◆ AdminRegionLevel
◆ LookupModule()
| osmscout::LookupModule::LookupModule |
( |
QThread * |
thread, |
|
|
DBThreadRef |
dbThread |
|
) |
| |
◆ ~LookupModule()
| virtual osmscout::LookupModule::~LookupModule |
( |
| ) |
|
|
virtual |
◆ initialisationFinished
◆ locationAdminRegionFinished
| void osmscout::LookupModule::locationAdminRegionFinished |
( |
const osmscout::GeoCoord |
location | ) |
|
|
signal |
◆ locationAdminRegions
| void osmscout::LookupModule::locationAdminRegions |
( |
const osmscout::GeoCoord |
location, |
|
|
QList< AdminRegionInfoRef > |
adminRegionList |
|
) |
| |
|
signal |
◆ locationDescription
| void osmscout::LookupModule::locationDescription |
( |
const osmscout::GeoCoord |
location, |
|
|
const QString |
database, |
|
|
const osmscout::LocationDescription |
description, |
|
|
const QStringList |
regions |
|
) |
| |
|
signal |
◆ locationDescriptionFinished
| void osmscout::LookupModule::locationDescriptionFinished |
( |
const osmscout::GeoCoord |
location | ) |
|
|
signal |
◆ objectsLoaded
◆ onDatabaseLoaded
| void osmscout::LookupModule::onDatabaseLoaded |
( |
QString |
dbPath, |
|
|
QList< osmscout::TileRef > |
tiles |
|
) |
| |
|
slot |
◆ onLoadJobFinished
◆ requestLocationDescription
| void osmscout::LookupModule::requestLocationDescription |
( |
const osmscout::GeoCoord |
location | ) |
|
|
slot |
Start retrieving place information based on objects on or near the location.
LookupModule then emits locationDescription signals followed by locationDescriptionFinished.
User of this function should use Qt::QueuedConnection for invoking this slot, operation may generate IO load and may tooks long time.
- Parameters
-
◆ requestObjects
| void osmscout::LookupModule::requestObjects |
( |
const LocationEntry & |
, |
|
|
bool |
reverseLookupAddresses |
|
) |
| |
|
slot |
◆ requestObjectsOnView
| void osmscout::LookupModule::requestObjectsOnView |
( |
const MapViewStruct & |
, |
|
|
const QRectF & |
filterRectangle |
|
) |
| |
|
slot |
◆ requestRegionLookup
| void osmscout::LookupModule::requestRegionLookup |
( |
const osmscout::GeoCoord |
location | ) |
|
|
slot |
Start retrieving list of place admin regions.
LookupModule then emits locationAdminRegions signals followed by locationAdminRegionFinished.
User of this function should use Qt::QueuedConnection for invoking this slot, operation may generate IO load and may tooks long time.
- Parameters
-
◆ viewObjectsLoaded
◆ SearchRunnable
The documentation for this class was generated from the following file: