MultiThreadMapDisplay.cpp File Reference

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)
 

Detailed Description

A multi thread Qt4 widget to control the display of a set of layers.

Definition in file MultiThreadMapDisplay.cpp.

Function Documentation

void RemoveImage ( const std::string  lId,
std::map< std::string, QImage * > &  imgs 
)
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().