Freeciv-3.3
Loading...
Searching...
No Matches
Functions
plrdlg.cpp File Reference
#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 ()
 

Function Documentation

◆ check_box_rect()

static QRect check_box_rect ( const QStyleOptionViewItem view_item_style_options)
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().

◆ popdown_players_report()

void popdown_players_report ( void  )

Closes players report

Definition at line 1197 of file plrdlg.cpp.

Referenced by popdown_all_game_dialogs().

◆ popup_players_dialog()

void popup_players_dialog ( bool  raise)

Display the player list dialog. Optionally raise it.

Definition at line 1150 of file plrdlg.cpp.

◆ real_players_dialog_update()

void real_players_dialog_update ( void unused)

Update all information in the player list dialog.

Definition at line 1178 of file plrdlg.cpp.