| MapDatabaseService::DataClass::~DataClass |
( |
| ) |
|
| void MapDatabaseService::DataClass::AddBusStopsToCurrentImage |
( |
QPainter & |
painter | ) |
|
AddBusStopsToCurrentImage - draws bus stops from actual request on map Bus stop locations are compared to current map projection - only bus stops, whcih are in current projection will be drawn on map.
- Parameters
-
| painter | - painter from mapWidget |
| void MapDatabaseService::DataClass::AddBusStopToCurrentImage |
( |
BusStopMapPoint & |
busStopMapPoint, |
|
|
QPainter & |
painter |
|
) |
| |
| void MapDatabaseService::DataClass::AddModelRouteToCurrentImage |
( |
QPainter & |
painter | ) |
|
| void MapDatabaseService::DataClass::DrawBusStopToCurrentImage |
( |
QPainter & |
painter, |
|
|
const int |
pixelCoordX, |
|
|
const int |
pixelCoordY, |
|
|
const BusStopMapPoint & |
busStopMapPoint, |
|
|
const QString & |
distanceToBusStop, |
|
|
const QString & |
busStopDelay |
|
) |
| |
DrawBusStopToCurrentImage - draws single bus stop on map.
- Parameters
-
| painter | - painter from mapWidget |
| pixelCoordX | - x pixel coordinate which should be used as "base" for bus stop icon |
| pixelCoordY | - y pixel coordinate which should be used as "base" for bus stop icon |
| busStopName | - name of bus stop as string |
| departureTimeText | - departure time as string |
| distanceToBusStop | - distance to bus stop as string |
| busStopDelay | - time difference between current time and bus stop arrival time as string |
| void MapDatabaseService::DataClass::FreeMaps |
( |
| ) |
|
| void MapDatabaseService::DataClass::ReplaceDefaultOSMBusStops |
( |
| ) |
|
| QImage* MapDatabaseService::DataClass::mBusStopImage |
| osmscout::TypeInfoRef MapDatabaseService::DataClass::mBusStopType |
| QImage* MapDatabaseService::DataClass::mCurrentImage |
| osmscout::MapData MapDatabaseService::DataClass::mData |
| osmscout::DatabaseRef MapDatabaseService::DataClass::mDatabase |
| osmscout::DatabaseParameter MapDatabaseService::DataClass::mDatabaseParameter |
| osmscout::BreakerRef MapDatabaseService::DataClass::mDataLoadingBreaker |
| QString MapDatabaseService::DataClass::mIconDirectory |
| osmscout::LocationServiceRef MapDatabaseService::DataClass::mLocationService |
| MapLogic* MapDatabaseService::DataClass::mMapLogic |
| osmscout::MapServiceRef MapDatabaseService::DataClass::mMapService |
| osmscout::MapPainterQt* MapDatabaseService::DataClass::mPainter |
| QTimer MapDatabaseService::DataClass::mPendingRenderingTimer |
| osmscout::MercatorProjection MapDatabaseService::DataClass::mProjection |
| double MapDatabaseService::DataClass::mScreenDpi |
| osmscout::StyleConfigRef MapDatabaseService::DataClass::mStyleConfig |
| QString MapDatabaseService::DataClass::mStylesheetFilename |
| std::list<osmscout::TileRef> MapDatabaseService::DataClass::mTiles |
| QImage* MapDatabaseService::DataClass::mVehicleImage |
The documentation for this class was generated from the following file: