A Qt widget to control the display of a set of layers. More...
#include "MapDisplay.h"#include "../../../common/STLUtils.h"#include "../../../common/StringUtils.h"#include "../../../geometry/Coord2D.h"#include "../../../geometry/Envelope.h"#include "../../../maptools/AbstractLayer.h"#include "../../../maptools/Utils.h"#include "../tools/AbstractTool.h"#include "../utils/ScopedCursor.h"#include "Canvas.h"#include "Grid.h"#include "ScaleWidget.h"#include <QMimeData>#include <QPaintDevice>#include <QResizeEvent>#include <QString>#include <QTimer>#include <QGraphicsView>Go to the source code of this file.
A Qt widget to control the display of a set of layers.
Definition in file src/terralib/qt/widgets/canvas/MapDisplay.cpp.