From 74746fec6b1ae6c24f318882d163766802c600bd Mon Sep 17 00:00:00 2001 From: lm Date: Mon, 23 Aug 2010 11:45:02 +0200 Subject: [PATCH] Improved map widget documentation --- src/ui/MapWidget.cc | 15 ++++++++------- src/ui/MapWidget.h | 8 +++++++- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/src/ui/MapWidget.cc b/src/ui/MapWidget.cc index 1348317ec..f63c0041a 100644 --- a/src/ui/MapWidget.cc +++ b/src/ui/MapWidget.cc @@ -1,31 +1,32 @@ /*===================================================================== -PIXHAWK Micro Air Vehicle Flying Robotics Toolkit +QGroundControl Open Source Ground Control Station -(c) 2009, 2010 PIXHAWK PROJECT +(c) 2009, 2010 QGROUNDCONTROL PROJECT -This file is part of the PIXHAWK project +This file is part of the QGROUNDCONTROL project - PIXHAWK is free software: you can redistribute it and/or modify + QGROUNDCONTROL is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - PIXHAWK is distributed in the hope that it will be useful, + QGROUNDCONTROL is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with PIXHAWK. If not, see . + along with QGROUNDCONTROL. If not, see . ======================================================================*/ /** * @file - * @brief Implementation of map view + * @brief Implementation of MapWidget * * @author Lorenz Meier + * @author Mariano Lizarraga * */ diff --git a/src/ui/MapWidget.h b/src/ui/MapWidget.h index b51e34962..fdb09cd67 100644 --- a/src/ui/MapWidget.h +++ b/src/ui/MapWidget.h @@ -26,7 +26,7 @@ This file is part of the QGROUNDCONTROL project * @brief Definition of MapWidget * * @author Lorenz Meier - * @author Mariano Lizaraga + * @author Mariano Lizarraga * */ @@ -46,6 +46,12 @@ namespace Ui { using namespace qmapcontrol; +/** + * @brief 2D Moving map + * + * This map displays street maps, aerial images and the MAV position, + * waypoints and trails on top. + */ class MapWidget : public QWidget { Q_OBJECT public: -- 2.22.0