|
Freeciv-3.2
|
#include <mapview.h>
Inheritance diagram for minimap_thread:Signals | |
| void | rendered_image (const QImage &image) |
Public Member Functions | |
| minimap_thread (QObject *parent=0) | |
| ~minimap_thread () | |
| void | render (double scale_factor, int width, int height) |
Protected Member Functions | |
| void | run () Q_DECL_OVERRIDE |
Private Attributes | |
| int | mini_width |
| int | mini_height |
| double | scale |
| QMutex | mutex |
| minimap_thread::minimap_thread | ( | QObject * | parent = 0 | ) |
Minimap thread's constructor
Definition at line 748 of file mapview.cpp.
| minimap_thread::~minimap_thread | ( | ) |
Minimap thread's destructor
Definition at line 755 of file mapview.cpp.
Starts thread
Definition at line 763 of file mapview.cpp.
Referenced by minimap_view::update_image().
Referenced by minimap_view::minimap_view(), and run().
|
protected |
Updates minimap's image in thread
Definition at line 775 of file mapview.cpp.
|
private |
|
private |
|
private |