|
Freeciv-3.1
|
#include <voteinfo_bar.h>
Inheritance diagram for pregamevote:Public Slots | |
| void | v_yes () |
| void | v_no () |
| void | v_abstain () |
Public Member Functions | |
| pregamevote (QWidget *parent=NULL) | |
| ~pregamevote () | |
| void | update_vote () |
Data Fields | |
| QLabel * | label_text |
| QLabel * | label_vote_text |
| QPushButton * | vote_yes |
| QPushButton * | vote_no |
| QPushButton * | vote_abstain |
| QLabel * | lab_yes |
| QLabel * | lab_no |
| QLabel * | lab_abstain |
| QLabel * | voters |
| QGridLayout * | layout |
Definition at line 30 of file voteinfo_bar.h.
|
explicit |
Constructor for pregamevote
Definition at line 33 of file voteinfo_bar.cpp.
| pregamevote::~pregamevote | ( | ) |
Destructor for pregamevote
Definition at line 178 of file voteinfo_bar.cpp.
| void pregamevote::update_vote | ( | ) |
Updates text on vote
Definition at line 111 of file voteinfo_bar.cpp.
|
slot |
|
slot |
|
slot |
| QLabel* pregamevote::lab_abstain |
Definition at line 44 of file voteinfo_bar.h.
Referenced by pregamevote(), update_vote(), and xvote::xvote().
| QLabel* pregamevote::lab_no |
Definition at line 43 of file voteinfo_bar.h.
Referenced by pregamevote(), update_vote(), and xvote::xvote().
| QLabel* pregamevote::lab_yes |
Definition at line 42 of file voteinfo_bar.h.
Referenced by pregamevote(), update_vote(), and xvote::xvote().
| QLabel* pregamevote::label_text |
Definition at line 37 of file voteinfo_bar.h.
Referenced by pregamevote(), update_vote(), and xvote::xvote().
| QLabel* pregamevote::label_vote_text |
Definition at line 38 of file voteinfo_bar.h.
Referenced by pregamevote(), update_vote(), and xvote::xvote().
| QGridLayout* pregamevote::layout |
Definition at line 46 of file voteinfo_bar.h.
Referenced by pregamevote().
| QPushButton* pregamevote::vote_abstain |
Definition at line 41 of file voteinfo_bar.h.
Referenced by pregamevote(), and update_vote().
| QPushButton* pregamevote::vote_no |
Definition at line 40 of file voteinfo_bar.h.
Referenced by pregamevote(), and update_vote().
| QPushButton* pregamevote::vote_yes |
Definition at line 39 of file voteinfo_bar.h.
Referenced by pregamevote(), and update_vote().
| QLabel* pregamevote::voters |
Definition at line 45 of file voteinfo_bar.h.
Referenced by pregamevote(), update_vote(), and xvote::xvote().