Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class SHORTCUT_PREFERENCE General cluster: preference description: "Shortcut preference." create: make, make_from_string_value Ancestors EV_KEY_CONSTANTS MANAGED_SHORTCUT* PREFERENCE_CONSTANTS TYPED_PREFERENCE* [G] Action sequences change_actions: ACTION_SEQUENCE modification_deny_actions: EV_NOTIFY_ACTION_SEQUENCE overridden_actions: EV_NOTIFY_ACTION_SEQUENCE typed_change_actions: ACTION_SEQUENCE [TUPLE [TUPLE [BOOLEAN, BOOLEAN, BOOLEAN, STRING_32]]] Queries Alt_text: STRING_8 auto_preference: [detachable like Current] detachable SHORTCUT_PREFERENCE auto_value: STRING_32 Ctrl_text: STRING_8 default_value: detachable STRING_32 description: detachable STRING_32 display_string: STRING_32 f_switch_to_flat_view: STRING_32 f_switch_to_tree_view: STRING_32 generating_preference_type: STRING_8 group: detachable MANAGED_SHORTCUT_GROUP has_default_value: BOOLEAN has_validation_agent: BOOLEAN has_value: BOOLEAN is_alt: BOOLEAN is_auto: BOOLEAN is_ctrl: BOOLEAN is_default_value: BOOLEAN is_fixed: BOOLEAN is_hidden: BOOLEAN is_shift: BOOLEAN is_string_value_validated (a_string: READABLE_STRING_GENERAL): BOOLEAN is_valid_string_for_selection (s: READABLE_STRING_32): BOOLEAN is_wiped: BOOLEAN key: EV_KEY Key_0: INTEGER_32 Key_1: INTEGER_32 Key_2: INTEGER_32 Key_3: INTEGER_32 Key_4: INTEGER_32 Key_5: INTEGER_32 Key_6: INTEGER_32 Key_7: INTEGER_32 Key_8: INTEGER_32 Key_9: INTEGER_32 Key_a: INTEGER_32 Key_alt: INTEGER_32 Key_b: INTEGER_32 Key_back_space: INTEGER_32 Key_backquote: INTEGER_32 Key_backslash: INTEGER_32 Key_c: INTEGER_32 Key_caps_lock: INTEGER_32 Key_close_bracket: INTEGER_32 key_code_from_key_string (key_string: READABLE_STRING_GENERAL): INTEGER_32 Key_comma: INTEGER_32 Key_ctrl: INTEGER_32 Key_d: INTEGER_32 Key_dash: INTEGER_32 Key_delete: INTEGER_32 Key_down: INTEGER_32 Key_e: INTEGER_32 Key_end: INTEGER_32 Key_enter: INTEGER_32 Key_equal: INTEGER_32 Key_escape: INTEGER_32 Key_f: INTEGER_32 Key_f1: INTEGER_32 Key_f10: INTEGER_32 Key_f11: INTEGER_32 Key_f12: INTEGER_32 Key_f2: INTEGER_32 Key_f3: INTEGER_32 Key_f4: INTEGER_32 Key_f5: INTEGER_32 Key_f6: INTEGER_32 Key_f7: INTEGER_32 Key_f8: INTEGER_32 Key_f9: INTEGER_32 Key_g: INTEGER_32 Key_h: INTEGER_32 Key_home: INTEGER_32 Key_i: INTEGER_32 Key_insert: INTEGER_32 Key_j: INTEGER_32 Key_k: INTEGER_32 Key_l: INTEGER_32 Key_left: INTEGER_32 Key_left_meta: INTEGER_32 Key_m: INTEGER_32 Key_menu: INTEGER_32 Key_n: INTEGER_32 Key_num_lock: INTEGER_32 Key_numpad_0: INTEGER_32 Key_numpad_1: INTEGER_32 Key_numpad_2: INTEGER_32 Key_numpad_3: INTEGER_32 Key_numpad_4: INTEGER_32 Key_numpad_5: INTEGER_32 Key_numpad_6: INTEGER_32 Key_numpad_7: INTEGER_32 Key_numpad_8: INTEGER_32 Key_numpad_9: INTEGER_32 Key_numpad_add: INTEGER_32 Key_numpad_decimal: INTEGER_32 Key_numpad_divide: INTEGER_32 Key_numpad_multiply: INTEGER_32 Key_numpad_subtract: INTEGER_32 Key_o: INTEGER_32 Key_open_bracket: INTEGER_32 Key_p: INTEGER_32 Key_page_down: INTEGER_32 Key_page_up: INTEGER_32 Key_pause: INTEGER_32 Key_period: INTEGER_32 Key_q: INTEGER_32 Key_quote: INTEGER_32 Key_r: INTEGER_32 Key_right: INTEGER_32 Key_right_meta: INTEGER_32 Key_s: INTEGER_32 Key_scroll_lock: INTEGER_32 Key_semicolon: INTEGER_32 Key_shift: INTEGER_32 Key_slash: INTEGER_32 Key_space: INTEGER_32 Key_strings: ARRAY [STRING_32] Key_t: INTEGER_32 Key_tab: INTEGER_32 Key_u: INTEGER_32 Key_up: INTEGER_32 Key_v: INTEGER_32 Key_w: INTEGER_32 Key_x: INTEGER_32 Key_y: INTEGER_32 Key_z: INTEGER_32 l_building_flat_view: STRING_32 l_building_tree_view: STRING_32 l_close: STRING_32 l_count_preferences (a_count: READABLE_STRING_GENERAL): STRING_32 l_description: STRING_32 l_display_window: STRING_32 l_filter: STRING_32 l_flat_view: STRING_32 l_literal_value: STRING_32 l_matches_of_total_preferences (a_count, a_total_count: READABLE_STRING_GENERAL): STRING_32 l_name: STRING_32 l_no_default_value: STRING_32 l_request_restart: STRING_32 l_restore_default: STRING_32 l_restore_defaults: STRING_32 l_status: STRING_32 l_tree_or_flat_view: STRING_32 l_tree_view: STRING_32 l_type: STRING_32 l_updating_the_view: STRING_32 manager: PREFERENCE_MANAGER matches (a_key: [like key] EV_KEY; alt, ctrl, shift: BOOLEAN): BOOLEAN matches_shortcut (a_shortcut: [like Current] SHORTCUT_PREFERENCE): BOOLEAN modifiable_with (a_key: [detachable like key] detachable EV_KEY; alt, ctrl, shift: BOOLEAN): BOOLEAN name: STRING_8 no_description_text: STRING_32 p_default_value: STRING_32 Pixmaps_extension_cell: CELL [STRING_8] Pixmaps_path_cell: CELL [PATH] Preference_window_icon: STRING_8 preferences_root: STRING_32 preferences_title: STRING_32 restart_required: BOOLEAN restore_preference_string: STRING_32 Shift_text: STRING_8 Shortcut_delimiter: STRING_32 Shortcut_keys: ARRAY [INTEGER_32] shortcut_modification_denied: STRING_32 String_type: STRING_8 user_value: STRING_32 valid_key_code (a_code: INTEGER_32): BOOLEAN valid_value_string (a_string: READABLE_STRING_GENERAL): BOOLEAN validation_agent: detachable FUNCTION [READABLE_STRING_GENERAL, BOOLEAN] value: TUPLE [BOOLEAN, BOOLEAN, BOOLEAN, STRING_32] W_preferences_delayed_resources: STRING_32 Commands reset select_value_from_string (s: READABLE_STRING_32) set_auto_preference (a_pref: [like Current] SHORTCUT_PREFERENCE) set_default_value (a_value: READABLE_STRING_GENERAL) set_description (new_description: READABLE_STRING_GENERAL) set_group (a_group: MANAGED_SHORTCUT_GROUP) set_hidden (a_flag: BOOLEAN) set_name (new_name: STRING_8) set_restart_required (is_required: BOOLEAN) set_validation_agent (agt: [like validation_agent] detachable FUNCTION [READABLE_STRING_GENERAL, BOOLEAN]) set_value (a_value: TUPLE [BOOLEAN, BOOLEAN, BOOLEAN, STRING_32]) set_value_from_string (a_value: READABLE_STRING_GENERAL) set_value_to_auto set_values (a_key: [detachable like key] detachable EV_KEY; alt, ctrl, shift: BOOLEAN)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org