![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include "voteinfo_bar.h"#include <QGridLayout>#include <QLabel>#include <QPainter>#include <QPushButton>#include "fc_client.h"#include "page_game.h"#include "page_pregame.h"#include "voteinfo.h"
Include dependency graph for voteinfo_bar.cpp:Go to the source code of this file.
Functions | |
| void | voteinfo_gui_update (void) |
| Refresh all vote related GUI widgets. More... | |
| void voteinfo_gui_update | ( | void | ) |
Refresh all vote related GUI widgets.
Called by the voteinfo module when the client receives new vote information from the server.
Definition at line 219 of file voteinfo_bar.cpp.
Referenced by client_state(), fc_client::current_page(), handle_vote_new(), handle_vote_remove(), handle_vote_resolve(), handle_vote_update(), voteinfo_bar_callback(), and voteinfo_queue_check_removed().