Freeciv-3.1
|
#include <voting.h>
Data Fields | |
int | caller_id |
int | command_id |
char | cmdline [512] |
int | turn_count |
struct vote_cast_list * | votes_cast |
int | vote_no |
int | yes |
int | no |
int | abstain |
int | flags |
double | need_pc |
int vote::abstain |
Definition at line 55 of file voting.h.
Referenced by check_vote(), and lsend_vote_update().
int vote::caller_id |
Definition at line 47 of file voting.h.
Referenced by cancelvote_command(), lsend_vote_new(), lsend_vote_update(), vote_get_caller(), vote_new(), and vote_would_pass_immediately().
char vote::cmdline[512] |
Definition at line 49 of file voting.h.
Referenced by cancelvote_command(), check_vote(), describe_vote(), vote_command(), and vote_new().
int vote::command_id |
Definition at line 48 of file voting.h.
Referenced by vote_new().
int vote::flags |
Definition at line 56 of file voting.h.
Referenced by check_vote(), describe_vote(), lsend_vote_new(), vote_is_team_only(), vote_new(), and vote_would_pass_immediately().
double vote::need_pc |
Definition at line 57 of file voting.h.
Referenced by check_vote(), describe_vote(), lsend_vote_new(), and vote_new().
int vote::no |
Definition at line 54 of file voting.h.
Referenced by check_vote(), and lsend_vote_update().
int vote::turn_count |
Definition at line 50 of file voting.h.
Referenced by check_vote(), and vote_new().
int vote::vote_no |
Definition at line 52 of file voting.h.
Referenced by cancelvote_command(), check_vote(), get_vote_by_no(), handle_stdin_input_real(), handle_vote_submit(), lsend_vote_new(), lsend_vote_remove(), lsend_vote_resolve(), lsend_vote_update(), and vote_new().
struct vote_cast_list* vote::votes_cast |
Definition at line 51 of file voting.h.
Referenced by check_vote(), free_vote(), remove_vote_cast(), vote_cast_find(), vote_cast_new(), and vote_new().
int vote::yes |
Definition at line 53 of file voting.h.
Referenced by check_vote(), and lsend_vote_update().