![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include "minimap.h"#include <QMouseEvent>#include <QPainter>#include <QPixmap>#include <QToolTip>#include "client_main.h"#include "fc_client.h"#include "minimap_panel.h"#include "overview_common.h"#include "page_game.h"#include "qtg_cxxside.h"#include "views/view_map.h"
Include dependency graph for minimap.cpp:Go to the source code of this file.
Functions | |
| void | update_minimap () |
| Return a canvas that is the overview window. More... | |
| void update_minimap | ( | void | ) |
Return a canvas that is the overview window.
Definition at line 256 of file minimap.cpp.
Referenced by base_set_mapview_origin(), calculate_overview_dimensions(), fc_client::current_page(), map_canvas_resized(), and redraw_overview().