libosmscout  0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Qt API

Classes for integration osmscout library with Qt framework. More...

Classes

struct  osmscout::AccumulatorEvent
 
class  osmscout::AvailableMapsModel
 Tree model with maps available by configured providers (see Settings::GetMapProviders). More...
 
class  osmscout::AvailableMapsModelDir
 Model item representing directory in AvailableMapsModel. More...
 
class  osmscout::AvailableMapsModelItem
 Abstract model item used in AvailableMapsModel. More...
 
class  osmscout::AvailableMapsModelMap
 Model item representing map in AvailableMapsModel. More...
 
class  osmscout::AvailableVoicesModel
 List model with voices available by configured providers (see Settings::GetVoiceProviders). More...
 
class  osmscout::DBLoadJob
 
class  osmscout::DBRenderJob
 
class  osmscout::DragHandler
 
class  osmscout::ElevationModule
 
class  osmscout::FreeTextSearchRunnable
 
class  osmscout::IconLookup
 
class  osmscout::InputHandler
 
class  osmscout::InstalledMapsModel
 Model providing access to currently installed maps on device. More...
 
class  osmscout::InstalledVoicesModel
 Model providing access to currently installed voices on device. More...
 
class  osmscout::JumpHandler
 
class  osmscout::LocationEntry
 
class  osmscout::LocationInfoModel
 
class  osmscout::LocationListModel
 Model for searching objects in osmscout databases by pattern written by human. More...
 
class  osmscout::LockHandler
 
class  osmscout::LookupModule
 
class  osmscout::MapDownloader
 Manager of map databases. More...
 
class  osmscout::MapDownloadJob
 Utility class for downloading map db described by AvailableMapsModelMap over http. More...
 
class  osmscout::MapDownloadsModel
 QML list model with currently downloaded maps. More...
 
struct  osmscout::MapIcon
 
class  osmscout::MapObjectInfoModel
 
class  osmscout::MapOverlay
 
class  osmscout::MapRenderer
 
class  osmscout::MapStyleModel
 
class  osmscout::MapView
 
class  osmscout::MapWidget
 
class  osmscout::MoveAccumulator
 
class  osmscout::MoveHandler
 
class  osmscout::MultitouchHandler
 
class  osmscout::NavigationModel
 Model providing navigation functionality to QML. More...
 
class  osmscout::NavigationModule
 
class  osmscout::NearPOIModel
 
struct  osmscout::ObjectKey
 
class  osmscout::OnlineTileProviderModel
 
class  osmscout::OpeningHoursModel
 
class  osmscout::OSMScoutQt
 
class  osmscout::OSMScoutQtBuilder
 
class  osmscout::OsmTileDownloader
 
class  osmscout::OverlayObject
 
class  osmscout::QmlRoutingProfile
 Routing profile. More...
 
class  osmscout::QmlSettings
 
class  osmscout::QtRouteData
 Representation of computed route. More...
 
struct  osmscout::RequestState
 
class  osmscout::RouteDescriptionBuilder
 
class  osmscout::Router
 
class  osmscout::RouteStep
 Human representation of route step commands. More...
 
class  osmscout::RoutingListModel
 
class  osmscout::SearchLocationsRunnable
 
class  osmscout::SearchModule
 
class  osmscout::SearchRunnable
 
class  osmscout::StyleFlagsModel
 
class  osmscout::StyleModule
 
class  osmscout::SunriseSunset
 
class  osmscout::TapRecognizer
 
class  osmscout::TileCache
 
struct  osmscout::TileCacheKey
 
struct  osmscout::TileCacheVal
 
class  osmscout::TiledMapOverlay
 
class  osmscout::TileLoaderThread
 
class  osmscout::VehicleFollowHandler
 
class  osmscout::VehiclePosition
 
class  osmscout::Voice
 Holder for voice metadata. More...
 
class  osmscout::VoiceCorePlayer
 
class  osmscout::VoiceDownloadJob
 Utility class for downloading voice described by AvailableVoice over http. More...
 
class  osmscout::VoiceManager
 Manager of voices for navigation commands. More...
 
class  osmscout::VoicePlayer
 
class  osmscout::ZoomGestureHandler
 

Typedefs

using osmscout::IconLookupRef = std::shared_ptr< IconLookup >
 
typedef std::shared_ptr< LookupModuleosmscout::LookupModuleRef
 
using osmscout::MapDownloaderRef = std::shared_ptr< MapDownloader >
 
using osmscout::OSMScoutQtBuilderRef = std::shared_ptr< OSMScoutQtBuilder >
 
using osmscout::StyleModuleRef = std::shared_ptr< StyleModule >
 
using osmscout::VoiceManagerRef = std::shared_ptr< VoiceManager >
 

Enumerations

enum  osmscout::RenderingType { osmscout::PlaneRendering = 0, osmscout::TiledRendering = 1 }
 

Variables

static const double osmscout::GRAD_TO_RAD = 2 * M_PI / 360
 

Detailed Description

Classes for integration osmscout library with Qt framework.

Typedef Documentation

◆ IconLookupRef

using osmscout::IconLookupRef = typedef std::shared_ptr<IconLookup>

◆ LookupModuleRef

typedef std::shared_ptr<LookupModule> osmscout::LookupModuleRef

◆ MapDownloaderRef

using osmscout::MapDownloaderRef = typedef std::shared_ptr<MapDownloader>

◆ OSMScoutQtBuilderRef

using osmscout::OSMScoutQtBuilderRef = typedef std::shared_ptr<OSMScoutQtBuilder>

◆ StyleModuleRef

using osmscout::StyleModuleRef = typedef std::shared_ptr<StyleModule>

◆ VoiceManagerRef

using osmscout::VoiceManagerRef = typedef std::shared_ptr<VoiceManager>

Enumeration Type Documentation

◆ RenderingType

Enumerator
PlaneRendering 
TiledRendering 

Variable Documentation

◆ GRAD_TO_RAD

const double osmscout::GRAD_TO_RAD = 2 * M_PI / 360
static

Util class with function useful for work with OSM tiles (mercator projection) as defined here: http://wiki.openstreetmap.org/wiki/Slippy_map_tilenames

Content of OMS wiki can be distributed under terms of
Creative Commons Attribution-ShareAlike 2.0 license http://wiki.openstreetmap.org/wiki/Wiki_content_license

I am not sure if these one-line code samples can use...?

Referenced by osmscout::TiledRenderingHelper::RenderTiles().