|
libosmscout 1.1.1
|
#include <libosmscout-client-qt/include/osmscoutclientqt/IconLookup.h>
Public Slots | |
| void | onIconRequest (const MapViewStruct &view, const QPoint &coord, const std::map< int, OverlayObjectRef > &overlayObjects) |
| void | onDatabaseLoaded (QString dbPath, QList< osmscout::TileRef > tiles) |
| void | onLoadJobFinished (QMap< QString, QMap< osmscout::TileKey, osmscout::TileRef > > tiles) |
Signals | |
| void | iconRequested (const MapViewStruct &view, const QPoint &coord, const std::map< int, OverlayObjectRef > &overlayObjects) |
| void | iconFound (QPoint lookupCoord, MapIcon icon) |
| void | iconNotFound (QPoint lookupCoord) |
Public Member Functions | |
| IconLookup (QThread *thread, DBThreadRef dbThread, QString iconDirectory) | |
| ~IconLookup () override | |
| void | RequestIcon (const MapViewStruct &view, const QPoint &coord, const std::map< int, OverlayObjectRef > &overlayObjects) |
| osmscout::IconLookup::IconLookup | ( | QThread * | thread, |
| DBThreadRef | dbThread, | ||
| QString | iconDirectory ) |
|
override |
|
signal |
|
signal |
|
signal |
|
slot |
|
slot |
|
slot |
| void osmscout::IconLookup::RequestIcon | ( | const MapViewStruct & | view, |
| const QPoint & | coord, | ||
| const std::map< int, OverlayObjectRef > & | overlayObjects ) |