|
Freeciv-3.1
|
#include <QApplication>#include <QHBoxLayout>#include <QHeaderView>#include <QMouseEvent>#include <QPainter>#include <QPushButton>#include <QSplitter>#include <QVBoxLayout>#include "fc_client.h"#include "gui_main.h"#include "plrdlg.h"Go to the source code of this file.
Functions | |
| static QRect | check_box_rect (const QStyleOptionViewItem &view_item_style_options) |
| void | popup_players_dialog (bool raise) |
| void | real_players_dialog_update (void *unused) |
| void | popdown_players_report () |
|
static |
Help function to draw checkbox inside delegate
Definition at line 36 of file plrdlg.cpp.
Referenced by check_box_rect(), and plr_item_delegate::paint().
| void popdown_players_report | ( | void | ) |
Closes players report
Definition at line 1159 of file plrdlg.cpp.
Referenced by popdown_all_game_dialogs().
| void popup_players_dialog | ( | bool | raise | ) |
Display the player list dialog. Optionally raise it.
Definition at line 1112 of file plrdlg.cpp.
| void real_players_dialog_update | ( | void * | unused | ) |
Update all information in the player list dialog.
Definition at line 1140 of file plrdlg.cpp.