|
Crossfire Client, Branches
R11627
|
Collaboration diagram for Keys:Data Fields | |
| char * | command |
| sint8 | direction |
| uint8 | flags |
| uint32 | keysym |
| KeySym | keysym |
| struct Keys * | next |
| char * Keys::command |
Command string bound to a key.
Definition at line 103 of file image.c.
Referenced by configure_keys(), draw_keybindings(), get_key_info(), init_keys(), insert_key(), keybinding_selection_func(), on_keybinding_button_bind_clicked(), on_keybinding_button_remove_clicked(), on_keybinding_button_update_clicked(), parse_key(), unbind_key(), and update_keybinding_list().
| sint8 Keys::direction |
-1 non-direction key, else >= 0.
Definition at line 101 of file image.c.
Referenced by insert_key(), and parse_key().
| uint8 Keys::flags |
KEYF_* flags set for the record.
Definition at line 100 of file image.c.
Referenced by configure_keys(), draw_keybindings(), get_key_info(), insert_key(), keybinding_selection_func(), on_keybinding_button_bind_clicked(), on_keybinding_button_update_clicked(), parse_key(), parse_keybind_line(), show_keys(), unbind_key(), and update_keybinding_list().
| KeySym Keys::keysym |
Key this binding record is for.
Definition at line 102 of file image.c.
Referenced by bind_callback(), configure_keys(), draw_keybindings(), get_key_info(), insert_key(), keybinding_selection_func(), on_keybinding_button_bind_clicked(), on_keybinding_button_update_clicked(), parse_key(), parse_keybind_line(), and update_keybinding_list().
| struct Keys * Keys::next |
Definition at line 104 of file image.c.
Referenced by configure_keys(), draw_keybindings(), init_keys(), insert_key(), on_keybinding_button_remove_clicked(), parse_key(), save_individual_key(), show_keys(), unbind_key(), and update_keybinding_list().