|
| static QString | core::AccessMode::StrByType (Types const &value) |
| |
| static Types | core::AccessMode::TypeByStr (QString const &value) |
| |
| static QStringList | core::AccessMode::TypesList () |
| |
| | 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 () |
| |
| static QString | core::GeoCoderStatusCode::StrByType (Types const &value) |
| |
| static Types | core::GeoCoderStatusCode::TypeByStr (QString const &value) |
| |
| static QStringList | core::GeoCoderStatusCode::TypesList () |
| |
| | core::KiberTileCache::KiberTileCache () |
| |
| void | core::KiberTileCache::setMemoryCacheCapacity (const int &value) |
| |
| int | core::KiberTileCache::MemoryCacheCapacity () |
| |
| double | core::KiberTileCache::MemoryCacheSize () |
| |
| void | core::KiberTileCache::RemoveMemoryOverload () |
| |
| static QString | core::LanguageType::StrByType (Types const &value) |
| |
| static Types | core::LanguageType::TypeByStr (QString const &value) |
| |
| static QStringList | core::LanguageType::TypesList () |
| |
| QString | core::LanguageType::toShortString (Types type) |
| |
| | core::LanguageType::LanguageType () |
| |
| | core::LanguageType::~LanguageType () |
| |
| static QString | core::MapType::StrByType (Types const &value) |
| |
| static Types | core::MapType::TypeByStr (QString const &value) |
| |
| static QStringList | core::MapType::TypesList () |
| |
| | core::MemoryCache::MemoryCache () |
| |
| QByteArray | core::MemoryCache::GetTileFromMemoryCache (const RawTile &tile) |
| |
| void | core::MemoryCache::AddTileToMemoryCache (const RawTile &tile, const QByteArray &pic) |
| |
| | core::OPMaps::~OPMaps () |
| |
| static OPMaps * | core::OPMaps::Instance () |
| |
| bool | core::OPMaps::ImportFromGMDB (const QString &file) |
| |
| bool | core::OPMaps::ExportToGMDB (const QString &file) |
| |
| QByteArray | core::OPMaps::GetImageFrom (const MapType::Types &type, const core::Point &pos, const int &zoom) |
| | timeout for map connections More...
|
| |
| bool | core::OPMaps::UseMemoryCache () |
| |
| void | core::OPMaps::setUseMemoryCache (const bool &value) |
| |
| void | core::OPMaps::setLanguage (const LanguageType::Types &language) |
| |
| LanguageType::Types | core::OPMaps::GetLanguage () |
| |
| AccessMode::Types | core::OPMaps::GetAccessMode () const |
| |
| void | core::OPMaps::setAccessMode (const AccessMode::Types &mode) |
| |
| diagnostics | core::OPMaps::GetDiagnostics () |
| |
| | core::Placemark::Placemark (const QString &address) |
| |
| QString | core::Placemark::Address () |
| |
| int | core::Placemark::Accuracy () |
| |
| void | core::Placemark::SetAddress (const QString &adr) |
| |
| void | core::Placemark::SetAccuracy (const int &value) |
| |
| uint | 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 (int x, int y) |
| |
| | core::Point::Point (Size sz) |
| |
| | core::Point::Point (int dw) |
| |
| bool | core::Point::IsEmpty () |
| |
| int | core::Point::X () const |
| |
| int | core::Point::Y () const |
| |
| void | core::Point::SetX (const int &value) |
| |
| void | core::Point::SetY (const int &value) |
| |
| QString | core::Point::ToString () const |
| |
| void | core::Point::Offset (const int &dx, const int &dy) |
| |
| void | core::Point::Offset (Point p) |
| |
| static int | core::Point::HIWORD (int n) |
| |
| static int | core::Point::LOWORD (int n) |
| |
| | core::ProviderStrings::ProviderStrings () |
| |
| | 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 (int Width, int Height) |
| |
| Size | core::Size::operator- (const Size &sz1) |
| |
| Size | core::Size::operator+ (const Size &sz1) |
| |
| int | core::Size::GetHashCode () |
| |
| uint | core::Size::qHash (Size const &) |
| |
| QString | core::Size::ToString () |
| |
| int | core::Size::Width () const |
| |
| int | core::Size::Height () const |
| |
| void | core::Size::SetWidth (int const &value) |
| |
| void | core::Size::SetHeight (int const &value) |
| |
| | core::TileCacheQueue::TileCacheQueue () |
| |
| | core::TileCacheQueue::~TileCacheQueue () |
| |
| void | core::TileCacheQueue::EnqueueCacheTask (CacheItemQueue *task) |
| |
| | core::UrlFactory::UrlFactory () |
| |
| | core::UrlFactory::~UrlFactory () |
| |
| QString | core::UrlFactory::MakeImageUrl (const MapType::Types &type, const core::Point &pos, const int &zoom, const QString &language) |
| |
| internals::PointLatLng | core::UrlFactory::GetLatLngFromGeodecoder (const QString &keywords, GeoCoderStatusCode::Types &status) |
| |
| Placemark | core::UrlFactory::GetPlacemarkFromGeocoder (internals::PointLatLng location) |
| |
| bool | core::UrlFactory::IsCorrectGoogleVersions () |
| |
| void | core::UrlFactory::setIsCorrectGoogleVersions (bool value) |
| |
| QString | core::UrlFactory::MakeGeocoderUrl (QString keywords) |
| |
| QString | core::UrlFactory::MakeReverseGeocoderUrl (internals::PointLatLng &pt, const QString &language) |
| |
| internals::PointLatLng | core::UrlFactory::GetLatLngFromGeocoderUrl (const QString &url, const bool &useCache, GeoCoderStatusCode::Types &status) |
| |
| Placemark | core::UrlFactory::GetPlacemarkFromReverseGeocoderUrl (const QString &url, const bool &useCache) |
| |
| | 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::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 (int const &x, int 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 () |
| |
| 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 |
| |
| static QString | internals::MouseWheelZoomType::StrByType (Types const &value) |
| |
| static Types | internals::MouseWheelZoomType::TypeByStr (QString const &value) |
| |
| static QStringList | internals::MouseWheelZoomType::TypesList () |
| |
| 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 (int const &x, int const &y, int const &zoom) |
| |
| virtual double | projections::LKS94Projection::GetGroundResolution (int const &zoom, double const &latitude) |
| |
| 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 int &x, const int &y, const int &zoom) |
| |
| virtual Size | projections::MercatorProjection::GetTileMatrixMinXY (const int &zoom) |
| |
| virtual Size | projections::MercatorProjection::GetTileMatrixMaxXY (const int &zoom) |
| |
| | 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 int &x, const int &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 int &x, const int &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 int &x, const int &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 int &x, const int &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) |
| |
| double | internals::PureProjection::DegreesToRadians (const double °) const |
| |
| double | internals::PureProjection::RadiansToDegrees (const double &rad) const |
| |
| void | internals::PureProjection::FromGeodeticToCartesian (double Lat, double Lng, double Height, double &X, double &Y, double &Z) |
| |
| 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) |
| |
| 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 (int left, int top, int right, int bottom) |
| |
| | internals::Rectangle::Rectangle () |
| |
| | internals::Rectangle::Rectangle (int x, int y, int width, int height) |
| |
| | internals::Rectangle::Rectangle (core::Point location, core::Size size) |
| |
| core::Point | internals::Rectangle::GetLocation () |
| |
| void | internals::Rectangle::SetLocation (const core::Point &value) |
| |
| int | internals::Rectangle::X () |
| |
| int | internals::Rectangle::Y () |
| |
| void | internals::Rectangle::SetX (const int &value) |
| |
| void | internals::Rectangle::SetY (const int &value) |
| |
| int | internals::Rectangle::Width () |
| |
| void | internals::Rectangle::SetWidth (const int &value) |
| |
| int | internals::Rectangle::Height () |
| |
| void | internals::Rectangle::SetHeight (const int &value) |
| |
| int | internals::Rectangle::Left () |
| |
| int | internals::Rectangle::Top () |
| |
| int | internals::Rectangle::Right () |
| |
| int | 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 int &x, const int &y) |
| |
| bool | internals::Rectangle::Contains (const core::Point &pt) |
| |
| bool | internals::Rectangle::Contains (const Rectangle &rect) |
| |
| void | internals::Rectangle::Inflate (const int &width, const int &height) |
| |
| void | internals::Rectangle::Inflate (Size &size) |
| |
| static Rectangle | internals::Rectangle::Inflate (Rectangle rect, int x, int 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 int &x, const int &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...
|
| |
| | mapcontrol::GPSItem::GPSItem (MapGraphicItem *map, OPMapWidget *parent, QString uavPic=QString::fromUtf8(":/uavs/images/mapquad.png")) |
| |
| | mapcontrol::GPSItem::~GPSItem () |
| |
| void | mapcontrol::GPSItem::SetUAVPos (internals::PointLatLng const &position, int const &altitude) |
| | Sets the UAV position. More...
|
| |
| void | mapcontrol::GPSItem::SetUAVHeading (qreal const &value) |
| | Sets the UAV heading. More...
|
| |
| internals::PointLatLng | mapcontrol::GPSItem::UAVPos () const |
| | Returns the UAV position. More...
|
| |
| void | mapcontrol::GPSItem::SetMapFollowType (UAVMapFollowType::Types const &value) |
| | Sets the Map follow type. More...
|
| |
| void | mapcontrol::GPSItem::SetTrailType (UAVTrailType::Types const &value) |
| | Sets the trail type. More...
|
| |
| UAVMapFollowType::Types | mapcontrol::GPSItem::GetMapFollowType () const |
| | Returns the map follow method used. More...
|
| |
| UAVTrailType::Types | mapcontrol::GPSItem::GetTrailType () const |
| | Returns the UAV trail type. It can be plotted by time elapsed or distance. More...
|
| |
| void | mapcontrol::GPSItem::paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
| |
| void | mapcontrol::GPSItem::RefreshPos () |
| |
| QRectF | mapcontrol::GPSItem::boundingRect () const |
| |
| void | mapcontrol::GPSItem::SetTrailTime (int const &seconds) |
| | Sets the trail time to be used if TrailType is ByTimeElapsed. More...
|
| |
| int | mapcontrol::GPSItem::TrailTime () const |
| | Returns the UAV trail time elapsed value. If the trail type is time elapsed a trail point will be plotted each "value returned" seconds. More...
|
| |
| void | mapcontrol::GPSItem::SetTrailDistance (int const &distance) |
| | Sets the trail distance to be used if TrailType is ByDistance. More...
|
| |
| int | mapcontrol::GPSItem::TrailDistance () const |
| | Returns the UAV trail plot distance. If the trail type is distance diference a trail dot is plotted if the distance between the current UAV position and the last trail point is bigger than the returned value. More...
|
| |
| bool | mapcontrol::GPSItem::ShowTrail () const |
| | Returns true if UAV trail is shown. More...
|
| |
| bool | mapcontrol::GPSItem::ShowTrailLine () const |
| | Returns true if UAV trail line is shown. More...
|
| |
| void | mapcontrol::GPSItem::SetShowTrail (bool const &value) |
| | Used to define if the UAV displays a trail. More...
|
| |
| void | mapcontrol::GPSItem::SetShowTrailLine (bool const &value) |
| | Used to define if the UAV displays a trail line. More...
|
| |
| void | mapcontrol::GPSItem::DeleteTrail () const |
| | Deletes all the trail points. More...
|
| |
| bool | mapcontrol::GPSItem::AutoSetReached () const |
| | Returns true if the UAV automaticaly sets WP reached value (changing its color) More...
|
| |
| void | mapcontrol::GPSItem::SetAutoSetReached (bool const &value) |
| | Defines if the UAV can set the WP's "reached" value automaticaly. More...
|
| |
| double | mapcontrol::GPSItem::AutoSetDistance () const |
| | Returns the 3D distance in meters necessary for the UAV to set WP's to "reached". More...
|
| |
| void | mapcontrol::GPSItem::SetAutoSetDistance (double const &value) |
| | Sets the the 3D distance in meters necessary for the UAV to set WP's to "reached". More...
|
| |
| int | mapcontrol::GPSItem::type () const |
| |
| void | mapcontrol::GPSItem::SetUavPic (QString UAVPic) |
| |
| | mapcontrol::HomeItem::HomeItem (MapGraphicItem *map, OPMapWidget *parent) |
| |
| void | mapcontrol::HomeItem::paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
| |
| QRectF | mapcontrol::HomeItem::boundingRect () const |
| |
| int | mapcontrol::HomeItem::type () const |
| |
| void | mapcontrol::HomeItem::RefreshPos () |
| |
| bool | mapcontrol::HomeItem::ShowSafeArea () const |
| |
| void | mapcontrol::HomeItem::SetShowSafeArea (bool const &value) |
| |
| int | mapcontrol::HomeItem::SafeArea () const |
| |
| void | mapcontrol::HomeItem::SetSafeArea (int const &value) |
| |
| void | mapcontrol::HomeItem::SetCoord (internals::PointLatLng const &value) |
| |
| internals::PointLatLng | mapcontrol::HomeItem::Coord () const |
| |
| void | mapcontrol::HomeItem::SetAltitude (int const &value) |
| |
| int | mapcontrol::HomeItem::Altitude () const |
| |
| | mapcontrol::MapGraphicItem::MapGraphicItem (internals::Core *core, Configuration *configuration) |
| | Contructer. More...
|
| |
| QRectF | mapcontrol::MapGraphicItem::boundingRect () const |
| |
| void | mapcontrol::MapGraphicItem::paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
| |
| QSize | mapcontrol::MapGraphicItem::sizeHint () const |
| |
| core::Point | mapcontrol::MapGraphicItem::FromLatLngToLocal (internals::PointLatLng const &point) |
| | Convertes LatLong coordinates to local item coordinates. More...
|
| |
| internals::PointLatLng | mapcontrol::MapGraphicItem::FromLocalToLatLng (int x, int y) |
| | Converts from local item coordinates to LatLong point. More...
|
| |
| bool | mapcontrol::MapGraphicItem::IsDragging () const |
| | Returns true if map is being dragged. More...
|
| |
| void | mapcontrol::MapGraphicItem::paintImage (QPainter *painter) |
| |
| void | mapcontrol::MapGraphicItem::ConstructLastImage (int const &zoomdiff) |
| |
| internals::PureProjection * | mapcontrol::MapGraphicItem::Projection () const |
| |
| double | mapcontrol::MapGraphicItem::Zoom () |
| |
| double | mapcontrol::MapGraphicItem::ZoomDigi () |
| |
| double | mapcontrol::MapGraphicItem::ZoomTotal () |
| |
| 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 |
| |
| int | mapcontrol::MapGraphicItem::ZoomStep () const |
| | Returns current map zoom. More...
|
| |
| void | mapcontrol::MapGraphicItem::SetZoomStep (int const &value) |
| | Sets map zoom. More...
|
| |
| void | mapcontrol::MapGraphicItem::SetShowDragons (bool const &value) |
| | Ask Stacey. More...
|
| |
| | MapRipForm::MapRipForm (QWidget *parent=0) |
| |
| | 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...
|
| |
| QSize | mapcontrol::OPMapWidget::sizeHint () const |
| |
| | mapcontrol::OPMapWidget::OPMapWidget (QWidget *parent=0, Configuration *config=new Configuration) |
| | Constructor. More...
|
| |
| | mapcontrol::OPMapWidget::~OPMapWidget () |
| |
| bool | mapcontrol::OPMapWidget::ShowTileGridLines () const |
| | Returns true if map is showing gridlines. More...
|
| |
| void | mapcontrol::OPMapWidget::SetShowTileGridLines (bool const &value) |
| | Defines if map is to show gridlines. More...
|
| |
| int | mapcontrol::OPMapWidget::MaxZoom () const |
| | Returns the maximum zoom for the map. More...
|
| |
| int | mapcontrol::OPMapWidget::MinZoom () const |
| |
| void | mapcontrol::OPMapWidget::SetMinZoom (int const &value) |
| |
| internals::MouseWheelZoomType::Types | mapcontrol::OPMapWidget::GetMouseWheelZoomType () |
| |
| void | mapcontrol::OPMapWidget::SetMouseWheelZoomType (internals::MouseWheelZoomType::Types const &value) |
| |
| internals::RectLatLng | mapcontrol::OPMapWidget::SelectedArea () const |
| |
| void | mapcontrol::OPMapWidget::SetSelectedArea (internals::RectLatLng const &value) |
| |
| bool | mapcontrol::OPMapWidget::CanDragMap () const |
| |
| void | mapcontrol::OPMapWidget::SetCanDragMap (bool const &value) |
| |
| internals::PointLatLng | mapcontrol::OPMapWidget::CurrentPosition () const |
| |
| void | mapcontrol::OPMapWidget::SetCurrentPosition (internals::PointLatLng const &value) |
| |
| double | mapcontrol::OPMapWidget::ZoomReal () |
| |
| double | mapcontrol::OPMapWidget::ZoomDigi () |
| |
| double | mapcontrol::OPMapWidget::ZoomTotal () |
| |
| void | mapcontrol::OPMapWidget::SetZoom (double const &value) |
| |
| qreal | mapcontrol::OPMapWidget::Rotate () |
| |
| void | mapcontrol::OPMapWidget::SetRotate (qreal const &value) |
| |
| void | mapcontrol::OPMapWidget::ReloadMap () |
| |
| GeoCoderStatusCode::Types | mapcontrol::OPMapWidget::SetCurrentPositionByKeywords (QString const &keys) |
| |
| bool | mapcontrol::OPMapWidget::UseOpenGL () |
| |
| void | mapcontrol::OPMapWidget::SetUseOpenGL (bool const &value) |
| |
| MapType::Types | mapcontrol::OPMapWidget::GetMapType () |
| |
| void | mapcontrol::OPMapWidget::SetMapType (MapType::Types const &value) |
| |
| bool | mapcontrol::OPMapWidget::isStarted () |
| |
| internals::PointLatLng | mapcontrol::OPMapWidget::currentMousePosition () |
| |
| void | mapcontrol::OPMapWidget::SetFollowMouse (bool const &value) |
| |
| bool | mapcontrol::OPMapWidget::FollowMouse () |
| |
| internals::PointLatLng | mapcontrol::OPMapWidget::GetFromLocalToLatLng (QPointF p) |
| |
| WayPointItem * | mapcontrol::OPMapWidget::WPCreate () |
| | Creates a new WayPoint on the center of the map. More...
|
| |
| void | mapcontrol::OPMapWidget::WPCreate (WayPointItem *item) |
| | Creates a new WayPoint. More...
|
| |
| WayPointItem * | mapcontrol::OPMapWidget::WPCreate (internals::PointLatLng const &coord, int const &altitude) |
| | Creates a new WayPoint. More...
|
| |
| WayPointItem * | mapcontrol::OPMapWidget::WPCreate (internals::PointLatLng const &coord, int const &altitude, QString const &description) |
| | Creates a new WayPoint. More...
|
| |
| WayPointItem * | mapcontrol::OPMapWidget::WPInsert (int const &position) |
| | Inserts a new WayPoint on the specified position. More...
|
| |
| void | mapcontrol::OPMapWidget::WPInsert (WayPointItem *item, int const &position) |
| | Inserts a new WayPoint on the specified position. More...
|
| |
| WayPointItem * | mapcontrol::OPMapWidget::WPInsert (internals::PointLatLng const &coord, int const &altitude, int const &position) |
| | Inserts a new WayPoint on the specified position. More...
|
| |
| WayPointItem * | mapcontrol::OPMapWidget::WPInsert (internals::PointLatLng const &coord, int const &altitude, QString const &description, int const &position) |
| | Inserts a new WayPoint on the specified position. More...
|
| |
| void | mapcontrol::OPMapWidget::WPDelete (WayPointItem *item) |
| | Deletes the WayPoint. More...
|
| |
| void | mapcontrol::OPMapWidget::WPDeleteAll () |
| | deletes all WayPoints More...
|
| |
| QList< WayPointItem * > | mapcontrol::OPMapWidget::WPSelected () |
| | Returns the currently selected WayPoints. More...
|
| |
| void | mapcontrol::OPMapWidget::WPRenumber (WayPointItem *item, int const &newnumber) |
| | Renumbers the WayPoint and all others as needed. More...
|
| |
| void | mapcontrol::OPMapWidget::SetShowCompass (bool const &value) |
| |
| void | mapcontrol::OPMapWidget::SetShowUAV (bool const &value) |
| |
| bool | mapcontrol::OPMapWidget::ShowUAV () const |
| |
| void | mapcontrol::OPMapWidget::SetShowHome (bool const &value) |
| |
| bool | mapcontrol::OPMapWidget::ShowHome () const |
| |
| void | mapcontrol::OPMapWidget::SetShowDiagnostics (bool const &value) |
| |
| void | mapcontrol::OPMapWidget::SetUavPic (QString UAVPic) |
| |
| void | mapcontrol::OPMapWidget::resizeEvent (QResizeEvent *event) |
| |
| void | mapcontrol::OPMapWidget::showEvent (QShowEvent *event) |
| |
| void | mapcontrol::OPMapWidget::closeEvent (QCloseEvent *event) |
| |
| void | mapcontrol::OPMapWidget::mouseMoveEvent (QMouseEvent *event) |
| |
| | mapcontrol::TrailItem::TrailItem (internals::PointLatLng const &coord, int const &altitude, QBrush color, QGraphicsItem *parent) |
| |
| void | mapcontrol::TrailItem::paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
| |
| QRectF | mapcontrol::TrailItem::boundingRect () const |
| |
| int | mapcontrol::TrailItem::type () const |
| |
| | mapcontrol::TrailLineItem::TrailLineItem (internals::PointLatLng const &coord1, internals::PointLatLng const &coord2, QBrush color, QGraphicsItem *parent) |
| |
| int | mapcontrol::TrailLineItem::type () const |
| |
| | mapcontrol::UAVItem::UAVItem (MapGraphicItem *map, OPMapWidget *parent, QString uavPic=QString::fromUtf8(":/uavs/images/mapquad.png")) |
| |
| | mapcontrol::UAVItem::~UAVItem () |
| |
| void | mapcontrol::UAVItem::SetUAVPos (internals::PointLatLng const &position, int const &altitude) |
| | Sets the UAV position. More...
|
| |
| void | mapcontrol::UAVItem::SetUAVHeading (qreal const &value) |
| | Sets the UAV heading. More...
|
| |
| internals::PointLatLng | mapcontrol::UAVItem::UAVPos () const |
| | Returns the UAV position. More...
|
| |
| void | mapcontrol::UAVItem::SetMapFollowType (UAVMapFollowType::Types const &value) |
| | Sets the Map follow type. More...
|
| |
| void | mapcontrol::UAVItem::SetTrailType (UAVTrailType::Types const &value) |
| | Sets the trail type. More...
|
| |
| UAVMapFollowType::Types | mapcontrol::UAVItem::GetMapFollowType () const |
| | Returns the map follow method used. More...
|
| |
| UAVTrailType::Types | mapcontrol::UAVItem::GetTrailType () const |
| | Returns the UAV trail type. It can be plotted by time elapsed or distance. More...
|
| |
| void | mapcontrol::UAVItem::paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
| |
| void | mapcontrol::UAVItem::RefreshPos () |
| |
| QRectF | mapcontrol::UAVItem::boundingRect () const |
| |
| void | mapcontrol::UAVItem::SetTrailTime (int const &seconds) |
| | Sets the trail time to be used if TrailType is ByTimeElapsed. More...
|
| |
| int | mapcontrol::UAVItem::TrailTime () const |
| | Returns the UAV trail time elapsed value. If the trail type is time elapsed a trail point will be plotted each "value returned" seconds. More...
|
| |
| void | mapcontrol::UAVItem::SetTrailDistance (int const &distance) |
| | Sets the trail distance to be used if TrailType is ByDistance. More...
|
| |
| int | mapcontrol::UAVItem::TrailDistance () const |
| | Returns the UAV trail plot distance. If the trail type is distance diference a trail dot is plotted if the distance between the current UAV position and the last trail point is bigger than the returned value. More...
|
| |
| bool | mapcontrol::UAVItem::ShowTrail () const |
| | Returns true if UAV trail is shown. More...
|
| |
| bool | mapcontrol::UAVItem::ShowTrailLine () const |
| | Returns true if UAV trail line is shown. More...
|
| |
| void | mapcontrol::UAVItem::SetShowTrail (bool const &value) |
| | Used to define if the UAV displays a trail. More...
|
| |
| void | mapcontrol::UAVItem::SetShowTrailLine (bool const &value) |
| | Used to define if the UAV displays a trail line. More...
|
| |
| void | mapcontrol::UAVItem::DeleteTrail () const |
| | Deletes all the trail points. More...
|
| |
| bool | mapcontrol::UAVItem::AutoSetReached () const |
| | Returns true if the UAV automaticaly sets WP reached value (changing its color) More...
|
| |
| void | mapcontrol::UAVItem::SetAutoSetReached (bool const &value) |
| | Defines if the UAV can set the WP's "reached" value automaticaly. More...
|
| |
| double | mapcontrol::UAVItem::AutoSetDistance () const |
| | Returns the 3D distance in meters necessary for the UAV to set WP's to "reached". More...
|
| |
| void | mapcontrol::UAVItem::SetAutoSetDistance (double const &value) |
| | Sets the the 3D distance in meters necessary for the UAV to set WP's to "reached". More...
|
| |
| int | mapcontrol::UAVItem::type () const |
| |
| void | mapcontrol::UAVItem::SetUavPic (QString UAVPic) |
| |
| static QString | mapcontrol::UAVMapFollowType::StrByType (Types const &value) |
| |
| static Types | mapcontrol::UAVMapFollowType::TypeByStr (QString const &value) |
| |
| static QStringList | mapcontrol::UAVMapFollowType::TypesList () |
| |
| static QString | mapcontrol::UAVTrailType::StrByType (Types const &value) |
| |
| static Types | mapcontrol::UAVTrailType::TypeByStr (QString const &value) |
| |
| static QStringList | mapcontrol::UAVTrailType::TypesList () |
| |
| | mapcontrol::WayPointItem::WayPointItem (internals::PointLatLng const &coord, int const &altitude, MapGraphicItem *map) |
| | Constructer. More...
|
| |
| | mapcontrol::WayPointItem::WayPointItem (internals::PointLatLng const &coord, int const &altitude, QString const &description, MapGraphicItem *map) |
| | Constructer. More...
|
| |
| QString | mapcontrol::WayPointItem::Description () |
| | Returns the WayPoint description. More...
|
| |
| void | mapcontrol::WayPointItem::SetDescription (QString const &value) |
| | Sets the WayPoint description. More...
|
| |
| bool | mapcontrol::WayPointItem::Reached () |
| | Returns true if WayPoint is Reached. More...
|
| |
| void | mapcontrol::WayPointItem::SetReached (bool const &value) |
| | Sets if WayPoint is Reached. More...
|
| |
| int | mapcontrol::WayPointItem::Number () |
| | Returns the WayPoint number. More...
|
| |
| void | mapcontrol::WayPointItem::SetNumber (int const &value) |
| | Sets WayPoint number. More...
|
| |
| internals::PointLatLng | mapcontrol::WayPointItem::Coord () |
| | Returns WayPoint LatLng coordinate. More...
|
| |
| void | mapcontrol::WayPointItem::SetCoord (internals::PointLatLng const &value) |
| | Sets WayPoint LatLng coordinate. More...
|
| |
| bool | mapcontrol::WayPointItem::ShowNumber () |
| | Used if WayPoint number is to be drawn on screen. More...
|
| |
| void | mapcontrol::WayPointItem::SetShowNumber (bool const &value) |
| | Used to set if WayPoint number is to be drawn on screen. More...
|
| |
| int | mapcontrol::WayPointItem::Altitude () |
| | Returns the WayPoint altitude. More...
|
| |
| void | mapcontrol::WayPointItem::SetAltitude (int const &value) |
| | Sets the WayPoint Altitude. More...
|
| |
| int | mapcontrol::WayPointItem::type () const |
| |
| QRectF | mapcontrol::WayPointItem::boundingRect () const |
| |
| void | mapcontrol::WayPointItem::paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
| |
| void | mapcontrol::WayPointItem::RefreshPos () |
| |
| void | mapcontrol::WayPointItem::RefreshToolTip () |
| |
| | mapcontrol::WayPointItem::~WayPointItem () |
| |
| void | mapcontrol::WayPointItem::mouseMoveEvent (QGraphicsSceneMouseEvent *event) |
| |
| void | mapcontrol::WayPointItem::mousePressEvent (QGraphicsSceneMouseEvent *event) |
| |
| void | mapcontrol::WayPointItem::mouseReleaseEvent (QGraphicsSceneMouseEvent *event) |
| |