|
| QSize | sizeHint () const |
| |
| | OPMapWidget (QWidget *parent=0, Configuration *config=new Configuration) |
| | Constructor. More...
|
| |
| | ~OPMapWidget () |
| |
| bool | ShowTileGridLines () const |
| | Returns true if map is showing gridlines. More...
|
| |
| void | SetShowTileGridLines (bool const &value) |
| | Defines if map is to show gridlines. More...
|
| |
| int | MaxZoom () const |
| | Returns the maximum zoom for the map. More...
|
| |
| int | MinZoom () const |
| |
| void | SetMinZoom (int const &value) |
| |
| internals::MouseWheelZoomType::Types | GetMouseWheelZoomType () |
| |
| void | SetMouseWheelZoomType (internals::MouseWheelZoomType::Types const &value) |
| |
| internals::RectLatLng | SelectedArea () const |
| |
| void | SetSelectedArea (internals::RectLatLng const &value) |
| |
| bool | CanDragMap () const |
| |
| void | SetCanDragMap (bool const &value) |
| |
| internals::PointLatLng | CurrentPosition () const |
| |
| void | SetCurrentPosition (internals::PointLatLng const &value) |
| |
| double | ZoomReal () |
| |
| double | ZoomDigi () |
| |
| double | ZoomTotal () |
| |
| void | SetZoom (double const &value) |
| |
| qreal | Rotate () |
| |
| void | SetRotate (qreal const &value) |
| |
| void | ReloadMap () |
| |
| GeoCoderStatusCode::Types | SetCurrentPositionByKeywords (QString const &keys) |
| |
| bool | UseOpenGL () |
| |
| void | SetUseOpenGL (bool const &value) |
| |
| MapType::Types | GetMapType () |
| |
| void | SetMapType (MapType::Types const &value) |
| |
| bool | isStarted () |
| |
| internals::PointLatLng | currentMousePosition () |
| |
| void | SetFollowMouse (bool const &value) |
| |
| bool | FollowMouse () |
| |
| internals::PointLatLng | GetFromLocalToLatLng (QPointF p) |
| |
| WayPointItem * | WPCreate () |
| | Creates a new WayPoint on the center of the map. More...
|
| |
| void | WPCreate (WayPointItem *item) |
| | Creates a new WayPoint. More...
|
| |
| WayPointItem * | WPCreate (internals::PointLatLng const &coord, int const &altitude) |
| | Creates a new WayPoint. More...
|
| |
| WayPointItem * | WPCreate (internals::PointLatLng const &coord, int const &altitude, QString const &description) |
| | Creates a new WayPoint. More...
|
| |
| WayPointItem * | WPInsert (int const &position) |
| | Inserts a new WayPoint on the specified position. More...
|
| |
| void | WPInsert (WayPointItem *item, int const &position) |
| | Inserts a new WayPoint on the specified position. More...
|
| |
| WayPointItem * | WPInsert (internals::PointLatLng const &coord, int const &altitude, int const &position) |
| | Inserts a new WayPoint on the specified position. More...
|
| |
| WayPointItem * | WPInsert (internals::PointLatLng const &coord, int const &altitude, QString const &description, int const &position) |
| | Inserts a new WayPoint on the specified position. More...
|
| |
| void | WPDelete (WayPointItem *item) |
| | Deletes the WayPoint. More...
|
| |
| void | WPDeleteAll () |
| | deletes all WayPoints More...
|
| |
| QList< WayPointItem * > | WPSelected () |
| | Returns the currently selected WayPoints. More...
|
| |
| void | WPRenumber (WayPointItem *item, int const &newnumber) |
| | Renumbers the WayPoint and all others as needed. More...
|
| |
| void | SetShowCompass (bool const &value) |
| |
| void | SetShowUAV (bool const &value) |
| |
| bool | ShowUAV () const |
| |
| void | SetShowHome (bool const &value) |
| |
| bool | ShowHome () const |
| |
| void | SetShowDiagnostics (bool const &value) |
| |
| void | SetUavPic (QString UAVPic) |
| |