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


Public Member Functions | |
| SearchRunnable (SearchModule *searchModule, DBInstanceRef &db, const QString &searchPattern, int limit, osmscout::BreakerRef &breaker) | |
| std::future< bool > | getFuture () |
Protected Member Functions | |
| bool | GetObjectDetails (const osmscout::ObjectFileRef &object, const std::string &searchKey, QString &typeName, QString &name, QString &altName, osmscout::GeoCoord &coordinates, osmscout::GeoBox &bbox) |
| bool | GetObjectDetails (const std::vector< osmscout::ObjectFileRef > &objects, const std::string &searchKey, QString &typeName, QString &name, QString &altName, osmscout::GeoCoord &coordinates, osmscout::GeoBox &bbox) |
| void | GetObjectNames (const FeatureValueBuffer &features, QString &typeName, QString &name, QString &altName) |
Protected Attributes | |
| SearchModule * | searchModule |
| DBInstanceRef | db |
| NameFeatureValueReader | nameReader |
| NameAltFeatureValueReader | altNameReader |
| QString | searchPattern |
| int | limit |
| osmscout::BreakerRef | breaker |
| std::map< osmscout::FileOffset, osmscout::AdminRegionRef > | adminRegionMap |
| std::promise< bool > | promise |
| osmscout::SearchRunnable::SearchRunnable | ( | SearchModule * | searchModule, |
| DBInstanceRef & | db, | ||
| const QString & | searchPattern, | ||
| int | limit, | ||
| osmscout::BreakerRef & | breaker ) |
| std::future< bool > osmscout::SearchRunnable::getFuture | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |