|
| | core::AllLayersOfType::AllLayersOfType () |
| |
| QVector< MapType::Types > | core::AllLayersOfType::GetAllLayersOfType (const MapType::Types &type) |
| |
| static Cache * | core::Cache::Instance () |
| |
| QString | core::Cache::CacheLocation () |
| |
| void | core::Cache::setCacheLocation (const QString &value) |
| |
| void | core::Cache::CacheGeocoder (const QString &urlEnd, const QString &content) |
| |
| QString | core::Cache::GetGeocoderFromCache (const QString &urlEnd) |
| |
| void | core::Cache::CachePlacemark (const QString &urlEnd, const QString &content) |
| |
| QString | core::Cache::GetPlacemarkFromCache (const QString &urlEnd) |
| |
| void | core::Cache::CacheRoute (const QString &urlEnd, const QString &content) |
| |
| QString | core::Cache::GetRouteFromCache (const QString &urlEnd) |
| |
| | core::CacheItemQueue::CacheItemQueue (const MapType::Types &Type, const core::Point &Pos, const QByteArray &Img, const int &Zoom) |
| |
| | core::CacheItemQueue::CacheItemQueue () |
| |
| | core::CacheItemQueue::CacheItemQueue (const CacheItemQueue &cSource) |
| |
| CacheItemQueue & | core::CacheItemQueue::operator= (const CacheItemQueue &cSource) |
| |
| bool | core::CacheItemQueue::operator== (const CacheItemQueue &cSource) |
| |
| void | core::CacheItemQueue::SetMapType (const MapType::Types &value) |
| |
| void | core::CacheItemQueue::SetPosition (const core::Point &value) |
| |
| void | core::CacheItemQueue::SetImg (const QByteArray &value) |
| |
| MapType::Types | core::CacheItemQueue::GetMapType () |
| |
| core::Point | core::CacheItemQueue::GetPosition () |
| |
| QByteArray | core::CacheItemQueue::GetImg () |
| |
| int | core::CacheItemQueue::GetZoom () |
| |
| void | core::CacheItemQueue::SetZoom (const int &value) |
| |
| | diagnostics::diagnostics () |
| |
| QString | diagnostics::toString () |
| |
| | core::KiberTileCache::KiberTileCache () |
| |
| void | core::KiberTileCache::setMemoryCacheCapacity (const int &value) |
| |
| int | core::KiberTileCache::MemoryCacheCapacity () |
| |
| double | core::KiberTileCache::MemoryCacheSize () |
| |
| void | core::KiberTileCache::RemoveMemoryOverload () |
| |
| | core::MemoryCache::MemoryCache () |
| |
| QByteArray | core::MemoryCache::GetTileFromMemoryCache (const RawTile &tile) |
| |
| void | core::MemoryCache::AddTileToMemoryCache (const RawTile &tile, const QByteArray &pic) |
| |
| quint64 | core::qHash (Point const &point) |
| |
| bool | core::operator== (Point const &lhs, Point const &rhs) |
| |
| bool | core::operator!= (Point const &lhs, Point const &rhs) |
| |
| | core::Point::Point () |
| |
| | core::Point::Point (qint64 x, qint64 y) |
| |
| | core::Point::Point (Size sz) |
| |
| bool | core::Point::IsEmpty () |
| |
| qint64 | core::Point::X () const |
| |
| qint64 | core::Point::Y () const |
| |
| void | core::Point::SetX (const qint64 &value) |
| |
| void | core::Point::SetY (const qint64 &value) |
| |
| QString | core::Point::ToString () const |
| |
| void | core::Point::Offset (const qint64 &dx, const qint64 &dy) |
| |
| void | core::Point::Offset (Point p) |
| |
| | core::ProviderStrings::ProviderStrings () |
| |
| QString | core::ProviderStrings::encrypt (QString str) |
| |
| QString | core::ProviderStrings::decrypt (QString str) |
| |
| | core::PureImageProxy::PureImageProxy () |
| |
| static QPixmap | core::PureImageProxy::FromStream (const QByteArray &array) |
| |
| static bool | core::PureImageProxy::Save (const QByteArray &array, QPixmap &pic) |
| |
| | core::PureImageCache::PureImageCache () |
| |
| static bool | core::PureImageCache::CreateEmptyDB (const QString &file) |
| |
| bool | core::PureImageCache::PutImageToCache (const QByteArray &tile, const MapType::Types &type, const core::Point &pos, const int &zoom) |
| |
| QByteArray | core::PureImageCache::GetImageFromCache (MapType::Types type, core::Point pos, int zoom) |
| |
| QString | core::PureImageCache::GtileCache () |
| |
| void | core::PureImageCache::setGtileCache (const QString &value) |
| |
| static bool | core::PureImageCache::ExportMapDataToDB (QString sourceFile, QString destFile) |
| |
| void | core::PureImageCache::deleteOlderTiles (int const &days) |
| |
| uint | core::qHash (RawTile const &tile) |
| |
| bool | core::operator== (RawTile const &lhs, RawTile const &rhs) |
| |
| | core::RawTile::RawTile (const MapType::Types &Type, const core::Point &Pos, const int &Zoom) |
| |
| QString | core::RawTile::ToString (void) |
| |
| MapType::Types | core::RawTile::Type () |
| |
| core::Point | core::RawTile::Pos () |
| |
| int | core::RawTile::Zoom () |
| |
| void | core::RawTile::setType (const MapType::Types &value) |
| |
| void | core::RawTile::setPos (const core::Point &value) |
| |
| void | core::RawTile::setZoom (const int &value) |
| |
| | core::Size::Size () |
| |
| | core::Size::Size (Point pt) |
| |
| | core::Size::Size (qint64 Width, qint64 Height) |
| |
| Size | core::Size::operator- (const Size &sz1) |
| |
| Size | core::Size::operator+ (const Size &sz1) |
| |
| int | core::Size::GetHashCode () |
| |
| quint64 | core::Size::qHash (Size const &) |
| |
| QString | core::Size::ToString () |
| |
| qint64 | core::Size::Width () const |
| |
| qint64 | core::Size::Height () const |
| |
| void | core::Size::SetWidth (qint64 const &value) |
| |
| void | core::Size::SetHeight (qint64 const &value) |
| |
| | core::TileCacheQueue::TileCacheQueue () |
| |
| | core::TileCacheQueue::~TileCacheQueue () |
| |
| void | core::TileCacheQueue::EnqueueCacheTask (CacheItemQueue *task) |
| |
| | core::TLMaps::~TLMaps () |
| |
| static TLMaps * | core::TLMaps::Instance () |
| |
| bool | core::TLMaps::ImportFromGMDB (const QString &file) |
| |
| bool | core::TLMaps::ExportToGMDB (const QString &file) |
| |
| QByteArray | core::TLMaps::GetImageFromServer (const MapType::Types &type, const core::Point &pos, const int &zoom) |
| | timeout for map connections More...
|
| |
| QByteArray | core::TLMaps::GetImageFromFile (const MapType::Types &type, const core::Point &pos, const int &zoom, double hScale, double vScale, QString userImageFileName, internals::PureProjection *projection) |
| | OPMaps::GetImageFromFile. More...
|
| |
| bool | core::TLMaps::UseMemoryCache () |
| |
| void | core::TLMaps::setUseMemoryCache (const bool &value) |
| |
| void | core::TLMaps::setLanguage (const LanguageType::Types &language) |
| |
| LanguageType::Types | core::TLMaps::GetLanguage () |
| |
| AccessMode::Types | core::TLMaps::GetAccessMode () const |
| |
| void | core::TLMaps::setAccessMode (const AccessMode::Types &mode) |
| |
| diagnostics | core::TLMaps::GetDiagnostics () |
| |
| | core::TLMaps::TLMaps () |
| |
| | core::TLMaps::TLMaps (const TLMaps &) |
| |
| TLMaps & | core::TLMaps::operator= (TLMaps const &) |
| |
| | core::UrlFactory::UrlFactory () |
| |
| | core::UrlFactory::~UrlFactory () |
| |
| QString | core::UrlFactory::MakeImageUrl (const MapType::Types &type, const core::Point &pos, const int &zoom, const QString &language) |
| | UrlFactory::MakeImageUrl Make the requesting URL for the desired quadtile. More...
|
| |
QList
< UrlFactory::geoCodingStruct > | core::UrlFactory::GetLatLngFromGeodecoder (const QString &keywords, GeoCoderStatusCode::Types &status, const QString &language) |
| |
QList
< UrlFactory::geoCodingStruct > | core::UrlFactory::GetPlacemarkFromGeocoder (internals::PointLatLng location, GeoCoderStatusCode::Types &status, const QString &language) |
| |
| double | core::UrlFactory::GetElevationFromCoordinate (const internals::PointLatLng &coordinate, GeoCoderStatusCode::Types &status) |
| |
| bool | core::UrlFactory::IsCorrectGoogleVersions () |
| |
| void | core::UrlFactory::setIsCorrectGoogleVersions (bool value) |
| |
| QString | core::UrlFactory::MakeGeocoderUrl (QString keywords, const QString &language) |
| |
| QString | core::UrlFactory::MakeReverseGeocoderUrl (internals::PointLatLng &pt, const QString &language) |
| |
QList
< UrlFactory::geoCodingStruct > | core::UrlFactory::GetLatLngFromGeocoderUrl (const QString &url, const bool &useCache, GeoCoderStatusCode::Types &status) |
| |
QList
< UrlFactory::geoCodingStruct > | core::UrlFactory::GetPlacemarkFromReverseGeocoderUrl (const QString &url, const bool &useCache, GeoCoderStatusCode::Types &status) |
| |
| | internals::Core::Core () |
| |
| | internals::Core::~Core () |
| |
| void | internals::Core::run () |
| |
| PointLatLng | internals::Core::CurrentPosition () const |
| |
| void | internals::Core::SetCurrentPosition (const PointLatLng &value) |
| |
| core::Point | internals::Core::GetcurrentPositionGPixel () |
| |
| void | internals::Core::SetcurrentPositionGPixel (const core::Point &value) |
| |
| core::Point | internals::Core::GetrenderOffset () |
| |
| void | internals::Core::SetrenderOffset (const core::Point &value) |
| |
| core::Point | internals::Core::GetcenterTileXYLocation () |
| |
| void | internals::Core::SetcenterTileXYLocation (const core::Point &value) |
| |
| core::Point | internals::Core::GetcenterTileXYLocationLast () |
| |
| void | internals::Core::SetcenterTileXYLocationLast (const core::Point &value) |
| |
| core::Point | internals::Core::GetdragPoint () |
| |
| void | internals::Core::SetdragPoint (const core::Point &value) |
| |
| core::Point | internals::Core::GetmouseDown () |
| |
| void | internals::Core::SetmouseDown (const core::Point &value) |
| |
| core::Point | internals::Core::GetmouseCurrent () |
| |
| void | internals::Core::SetmouseCurrent (const core::Point &value) |
| |
| core::Point | internals::Core::GetmouseLastZoom () |
| |
| void | internals::Core::SetmouseLastZoom (const core::Point &value) |
| |
| MouseWheelZoomType::Types | internals::Core::GetMouseWheelZoomType () |
| |
| void | internals::Core::SetMouseWheelZoomType (const MouseWheelZoomType::Types &value) |
| |
| PointLatLng | internals::Core::GetLastLocationInBounds () |
| |
| void | internals::Core::SetLastLocationInBounds (const PointLatLng &value) |
| |
| Size | internals::Core::GetsizeOfMapArea () |
| |
| void | internals::Core::SetsizeOfMapArea (const Size &value) |
| |
| Size | internals::Core::GetminOfTiles () |
| |
| void | internals::Core::SetminOfTiles (const Size &value) |
| |
| Size | internals::Core::GetmaxOfTiles () |
| |
| void | internals::Core::SetmaxOfTiles (const Size &value) |
| |
| Rectangle | internals::Core::GetTileRect () |
| |
| void | internals::Core::SettileRect (const Rectangle &value) |
| |
| core::Point | internals::Core::GettilePoint () |
| |
| void | internals::Core::SettilePoint (const core::Point &value) |
| |
| Rectangle | internals::Core::GetCurrentRegion () |
| |
| void | internals::Core::SetCurrentRegion (const Rectangle &value) |
| |
| PureProjection * | internals::Core::Projection () |
| |
| void | internals::Core::SetProjection (PureProjection *value) |
| |
| bool | internals::Core::IsDragging () const |
| |
| int | internals::Core::Zoom () const |
| |
| void | internals::Core::SetZoom (int const &value) |
| |
| int | internals::Core::MaxZoom () const |
| |
| void | internals::Core::UpdateBounds () |
| |
| MapType::Types | internals::Core::GetMapType () |
| |
| void | internals::Core::SetMapType (MapType::Types const &value) |
| |
| void | internals::Core::SetUserImageHorizontalScale (double hScale) |
| |
| void | internals::Core::SetUserImageVerticalScale (double vScale) |
| |
| void | internals::Core::SetUserImageLocation (QString mapLocation) |
| |
| void | internals::Core::StartSystem () |
| |
| void | internals::Core::UpdateCenterTileXYLocation () |
| |
| void | internals::Core::OnMapSizeChanged (int const &width, int const &height) |
| |
| void | internals::Core::OnMapClose () |
| |
| GeoCoderStatusCode::Types | internals::Core::SetCurrentPositionByKeywords (QString const &keys) |
| |
| RectLatLng | internals::Core::CurrentViewArea () |
| |
| PointLatLng | internals::Core::FromLocalToLatLng (qint64 const &x, qint64 const &y) |
| |
| Point | internals::Core::FromLatLngToLocal (PointLatLng const &latlng) |
| |
| int | internals::Core::GetMaxZoomToFitRect (RectLatLng const &rect) |
| |
| void | internals::Core::BeginDrag (core::Point const &pt) |
| |
| void | internals::Core::EndDrag () |
| |
| void | internals::Core::ReloadMap () |
| |
| void | internals::Core::GoToCurrentPosition () |
| |
| void | internals::Core::DragOffset (core::Point const &offset) |
| |
| void | internals::Core::Drag (core::Point const &pt) |
| |
| void | internals::Core::CancelAsyncTasks () |
| |
| void | internals::Core::FindTilesAround (QList< core::Point > &list) |
| |
| void | internals::Core::UpdateGroundResolution () |
| |
| bool | internals::Core::isStarted () |
| |
| diagnostics | internals::Core::GetDiagnostics () |
| |
QList
< UrlFactory::geoCodingStruct > | internals::Core::GetAddressesFromCoordinates (PointLatLng coord, GeoCoderStatusCode::Types &status) |
| |
QList
< UrlFactory::geoCodingStruct > | internals::Core::GetCoordinatesFromAddress (const QString &address, GeoCoderStatusCode::Types &status) |
| |
| double | internals::Core::GetElevationFromCoordinates (PointLatLng coord, GeoCoderStatusCode::Types &status) |
| |
| void | internals::Core::SetCurrentPositionGPixel (core::Point const &value) |
| |
| void | internals::Core::GoToCurrentPositionOnZoom () |
| |
| bool | internals::operator== (LoadTask const &lhs, LoadTask const &rhs) |
| |
| | internals::LoadTask::LoadTask (Point pos, int zoom) |
| |
| | internals::LoadTask::LoadTask () |
| |
| bool | internals::LoadTask::HasValue () |
| |
| QString | internals::LoadTask::ToString () const |
| |
| bool | internals::operator== (PointLatLng const &lhs, PointLatLng const &rhs) |
| |
| bool | internals::operator!= (PointLatLng const &left, PointLatLng const &right) |
| |
| PointLatLng | internals::operator+ (PointLatLng pt, SizeLatLng sz) |
| |
| PointLatLng | internals::operator- (PointLatLng pt, SizeLatLng sz) |
| |
| | internals::PointLatLng::PointLatLng () |
| |
| | internals::PointLatLng::PointLatLng (const double &lat, const double &lng) |
| |
| bool | internals::PointLatLng::IsEmpty () |
| |
| double | internals::PointLatLng::Lat () const |
| |
| void | internals::PointLatLng::SetLat (const double &value) |
| |
| double | internals::PointLatLng::Lng () const |
| |
| void | internals::PointLatLng::SetLng (const double &value) |
| |
| static PointLatLng | internals::PointLatLng::Add (PointLatLng const &pt, SizeLatLng const &sz) |
| |
| static PointLatLng | internals::PointLatLng::Subtract (PointLatLng const &pt, SizeLatLng const &sz) |
| |
| void | internals::PointLatLng::Offset (PointLatLng const &pos) |
| |
| void | internals::PointLatLng::Offset (double const &lat, double const &lng) |
| |
| QString | internals::PointLatLng::ToString () const |
| |
| | projections::LKS94Projection::LKS94Projection () |
| |
| double | projections::LKS94Projection::GetTileMatrixResolution (int const &zoom) |
| |
| virtual QString | projections::LKS94Projection::Type () |
| |
| virtual Size | projections::LKS94Projection::TileSize () const |
| |
| virtual double | projections::LKS94Projection::Axis () const |
| |
| virtual double | projections::LKS94Projection::Flattening () const |
| |
| virtual core::Point | projections::LKS94Projection::FromLatLngToPixel (double lat, double lng, int const &zoom) |
| |
| virtual internals::PointLatLng | projections::LKS94Projection::FromPixelToLatLng (const qint64 &x, const qint64 &y, const int &zoom) |
| |
| virtual double | projections::LKS94Projection::GetGroundResolution (int const &zoom, double const &latitude) |
| | PureProjection::GetGroundResolution Returns the conversion from pixels to meters. More...
|
| |
| virtual Size | projections::LKS94Projection::GetTileMatrixMinXY (int const &zoom) |
| |
| virtual Size | projections::LKS94Projection::GetTileMatrixMaxXY (int const &zoom) |
| |
| | projections::MercatorProjection::MercatorProjection () |
| |
| virtual QString | projections::MercatorProjection::Type () |
| |
| virtual Size | projections::MercatorProjection::TileSize () const |
| |
| virtual double | projections::MercatorProjection::Axis () const |
| |
| virtual double | projections::MercatorProjection::Flattening () const |
| |
| virtual core::Point | projections::MercatorProjection::FromLatLngToPixel (double lat, double lng, int const &zoom) |
| |
| virtual internals::PointLatLng | projections::MercatorProjection::FromPixelToLatLng (const qint64 &x, const qint64 &y, const int &zoom) |
| | MercatorProjection::FromPixelToLatLng Referenced from top-left of globe, so the lat-lon (0,0), i.e. the intersection of the equator and prime meridian, would be [1<<(zoom-1), 1<<(zoom-1)]. More...
|
| |
| virtual Size | projections::MercatorProjection::GetTileMatrixMinXY (const int &zoom) |
| | MercatorProjection::GetTileMatrixMinXY. More...
|
| |
| virtual Size | projections::MercatorProjection::GetTileMatrixMaxXY (const int &zoom) |
| | MercatorProjection::GetTileMatrixMaxXY. More...
|
| |
| | projections::MercatorProjectionYandex::MercatorProjectionYandex () |
| |
| virtual QString | projections::MercatorProjectionYandex::Type () |
| |
| virtual Size | projections::MercatorProjectionYandex::TileSize () const |
| |
| virtual double | projections::MercatorProjectionYandex::Axis () const |
| |
| virtual double | projections::MercatorProjectionYandex::Flattening () const |
| |
| virtual core::Point | projections::MercatorProjectionYandex::FromLatLngToPixel (double lat, double lng, int const &zoom) |
| |
| virtual internals::PointLatLng | projections::MercatorProjectionYandex::FromPixelToLatLng (const qint64 &x, const qint64 &y, const int &zoom) |
| |
| virtual Size | projections::MercatorProjectionYandex::GetTileMatrixMinXY (const int &zoom) |
| |
| virtual Size | projections::MercatorProjectionYandex::GetTileMatrixMaxXY (const int &zoom) |
| |
| | projections::PlateCarreeProjection::PlateCarreeProjection () |
| |
| virtual QString | projections::PlateCarreeProjection::Type () |
| |
| virtual Size | projections::PlateCarreeProjection::TileSize () const |
| |
| virtual double | projections::PlateCarreeProjection::Axis () const |
| |
| virtual double | projections::PlateCarreeProjection::Flattening () const |
| |
| virtual core::Point | projections::PlateCarreeProjection::FromLatLngToPixel (double lat, double lng, int const &zoom) |
| |
| virtual internals::PointLatLng | projections::PlateCarreeProjection::FromPixelToLatLng (const qint64 &x, const qint64 &y, const int &zoom) |
| |
| virtual Size | projections::PlateCarreeProjection::GetTileMatrixMinXY (const int &zoom) |
| |
| virtual Size | projections::PlateCarreeProjection::GetTileMatrixMaxXY (const int &zoom) |
| |
| | projections::PlateCarreeProjectionPergo::PlateCarreeProjectionPergo () |
| |
| virtual QString | projections::PlateCarreeProjectionPergo::Type () |
| |
| virtual Size | projections::PlateCarreeProjectionPergo::TileSize () const |
| |
| virtual double | projections::PlateCarreeProjectionPergo::Axis () const |
| |
| virtual double | projections::PlateCarreeProjectionPergo::Flattening () const |
| |
| virtual core::Point | projections::PlateCarreeProjectionPergo::FromLatLngToPixel (double lat, double lng, int const &zoom) |
| |
| virtual internals::PointLatLng | projections::PlateCarreeProjectionPergo::FromPixelToLatLng (const qint64 &x, const qint64 &y, const int &zoom) |
| |
| virtual Size | projections::PlateCarreeProjectionPergo::GetTileMatrixMinXY (const int &zoom) |
| |
| virtual Size | projections::PlateCarreeProjectionPergo::GetTileMatrixMaxXY (const int &zoom) |
| |
| virtual Size | internals::PureProjection::TileSize () const =0 |
| |
| virtual double | internals::PureProjection::Axis () const =0 |
| |
| virtual double | internals::PureProjection::Flattening () const =0 |
| |
| virtual core::Point | internals::PureProjection::FromLatLngToPixel (double lat, double lng, int const &zoom)=0 |
| |
| virtual PointLatLng | internals::PureProjection::FromPixelToLatLng (const qint64 &x, const qint64 &y, const int &zoom)=0 |
| |
| virtual QString | internals::PureProjection::Type () |
| |
| core::Point | internals::PureProjection::FromLatLngToPixel (const PointLatLng &p, const int &zoom) |
| |
| PointLatLng | internals::PureProjection::FromPixelToLatLng (const Point &p, const int &zoom) |
| |
| virtual core::Point | internals::PureProjection::FromPixelToTileXY (const core::Point &p) |
| |
| virtual core::Point | internals::PureProjection::FromTileXYToPixel (const core::Point &p) |
| |
| virtual Size | internals::PureProjection::GetTileMatrixMinXY (const int &zoom)=0 |
| |
| virtual Size | internals::PureProjection::GetTileMatrixMaxXY (const int &zoom)=0 |
| |
| virtual Size | internals::PureProjection::GetTileMatrixSizeXY (const int &zoom) |
| |
| int | internals::PureProjection::GetTileMatrixItemCount (const int &zoom) |
| |
| virtual Size | internals::PureProjection::GetTileMatrixSizePixel (const int &zoom) |
| |
| QList< core::Point > | internals::PureProjection::GetAreaTileList (const RectLatLng &rect, const int &zoom, const int &padding) |
| |
| virtual double | internals::PureProjection::GetGroundResolution (const int &zoom, const double &latitude) |
| | PureProjection::GetGroundResolution Returns the conversion from pixels to meters. More...
|
| |
| void | internals::PureProjection::FromGeodeticToCartesian (double Lat, double Lng, double Height, double &X, double &Y, double &Z) |
| | PureProjection::FromGeodeticToCartesian. More...
|
| |
| void | internals::PureProjection::FromCartesianTGeodetic (const double &X, const double &Y, const double &Z, double &Lat, double &Lng) |
| |
| static double | internals::PureProjection::DistanceBetweenLatLng (PointLatLng const &p1, PointLatLng const &p2) |
| | PureProjection::DistanceBetweenLatLng Returns 2D distance between two geodetic points. More...
|
| |
| static double | internals::PureProjection::DistanceBetweenLatLngAlt (PointLatLng const &p1, double const &alt1, PointLatLng const &p2, double const &alt2) |
| | PureProjection::DistanceBetweenLatLngAlt Returns 3D distance between two geodetic points. More...
|
| |
| PointLatLng | internals::PureProjection::translate (PointLatLng p1, double distance, double bearing) |
| |
| double | internals::PureProjection::courseBetweenLatLng (const PointLatLng &p1, const PointLatLng &p2) |
| |
| void | internals::PureProjection::offSetFromLatLngs (PointLatLng p1, PointLatLng p2, double &dX, double &dY) |
| |
| double | internals::PureProjection::bound (double const &n, double const &minValue, double const &maxValue) const |
| | PureProjection::bound Bounds the value at an upper and lower threshold. More...
|
| |
| static double | internals::PureProjection::Sign (const double &x) |
| |
| static double | internals::PureProjection::AdjustLongitude (double x) |
| |
| static void | internals::PureProjection::SinCos (const double &val, double &sin, double &cos) |
| |
| static double | internals::PureProjection::e0fn (const double &x) |
| |
| static double | internals::PureProjection::e1fn (const double &x) |
| |
| static double | internals::PureProjection::e2fn (const double &x) |
| |
| static double | internals::PureProjection::e3fn (const double &x) |
| |
| static double | internals::PureProjection::mlfn (const double &e0, const double &e1, const double &e2, const double &e3, const double &phi) |
| |
| static qlonglong | internals::PureProjection::GetUTMzone (const double &lon) |
| |
| bool | internals::operator== (Rectangle const &lhs, Rectangle const &rhs) |
| |
| uint | internals::qHash (Rectangle const &rect) |
| |
| static Rectangle | internals::Rectangle::FromLTRB (qint32 left, qint32 top, qint32 right, qint32 bottom) |
| |
| | internals::Rectangle::Rectangle () |
| |
| | internals::Rectangle::Rectangle (qint32 x, qint32 y, qint32 width, qint32 height) |
| |
| | internals::Rectangle::Rectangle (core::Point location, core::Size size) |
| |
| core::Point | internals::Rectangle::GetLocation () |
| |
| void | internals::Rectangle::SetLocation (const core::Point &value) |
| |
| qint32 | internals::Rectangle::X () |
| |
| qint32 | internals::Rectangle::Y () |
| |
| void | internals::Rectangle::SetX (const qint32 &value) |
| |
| void | internals::Rectangle::SetY (const qint32 &value) |
| |
| qint32 | internals::Rectangle::Width () |
| |
| void | internals::Rectangle::SetWidth (const qint32 &value) |
| |
| qint32 | internals::Rectangle::Height () |
| |
| void | internals::Rectangle::SetHeight (const qint32 &value) |
| |
| qint32 | internals::Rectangle::Left () |
| |
| qint32 | internals::Rectangle::Top () |
| |
| qint32 | internals::Rectangle::Right () |
| |
| qint32 | internals::Rectangle::Bottom () |
| |
| bool | internals::Rectangle::IsEmpty () |
| |
| bool | internals::Rectangle::operator== (const Rectangle &cSource) |
| |
| bool | internals::Rectangle::operator!= (const Rectangle &cSource) |
| |
| bool | internals::Rectangle::Contains (const qint32 &x, const qint32 &y) |
| |
| bool | internals::Rectangle::Contains (const core::Point &pt) |
| |
| bool | internals::Rectangle::Contains (const Rectangle &rect) |
| |
| void | internals::Rectangle::Inflate (const qint32 &width, const qint32 &height) |
| |
| void | internals::Rectangle::Inflate (Size &size) |
| |
| static Rectangle | internals::Rectangle::Inflate (Rectangle rect, qint32 x, qint32 y) |
| |
| void | internals::Rectangle::Intersect (const Rectangle &rect) |
| |
| static Rectangle | internals::Rectangle::Intersect (Rectangle a, Rectangle b) |
| |
| bool | internals::Rectangle::IntersectsWith (const Rectangle &rect) |
| |
| static Rectangle | internals::Rectangle::Union (const Rectangle &a, const Rectangle &b) |
| |
| void | internals::Rectangle::Offset (const core::Point &pos) |
| |
| void | internals::Rectangle::Offset (const qint32 &x, const qint32 &y) |
| |
| QString | internals::Rectangle::ToString () |
| |
| uint | internals::qHash (RectLatLng const &rect) |
| |
| bool | internals::operator== (RectLatLng const &left, RectLatLng const &right) |
| |
| bool | internals::operator!= (RectLatLng const &left, RectLatLng const &right) |
| |
| | internals::RectLatLng::RectLatLng (double const &lat, double const &lng, double const &widthLng, double const &heightLat) |
| |
| | internals::RectLatLng::RectLatLng (PointLatLng const &location, SizeLatLng const &size) |
| |
| | internals::RectLatLng::RectLatLng () |
| |
| static RectLatLng | internals::RectLatLng::FromLTRB (double const &lng, double const &lat, double const &rightLng, double const &bottomLat) |
| |
| PointLatLng | internals::RectLatLng::LocationTopLeft () const |
| |
| void | internals::RectLatLng::SetLocationTopLeft (PointLatLng const &value) |
| |
| PointLatLng | internals::RectLatLng::LocationRightBottom () |
| |
| SizeLatLng | internals::RectLatLng::Size () |
| |
| void | internals::RectLatLng::SetSize (SizeLatLng const &value) |
| |
| double | internals::RectLatLng::Lng () const |
| |
| void | internals::RectLatLng::SetLng (double const &value) |
| |
| double | internals::RectLatLng::Lat () const |
| |
| void | internals::RectLatLng::SetLat (double const &value) |
| |
| double | internals::RectLatLng::WidthLng () const |
| |
| void | internals::RectLatLng::SetWidthLng (double const &value) |
| |
| double | internals::RectLatLng::HeightLat () const |
| |
| void | internals::RectLatLng::SetHeightLat (double const &value) |
| |
| double | internals::RectLatLng::Left () const |
| |
| double | internals::RectLatLng::Top () const |
| |
| double | internals::RectLatLng::Right () const |
| |
| double | internals::RectLatLng::Bottom () const |
| |
| bool | internals::RectLatLng::IsEmpty () const |
| |
| bool | internals::RectLatLng::Contains (double const &lat, double const &lng) |
| |
| bool | internals::RectLatLng::Contains (PointLatLng const &pt) |
| |
| bool | internals::RectLatLng::Contains (RectLatLng const &rect) |
| |
| void | internals::RectLatLng::Inflate (double const &lat, double const &lng) |
| |
| void | internals::RectLatLng::Inflate (SizeLatLng const &size) |
| |
| static RectLatLng | internals::RectLatLng::Inflate (RectLatLng const &rect, double const &lat, double const &lng) |
| |
| void | internals::RectLatLng::Intersect (RectLatLng const &rect) |
| |
| static RectLatLng | internals::RectLatLng::Intersect (RectLatLng const &a, RectLatLng const &b) |
| |
| bool | internals::RectLatLng::IntersectsWith (RectLatLng const &rect) |
| |
| static RectLatLng | internals::RectLatLng::Union (RectLatLng const &a, RectLatLng const &b) |
| |
| void | internals::RectLatLng::Offset (PointLatLng const &pos) |
| |
| void | internals::RectLatLng::Offset (double const &lat, double const &lng) |
| |
| QString | internals::RectLatLng::ToString () const |
| |
| SizeLatLng | internals::operator+ (SizeLatLng const &sz1, SizeLatLng const &sz2) |
| |
| SizeLatLng | internals::operator- (SizeLatLng const &sz1, SizeLatLng const &sz2) |
| |
| bool | internals::operator== (SizeLatLng const &sz1, SizeLatLng const &sz2) |
| |
| bool | internals::operator!= (SizeLatLng const &sz1, SizeLatLng const &sz2) |
| |
| | internals::SizeLatLng::SizeLatLng () |
| |
| | internals::SizeLatLng::SizeLatLng (SizeLatLng const &size) |
| |
| | internals::SizeLatLng::SizeLatLng (PointLatLng const &pt) |
| |
| | internals::SizeLatLng::SizeLatLng (double const &heightLat, double const &widthLng) |
| |
| bool | internals::SizeLatLng::IsEmpty () const |
| |
| double | internals::SizeLatLng::WidthLng () const |
| |
| void | internals::SizeLatLng::SetWidthLng (double const &value) |
| |
| double | internals::SizeLatLng::HeightLat () const |
| |
| void | internals::SizeLatLng::SetHeightLat (double const &value) |
| |
| static SizeLatLng | internals::SizeLatLng::Add (SizeLatLng const &sz1, SizeLatLng const &sz2) |
| |
| static SizeLatLng | internals::SizeLatLng::Subtract (SizeLatLng const &sz1, SizeLatLng const &sz2) |
| |
| QString | internals::SizeLatLng::ToString () |
| |
| | internals::Tile::Tile (int zoom, core::Point pos) |
| |
| | internals::Tile::Tile () |
| |
| void | internals::Tile::Clear () |
| |
| int | internals::Tile::GetZoom () |
| |
| core::Point | internals::Tile::GetPos () |
| |
| void | internals::Tile::SetZoom (const int &value) |
| |
| void | internals::Tile::SetPos (const core::Point &value) |
| |
| Tile & | internals::Tile::operator= (const Tile &cSource) |
| |
| | internals::Tile::Tile (const Tile &cSource) |
| |
| bool | internals::Tile::HasValue () |
| |
| | internals::TileMatrix::TileMatrix () |
| |
| void | internals::TileMatrix::Clear () |
| |
| void | internals::TileMatrix::ClearPointsNotIn (QList< core::Point > list) |
| |
| Tile * | internals::TileMatrix::TileAt (const core::Point &p) |
| |
| void | internals::TileMatrix::SetTileAt (const core::Point &p, Tile *tile) |
| |
| int | internals::TileMatrix::count () const |
| |
| | mapcontrol::Configuration::Configuration () |
| |
| void | mapcontrol::Configuration::SetAccessMode (core::AccessMode::Types const &type) |
| | Sets the access mode for the map (cache only, server and cache...) More...
|
| |
| core::AccessMode::Types | mapcontrol::Configuration::AccessMode () |
| | Returns the access mode for the map (cache only, server and cache...) More...
|
| |
| void | mapcontrol::Configuration::SetLanguage (core::LanguageType::Types const &type) |
| | Sets the language used for geocaching. More...
|
| |
| core::LanguageType::Types | mapcontrol::Configuration::Language () |
| | Returns the language used for geocaching. More...
|
| |
| void | mapcontrol::Configuration::SetUseMemoryCache (bool const &value) |
| | Used to allow disallow use of memory caching. More...
|
| |
| bool | mapcontrol::Configuration::UseMemoryCache () |
| | Return if memory caching is in use. More...
|
| |
| double | mapcontrol::Configuration::TileMemoryUsed () const |
| | Returns the currently used memory for tiles. More...
|
| |
| void | mapcontrol::Configuration::SetTileMemorySize (int const &value) |
| | Sets the size of the memory for tiles. More...
|
| |
| void | mapcontrol::Configuration::SetCacheLocation (QString const &dir) |
| | Sets the location for the SQLite Database used for caching and the geocoding cache files. More...
|
| |
| void | mapcontrol::Configuration::DeleteTilesOlderThan (int const &days) |
| | Deletes tiles in DataBase older than "days" days. More...
|
| |
| void | mapcontrol::Configuration::ExportMapDataToDB (QString const &sourceDB, QString const &destDB) const |
| | Exports tiles from one DB to another. Only new tiles are added. More...
|
| |
| QString | mapcontrol::Configuration::CacheLocation () |
| | Returns the location for the SQLite Database used for caching and the geocoding cache files. More...
|
| |
| void | mapcontrol::HomeItem::mouseMoveEvent (QGraphicsSceneMouseEvent *event) |
| |
| void | mapcontrol::HomeItem::mousePressEvent (QGraphicsSceneMouseEvent *event) |
| |
| void | mapcontrol::HomeItem::mouseReleaseEvent (QGraphicsSceneMouseEvent *event) |
| |
| void | mapcontrol::HomeItem::mouseDoubleClickEvent (QGraphicsSceneMouseEvent *event) |
| |
| void | mapcontrol::MapCircle::paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
| |
| void | mapcontrol::MapGraphicItem::mouseMoveEvent (QGraphicsSceneMouseEvent *event) |
| |
| void | mapcontrol::MapGraphicItem::mousePressEvent (QGraphicsSceneMouseEvent *event) |
| |
| void | mapcontrol::MapGraphicItem::wheelEvent (QGraphicsSceneWheelEvent *event) |
| |
| void | mapcontrol::MapGraphicItem::mouseReleaseEvent (QGraphicsSceneMouseEvent *event) |
| |
| bool | mapcontrol::MapGraphicItem::IsMouseOverMarker () const |
| |
| void | mapcontrol::MapGraphicItem::keyPressEvent (QKeyEvent *event) |
| |
| void | mapcontrol::MapGraphicItem::keyReleaseEvent (QKeyEvent *event) |
| |
| int | mapcontrol::MapGraphicItem::ZoomStep () const |
| | Returns current map zoom. More...
|
| |
| void | mapcontrol::MapGraphicItem::SetZoomStep (qint32 const &value) |
| | Sets map zoom. More...
|
| |
| void | mapcontrol::MapLine::paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
| |
| | mapcontrol::distBearingAltitude::distBearingAltitude () |
| |
| double | mapcontrol::MapPointItem::DistanceToPoint_2D (const internals::PointLatLng &coord) |
| | MapPointItem::DistanceToPoint_2D Calculates distance from this point to second point. More...
|
| |
| double | mapcontrol::MapPointItem::DistanceToPoint_3D (const internals::PointLatLng &coord, const int &altitude) |
| | MapPointItem::DistanceToPoint_3D Calculates distance from this point to second point. More...
|
| |
| | MapRipForm::MapRipForm (QWidget *parent=nullptr) |
| |
| | MapRipForm::~MapRipForm () |
| |
| | mapcontrol::MapRipper::MapRipper (internals::Core *, internals::RectLatLng const &) |
| |
| void | mapcontrol::MapRipper::run () |
| |
| static MapType::Types | mapcontrol::Helper::MapTypeFromString (QString const &value) |
| | Converts from String to Type. More...
|
| |
| static QString | mapcontrol::Helper::StrFromMapType (MapType::Types const &value) |
| | Converts from Type to String. More...
|
| |
| static QStringList | mapcontrol::Helper::MapTypes () |
| | Returns QStringList with string representing all the enum values. More...
|
| |
| static GeoCoderStatusCode::Types | mapcontrol::Helper::GeoCoderStatusCodeFromString (QString const &value) |
| | Converts from String to Type. More...
|
| |
| static QString | mapcontrol::Helper::StrFromGeoCoderStatusCode (GeoCoderStatusCode::Types const &value) |
| | Converts from Type to String. More...
|
| |
| static QStringList | mapcontrol::Helper::GeoCoderTypes () |
| | Returns QStringList with string representing all the enum values. More...
|
| |
static
internals::MouseWheelZoomType::Types | mapcontrol::Helper::MouseWheelZoomTypeFromString (QString const &value) |
| | Converts from String to Type. More...
|
| |
| static QString | mapcontrol::Helper::StrFromMouseWheelZoomType (internals::MouseWheelZoomType::Types const &value) |
| | Converts from Type to String. More...
|
| |
| static QStringList | mapcontrol::Helper::MouseWheelZoomTypes () |
| | Returns QStringList with string representing all the enum values. More...
|
| |
| static core::LanguageType::Types | mapcontrol::Helper::LanguageTypeFromString (QString const &value) |
| | Converts from String to Type. More...
|
| |
| static QString | mapcontrol::Helper::StrFromLanguageType (core::LanguageType::Types const &value) |
| | Converts from Type to String. More...
|
| |
| static QStringList | mapcontrol::Helper::LanguageTypes () |
| | Returns QStringList with string representing all the enum values. More...
|
| |
| static core::AccessMode::Types | mapcontrol::Helper::AccessModeFromString (QString const &value) |
| | Converts from String to Type. More...
|
| |
| static QString | mapcontrol::Helper::StrFromAccessMode (core::AccessMode::Types const &value) |
| | Converts from Type to String. More...
|
| |
| static QStringList | mapcontrol::Helper::AccessModeTypes () |
| | Returns QStringList with string representing all the enum values. More...
|
| |
| static UAVMapFollowType::Types | mapcontrol::Helper::UAVMapFollowFromString (QString const &value) |
| | Converts from String to Type. More...
|
| |
| static QString | mapcontrol::Helper::StrFromUAVMapFollow (UAVMapFollowType::Types const &value) |
| | Converts from Type to String. More...
|
| |
| static QStringList | mapcontrol::Helper::UAVMapFollowTypes () |
| | Returns QStringList with string representing all the enum values. More...
|
| |
| static UAVTrailType::Types | mapcontrol::Helper::UAVTrailTypeFromString (QString const &value) |
| | Converts from String to Type. More...
|
| |
| static QString | mapcontrol::Helper::StrFromUAVTrailType (UAVTrailType::Types const &value) |
| | Converts from Type to String. More...
|
| |
| static QStringList | mapcontrol::Helper::UAVTrailTypes () |
| | Returns QStringList with string representing all the enum values. More...
|
| |
Q_ENUMS(internals::MouseWheelZoomType::Types)
Q_ENUMS(core | mapcontrol::TLMapWidget::TLMapWidget (QWidget *parent=nullptr, Configuration *config=new Configuration) |
| | Constructor. More...
|
| |
| | mapcontrol::TLMapWidget::~TLMapWidget () |
| |
| bool | mapcontrol::TLMapWidget::ShowTileGridLines () const |
| | Returns true if map is showing gridlines. More...
|
| |
| void | mapcontrol::TLMapWidget::SetShowTileGridLines (bool const &value) |
| | Defines if map is to show gridlines. More...
|
| |
| int | mapcontrol::TLMapWidget::MaxZoom () const |
| | Returns the maximum zoom for the map. More...
|
| |
| int | mapcontrol::TLMapWidget::MinZoom () const |
| |
| void | mapcontrol::TLMapWidget::SetMinZoom (int const &value) |
| |
| internals::MouseWheelZoomType::Types | mapcontrol::TLMapWidget::GetMouseWheelZoomType () |
| |
| void | mapcontrol::TLMapWidget::SetMouseWheelZoomType (internals::MouseWheelZoomType::Types const &value) |
| |
| internals::RectLatLng | mapcontrol::TLMapWidget::SelectedArea () const |
| |
| void | mapcontrol::TLMapWidget::SetSelectedArea (internals::RectLatLng const &value) |
| |
| bool | mapcontrol::TLMapWidget::CanDragMap () const |
| |
| void | mapcontrol::TLMapWidget::SetCanDragMap (bool const &value) |
| |
| internals::PointLatLng | mapcontrol::TLMapWidget::CurrentPosition () const |
| |
| void | mapcontrol::TLMapWidget::SetCurrentPosition (internals::PointLatLng const &value) |
| |
| double | mapcontrol::TLMapWidget::ZoomReal () |
| |
| double | mapcontrol::TLMapWidget::ZoomDigi () |
| |
| double | mapcontrol::TLMapWidget::ZoomTotal () |
| |
| void | mapcontrol::TLMapWidget::SetZoom (double const &value) |
| |
| qreal | mapcontrol::TLMapWidget::Rotate () |
| |
| void | mapcontrol::TLMapWidget::SetRotate (qreal const &value) |
| |
| void | mapcontrol::TLMapWidget::ReloadMap () |
| |
| GeoCoderStatusCode::Types | mapcontrol::TLMapWidget::SetCurrentPositionByKeywords (QString const &keys) |
| |
| MapType::Types | mapcontrol::TLMapWidget::GetMapType () |
| |
| void | mapcontrol::TLMapWidget::SetMapType (MapType::Types const &value) |
| |
| void | mapcontrol::TLMapWidget::SetUserImageHorizontalScale (double hScale) |
| |
| void | mapcontrol::TLMapWidget::SetUserImageVerticalScale (double vScale) |
| |
| void | mapcontrol::TLMapWidget::SetUserImageLocation (QString location) |
| |
| bool | mapcontrol::TLMapWidget::isStarted () |
| |
| internals::PointLatLng | mapcontrol::TLMapWidget::currentMousePosition () |
| |
| void | mapcontrol::TLMapWidget::SetFollowMouse (bool const &value) |
| |
| bool | mapcontrol::TLMapWidget::FollowMouse () |
| |
| internals::PointLatLng | mapcontrol::TLMapWidget::GetFromLocalToLatLng (QPointF p) |
| |
| WayPointItem * | mapcontrol::TLMapWidget::WPCreate () |
| | Creates a new WayPoint on the center of the map. More...
|
| |
| void | mapcontrol::TLMapWidget::WPCreate (WayPointItem *item) |
| | Creates a new WayPoint. More...
|
| |
| WayPointItem * | mapcontrol::TLMapWidget::WPCreate (internals::PointLatLng const &coord, int const &altitude) |
| | Creates a new WayPoint. More...
|
| |
| WayPointItem * | mapcontrol::TLMapWidget::WPCreate (internals::PointLatLng const &coord, int const &altitude, QString const &description) |
| | Creates a new WayPoint. More...
|
| |
| WayPointItem * | mapcontrol::TLMapWidget::WPCreate (const distBearingAltitude &relativeCoord, const QString &description) |
| | Creates a new WayPoint. More...
|
| |
| WayPointItem * | mapcontrol::TLMapWidget::WPInsert (int const &position) |
| | Inserts a new WayPoint on the specified position. More...
|
| |
| void | mapcontrol::TLMapWidget::WPInsert (WayPointItem *item, int const &position) |
| | Inserts a new WayPoint on the specified position. More...
|
| |
| WayPointItem * | mapcontrol::TLMapWidget::WPInsert (internals::PointLatLng const &coord, int const &altitude, int const &position) |
| | Inserts a new WayPoint on the specified position. More...
|
| |
| WayPointItem * | mapcontrol::TLMapWidget::WPInsert (internals::PointLatLng const &coord, int const &altitude, QString const &description, int const &position) |
| | Inserts a new WayPoint on the specified position. More...
|
| |
| WayPointItem * | mapcontrol::TLMapWidget::WPInsert (const distBearingAltitude &relative, const QString &description, const int &position) |
| |
| void | mapcontrol::TLMapWidget::WPDelete (WayPointItem *item) |
| | Deletes the WayPoint. More...
|
| |
| void | mapcontrol::TLMapWidget::WPDeleteAll () |
| | deletes all WayPoints More...
|
| |
| QList< WayPointItem * > | mapcontrol::TLMapWidget::WPSelected () |
| | Returns the currently selected WayPoints. More...
|
| |
| void | mapcontrol::TLMapWidget::WPRenumber (WayPointItem *item, int const &newnumber) |
| | Renumbers the WayPoint and all others as needed. More...
|
| |
| void | mapcontrol::TLMapWidget::SetShowCompassRose (bool const &value) |
| | TLMapWidget::SetShowCompassRose Shows the compass rose on the map. More...
|
| |
| void | mapcontrol::TLMapWidget::SetShowWindCompass (bool const &value) |
| | TLMapWidget::SetShowWindCompass Shows the compass rose on the map. More...
|
| |
| void | mapcontrol::TLMapWidget::setOverlayOpacity (qreal value) |
| |
| void | mapcontrol::TLMapWidget::SetShowUAV (bool const &value) |
| |
| bool | mapcontrol::TLMapWidget::ShowUAV () const |
| |
| void | mapcontrol::TLMapWidget::SetShowHome (bool const &value) |
| |
| bool | mapcontrol::TLMapWidget::ShowHome () const |
| |
| void | mapcontrol::TLMapWidget::SetShowDiagnostics (bool const &value) |
| |
| void | mapcontrol::TLMapWidget::SetUavPic (QString UAVPic) |
| |
| MapLine * | mapcontrol::TLMapWidget::WPLineCreate (WayPointItem *from, WayPointItem *to, QColor color) |
| | Create a line between two waypoint items. More...
|
| |
| MapLine * | mapcontrol::TLMapWidget::WPLineCreate (HomeItem *from, WayPointItem *to, QColor color) |
| | Create a line from home to a waypoint item. More...
|
| |
| WayPointCurve * | mapcontrol::TLMapWidget::WPCurveCreate (WayPointItem *start, WayPointItem *dest, double radius, bool clockwise, QColor color) |
| | Create a curve from one waypoint item to another with a given radius. More...
|
| |
| MapCircle * | mapcontrol::TLMapWidget::WPCircleCreate (WayPointItem *center, WayPointItem *radius, bool clockwise, QColor color) |
| | Create a circle around a waypoint with the radius specified by the distance to another waypoint. More...
|
| |
| MapCircle * | mapcontrol::TLMapWidget::WPCircleCreate (HomeItem *center, WayPointItem *radius, bool clockwise, QColor color) |
| | Create a circle around home with the radius specifed by the distance to another waypoint. More...
|
| |
| void | mapcontrol::TLMapWidget::deleteAllOverlays () |
| |
| void | mapcontrol::TLMapWidget::WPSetVisibleAll (bool value) |
| |
| WayPointItem * | mapcontrol::TLMapWidget::magicWPCreate () |
| |
| bool | mapcontrol::TLMapWidget::WPPresent () |
| |
| void | mapcontrol::TLMapWidget::WPDelete (int number) |
| |
| WayPointItem * | mapcontrol::TLMapWidget::WPFind (int number) |
| |
| void | mapcontrol::TLMapWidget::setSelectedWP (QList< WayPointItem * > list) |
| |
| void | mapcontrol::TLMapWidget::setWindVelocity (double windVelocity_NED[3]) |
| |
| void | mapcontrol::TLMapWidget::resizeEvent (QResizeEvent *event) |
| |
| void | mapcontrol::TLMapWidget::showEvent (QShowEvent *event) |
| |
| void | mapcontrol::TLMapWidget::closeEvent (QCloseEvent *event) |
| |
| void | mapcontrol::TLMapWidget::mouseMoveEvent (QMouseEvent *event) |
| |
| void | mapcontrol::WayPointCurve::paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
| | WayPointCurve::paint Draw the path arc. More...
|
| |
| void | mapcontrol::WayPointItem::mouseMoveEvent (QGraphicsSceneMouseEvent *event) |
| |
| void | mapcontrol::WayPointItem::mousePressEvent (QGraphicsSceneMouseEvent *event) |
| |
| void | mapcontrol::WayPointItem::mouseReleaseEvent (QGraphicsSceneMouseEvent *event) |
| |
| void | mapcontrol::WayPointItem::mouseDoubleClickEvent (QGraphicsSceneMouseEvent *event) |
| |