libosmscout  0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
osmscout::IconLookup Class Reference

#include <IconLookup.h>

+ Inheritance diagram for osmscout::IconLookup:

Public Slots

void onDatabaseLoaded (QString dbPath, QList< osmscout::TileRef > tiles)
 
void onIconRequest (const MapViewStruct &view, const QPoint &coord, const std::map< int, OverlayObjectRef > &overlayObjects)
 
void onLoadJobFinished (QMap< QString, QMap< osmscout::TileKey, osmscout::TileRef >> tiles)
 

Signals

void iconFound (QPoint lookupCoord, MapIcon icon)
 
void iconNotFound (QPoint lookupCoord)
 
void iconRequested (const MapViewStruct &view, const QPoint &coord, const std::map< int, OverlayObjectRef > &overlayObjects)
 

Public Member Functions

 IconLookup (QThread *thread, DBThreadRef dbThread, QString iconDirectory)
 
void RequestIcon (const MapViewStruct &view, const QPoint &coord, const std::map< int, OverlayObjectRef > &overlayObjects)
 
 ~IconLookup () override
 

Constructor & Destructor Documentation

◆ IconLookup()

◆ ~IconLookup()

osmscout::IconLookup::~IconLookup ( )
override

Member Function Documentation

◆ iconFound

void osmscout::IconLookup::iconFound ( QPoint  lookupCoord,
MapIcon  icon 
)
signal

◆ iconNotFound

void osmscout::IconLookup::iconNotFound ( QPoint  lookupCoord)
signal

◆ iconRequested

void osmscout::IconLookup::iconRequested ( const MapViewStruct &  view,
const QPoint &  coord,
const std::map< int, OverlayObjectRef > &  overlayObjects 
)
signal

Referenced by IconLookup().

◆ onDatabaseLoaded

void osmscout::IconLookup::onDatabaseLoaded ( QString  dbPath,
QList< osmscout::TileRef tiles 
)
slot

◆ onIconRequest

void osmscout::IconLookup::onIconRequest ( const MapViewStruct &  view,
const QPoint &  coord,
const std::map< int, OverlayObjectRef > &  overlayObjects 
)
slot

Referenced by IconLookup().

◆ onLoadJobFinished

void osmscout::IconLookup::onLoadJobFinished ( QMap< QString, QMap< osmscout::TileKey, osmscout::TileRef >>  tiles)
slot

◆ RequestIcon()

void osmscout::IconLookup::RequestIcon ( const MapViewStruct &  view,
const QPoint &  coord,
const std::map< int, OverlayObjectRef > &  overlayObjects 
)

The documentation for this class was generated from the following files: