Freeciv-3.2
|
#include <spaceshipdlg.h>
Public Member Functions | |
ss_report (struct player *pplayer) | |
~ss_report () | |
void | update_report () |
void | init () |
Private Slots | |
void | launch () |
Private Attributes | |
QPushButton * | launch_button |
QLabel * | ss_pix_label |
QLabel * | ss_label |
struct canvas * | can |
struct player * | player |
Definition at line 38 of file spaceshipdlg.h.
Constructor for spaceship report
Definition at line 41 of file spaceshipdlg.cpp.
ss_report::~ss_report | ( | ) |
Destructor for spaceship report
Definition at line 66 of file spaceshipdlg.cpp.
void ss_report::init | ( | ) |
Initializes widget on game_tab_widget
Definition at line 75 of file spaceshipdlg.cpp.
|
privateslot |
void ss_report::update_report | ( | ) |
Updates spaceship report
Definition at line 87 of file spaceshipdlg.cpp.
Referenced by init(), and ss_report().
Definition at line 44 of file spaceshipdlg.h.
Referenced by ss_report(), update_report(), and ~ss_report().
|
private |
Definition at line 41 of file spaceshipdlg.h.
Referenced by ss_report(), and update_report().
Definition at line 56 of file spaceshipdlg.h.
|
private |
Definition at line 43 of file spaceshipdlg.h.
Referenced by ss_report(), and update_report().
|
private |
Definition at line 42 of file spaceshipdlg.h.
Referenced by ss_report(), and update_report().