A multi thread Qt4 widget to control the display of a set of layers. More...
#include "../../../common/STLUtils.h"#include "../../../maptools/Utils.h"#include "../../../maptools/AbstractLayer.h"#include "../../../se/Style.h"#include "MultiThreadMapDisplay.h"#include "Canvas.h"#include "DrawThread.h"#include "ScaleWidget.h"#include "Grid.h"#include "ThreadManager.h"#include <QApplication>#include <QImage>#include <QPainter>Go to the source code of this file.
Functions | |
| void | RemoveImage (const std::string lId, std::map< std::string, QImage * > &imgs) |
| void | RemoveImage (te::map::AbstractLayer *layer, std::map< std::string, QImage * > &imgs) |
A multi thread Qt4 widget to control the display of a set of layers.
Definition in file MultiThreadMapDisplay.cpp.
| void RemoveImage | ( | const std::string | lId, |
| std::map< std::string, QImage * > & | imgs | ||
| ) |
Definition at line 43 of file MultiThreadMapDisplay.cpp.
Referenced by te::qt::widgets::MultiThreadMapDisplay::onRenderingFinished(), RemoveImage(), and te::qt::widgets::MultiThreadMapDisplay::updateLayer().
| void RemoveImage | ( | te::map::AbstractLayer * | layer, |
| std::map< std::string, QImage * > & | imgs | ||
| ) |
Definition at line 54 of file MultiThreadMapDisplay.cpp.
References te::map::AbstractLayer::getId(), and RemoveImage().