![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include "utils/collated_sort_proxy.h"#include "views/view_nations_data.h"#include <QAbstractListModel>#include <QItemDelegate>#include <QTableView>#include <QWidget>#include "ui_view_nations.h"
Include dependency graph for view_nations.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | plr_item_delegate |
| class | plr_item |
| class | plr_model |
| class | plr_widget |
| class | plr_report |
Functions | |
| void | popdown_players_report () |
| Closes players report. More... | |
| void | update_top_bar_diplomacy_status (bool notify) |
| Function to update the top bar button. More... | |
| void popdown_players_report | ( | ) |
Closes players report.
Definition at line 1013 of file view_nations.cpp.
| void update_top_bar_diplomacy_status | ( | bool | notify | ) |
Function to update the top bar button.
Notify when there are open Diplomacy meetings, don't when there are none.
Definition at line 1042 of file view_nations.cpp.
Referenced by close_all_diplomacy_dialogs(), handle_diplomacy_accept_treaty(), handle_diplomacy_cancel_meeting(), handle_diplomacy_create_clause(), handle_diplomacy_init_meeting(), handle_diplomacy_remove_clause(), plr_report::plr_report(), and plr_report::update_report().