#include <mapview.h>
|
void | run () Q_DECL_OVERRIDE |
|
Definition at line 196 of file mapview.h.
◆ minimap_thread()
minimap_thread::minimap_thread |
( |
QObject * |
parent = 0 | ) |
|
Minimap thread's constructor
Definition at line 750 of file mapview.cpp.
◆ ~minimap_thread()
minimap_thread::~minimap_thread |
( |
| ) |
|
Minimap thread's destructor
Definition at line 757 of file mapview.cpp.
◆ render()
void minimap_thread::render |
( |
double |
scale_factor, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
◆ rendered_image
void minimap_thread::rendered_image |
( |
const QImage & |
image | ) |
|
|
signal |
◆ run()
void minimap_thread::run |
( |
| ) |
|
|
protected |
Updates minimap's image in thread
Definition at line 777 of file mapview.cpp.
◆ mini_height
int minimap_thread::mini_height |
|
private |
◆ mini_width
int minimap_thread::mini_width |
|
private |
◆ mutex
QMutex minimap_thread::mutex |
|
private |
◆ scale
double minimap_thread::scale |
|
private |