Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class EV_FILE_OPEN_DIALOG_IMP General cluster: implementation_mswin description: "Eiffel Vision file open dialog. Mswindows implementation." create: make Ancestors EV_FILE_DIALOG_IMP* EV_FILE_OPEN_DIALOG_I* WEL_OPEN_FILE_DIALOG Action sequences cancel_actions: EV_NOTIFY_ACTION_SEQUENCE ok_actions: EV_NOTIFY_ACTION_SEQUENCE Queries blocking_window: detachable EV_WINDOW clear_flag (flags, mask: INTEGER_32): INTEGER_32 dpi: NATURAL_32 Ev_abort: IMMUTABLE_STRING_32 Ev_cancel: IMMUTABLE_STRING_32 Ev_confirmation_dialog_title: IMMUTABLE_STRING_32 Ev_error_dialog_title: IMMUTABLE_STRING_32 Ev_ignore: IMMUTABLE_STRING_32 Ev_information_dialog_title: IMMUTABLE_STRING_32 Ev_no: IMMUTABLE_STRING_32 Ev_ok: IMMUTABLE_STRING_32 Ev_open: IMMUTABLE_STRING_32 Ev_print: IMMUTABLE_STRING_32 Ev_question_dialog_title: IMMUTABLE_STRING_32 Ev_retry: IMMUTABLE_STRING_32 Ev_save: IMMUTABLE_STRING_32 Ev_warning_dialog_title: IMMUTABLE_STRING_32 Ev_yes: IMMUTABLE_STRING_32 exists: BOOLEAN file_extension_offset: INTEGER_32 file_name_offset: INTEGER_32 file_paths: ARRAYED_LIST [PATH] filter: STRING_32 filter_index: INTEGER_32 filters: ARRAYED_LIST [TUPLE [READABLE_STRING_GENERAL, READABLE_STRING_GENERAL]] flag_set (flags, mask: INTEGER_32): BOOLEAN flags: INTEGER_32 full_file_path: PATH has_flag (a_flags: INTEGER_32): BOOLEAN height: INTEGER_32 is_destroyed: BOOLEAN is_equal (other: [like Current] EV_FILE_OPEN_DIALOG_IMP): BOOLEAN item: POINTER Max_file_name_length: INTEGER_32 minimum_height: INTEGER_32 minimum_width: INTEGER_32 multiple_file_paths: ARRAYED_LIST [PATH] multiple_selection_enabled: BOOLEAN screen_x: INTEGER_32 screen_y: INTEGER_32 selected: BOOLEAN selected_button: detachable IMMUTABLE_STRING_32 selected_filter_index: INTEGER_32 set_flag (flags, mask: INTEGER_32): INTEGER_32 shared: BOOLEAN start_path: PATH Structure_size: INTEGER_32 title: STRING_32 wel_file_path: PATH wel_file_title: STRING_32 width: INTEGER_32 x_position: INTEGER_32 y_position: INTEGER_32 Commands activate (a_parent: WEL_COMPOSITE_WINDOW) add_flag (a_flags: INTEGER_32) copy (other: [like Current] EV_FILE_OPEN_DIALOG_IMP) disable_multiple_selection dispose enable_multiple_selection hide initialize_with_character (a_character: CHARACTER_8) memory_copy (source_pointer: POINTER; length: INTEGER_32) remove_flag (a_flags: INTEGER_32) set_blocking_window (a_window: detachable EV_WINDOW) set_default_extension (extension: READABLE_STRING_GENERAL) set_default_title set_filter (a_filter: READABLE_STRING_GENERAL) set_flags (a_flags: INTEGER_32) set_full_file_path (a_path: PATH) set_height (a: INTEGER_32) set_initial_path_as_current set_item (an_item: POINTER) set_position (a, b: INTEGER_32) set_shared set_size (a, b: INTEGER_32) set_start_path (a_path: PATH) set_title (a_title: READABLE_STRING_GENERAL) set_unshared set_width (a: INTEGER_32) set_x_position (a: INTEGER_32) set_y_position (a: INTEGER_32) show_modal_to_window (a_window: EV_WINDOW) structure_initialize wel_make wel_set_file_path (a_file_path: PATH) wel_set_filter (filter_names, filter_patterns: ARRAY [READABLE_STRING_GENERAL]) wel_set_filter_index (a_filter_index: INTEGER_32) wel_set_initial_path (directory: PATH)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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