Freeciv-3.3
|
struct edit_buffer* editor_state::copybuf |
Definition at line 97 of file editor.c.
Referenced by editor_clear(), editor_free(), editor_get_copy_buffer(), and editor_init().
Definition at line 83 of file editor.c.
Referenced by editor_get_current_tile(), and editor_set_current_tile().
struct tile_hash* editor_state::selected_tile_table |
Definition at line 96 of file editor.c.
Referenced by editor_apply_tool_to_selection(), editor_clear(), editor_free(), editor_get_selection_center(), editor_init(), editor_selection_add(), editor_selection_clear(), editor_selection_count(), editor_selection_remove(), editor_tile_is_selected(), and popup_properties().
enum selection_modes editor_state::selection_mode |
Definition at line 94 of file editor.c.
Referenced by editor_end_selection_rectangle(), editor_mouse_button_press(), and editor_start_selection_rectangle().
bool editor_state::selrect_active |
Definition at line 86 of file editor.c.
Referenced by editor_draw_selrect(), editor_end_selection_rectangle(), editor_mouse_button_release(), editor_mouse_move(), and editor_start_selection_rectangle().
int editor_state::selrect_height |
Definition at line 92 of file editor.c.
Referenced by editor_draw_selrect(), editor_end_selection_rectangle(), editor_resize_selection_rectangle(), and editor_start_selection_rectangle().
int editor_state::selrect_start_x |
Definition at line 87 of file editor.c.
Referenced by editor_resize_selection_rectangle(), and editor_start_selection_rectangle().
int editor_state::selrect_start_y |
Definition at line 88 of file editor.c.
Referenced by editor_resize_selection_rectangle(), and editor_start_selection_rectangle().
int editor_state::selrect_width |
Definition at line 91 of file editor.c.
Referenced by editor_draw_selrect(), editor_end_selection_rectangle(), editor_resize_selection_rectangle(), and editor_start_selection_rectangle().
int editor_state::selrect_x |
Definition at line 89 of file editor.c.
Referenced by editor_draw_selrect(), editor_end_selection_rectangle(), and editor_resize_selection_rectangle().
int editor_state::selrect_y |
Definition at line 90 of file editor.c.
Referenced by editor_draw_selrect(), editor_end_selection_rectangle(), and editor_resize_selection_rectangle().
enum editor_tool_type editor_state::tool |
Definition at line 80 of file editor.c.
Referenced by editor_get_tool(), and editor_set_tool().
bool editor_state::tool_active |
Definition at line 84 of file editor.c.
Referenced by editor_mouse_button_press(), editor_mouse_button_release(), and editor_mouse_move().
struct editor_tool editor_state::tools[NUM_EDITOR_TOOL_TYPES] |
Definition at line 81 of file editor.c.
Referenced by editor_tool_get_applied_player(), editor_tool_get_count(), editor_tool_get_mode(), editor_tool_get_name(), editor_tool_get_size(), editor_tool_get_tooltip(), editor_tool_get_value(), editor_tool_has_applied_player(), editor_tool_has_count(), editor_tool_has_size(), editor_tool_has_value(), editor_tool_has_value_erase(), editor_tool_set_applied_player(), editor_tool_set_count(), editor_tool_set_mode(), editor_tool_set_size(), editor_tool_set_value(), tool_init(), and tool_set_init_value().