Freeciv-3.3
|
#include "plrdlg_g.h"
#include <QAbstractListModel>
#include <QItemDelegate>
#include <QSortFilterProxyModel>
#include <QTreeView>
#include <QWidget>
#include "colors.h"
#include "player.h"
#include "research.h"
#include "sprite.h"
Go to the source code of this file.
Data Structures | |
class | plr_item_delegate |
class | plr_item |
class | plr_model |
class | plr_sorter |
class | plr_widget |
class | plr_report |
Functions | |
void | popup_players_dialog (bool raise) |
void | popdown_players_report (void) |
void popdown_players_report | ( | ) |
Closes players report
Definition at line 1197 of file plrdlg.cpp.
Popup the dialog 10% inside the main-window, and optionally raise it.
Display the player list dialog. Optionally raise it.
Popup (or raise) the player list dialog.
Definition at line 91 of file plrdlg.c.
Referenced by fc_client::create_game_page(), players_action_callback(), report_nations_callback(), report_nations_callback(), and mr_menu::slot_show_nations().