Freeciv-3.2
|
#include "mapview_g.h"
#include "fonts.h"
#include <QFrame>
#include <QLabel>
#include <QMutex>
#include <QQueue>
#include <QThread>
#include <QTimer>
Go to the source code of this file.
Data Structures | |
struct | call_me_back |
class | mr_idle |
class | map_view |
class | info_tile |
class | resize_widget |
class | move_widget |
class | fcwidget |
class | close_widget |
class | minimap_thread |
class | minimap_view |
Functions | |
bool | is_point_in_area (int x, int y, int px, int py, int pxe, int pye) |
void | unscale_point (double scale_factor, int &x, int &y) |
void | draw_calculated_trade_routes (QPainter *painter) |
void | mapview_freeze (void) |
void | mapview_thaw (void) |
bool | mapview_is_frozen (void) |
void | pixmap_put_overlay_tile (int canvas_x, int canvas_y, struct sprite *ssprite) |
Draws calculated trade routes
Definition at line 82 of file mapview.cpp.
Referenced by map_view::paint().
Check if point x, y is in area (px -> pxe, py - pye)
Definition at line 71 of file mapview.cpp.
Referenced by map_view::find_place().
Freeze the drawing of the map.
Definition at line 373 of file mapview.c.
Referenced by real_set_client_page().
Return whether the map should be drawn or not.
Definition at line 395 of file mapview.c.
Referenced by dirty_all(), dirty_rect(), flush_dirty(), map_canvas_draw(), and map_canvas_draw().
Thaw the drawing of the map.
Definition at line 381 of file mapview.c.
Referenced by real_set_client_page().
Put overlay tile to pixmap
Definition at line 1229 of file mapview.cpp.
Referenced by put_cross_overlay_tile().
Scales point from scaled overview coords to real overview coords.
Definition at line 713 of file mapview.cpp.
Referenced by minimap_view::mousePressEvent(), and minimap_thread::run().