Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
deferred class EV_FILE_DIALOG General cluster: interface description: "EiffelVision file selection dialog." Ancestors EV_STANDARD_DIALOG* Action sequences cancel_actions: EV_NOTIFY_ACTION_SEQUENCE ok_actions: EV_NOTIFY_ACTION_SEQUENCE Queries blocking_window: detachable EV_WINDOW data: detachable ANY dpi: NATURAL_32 file_name: STRING_32 file_path: STRING_32 file_title: STRING_32 filters: ARRAYED_LIST [TUPLE [READABLE_STRING_GENERAL, READABLE_STRING_GENERAL]] full_file_path: PATH height: INTEGER_32 is_destroyed: BOOLEAN minimum_height: INTEGER_32 minimum_width: INTEGER_32 screen_x: INTEGER_32 screen_y: INTEGER_32 selected_button_name: detachable IMMUTABLE_STRING_32 selected_filter_index: INTEGER_32 start_directory: STRING_32 start_path: PATH title: STRING_32 valid_file_name (a_name: READABLE_STRING_GENERAL): BOOLEAN valid_file_title (a_title: READABLE_STRING_GENERAL): BOOLEAN width: INTEGER_32 x_position: INTEGER_32 y_position: INTEGER_32 Commands destroy hide set_data (some_data: [like data] detachable ANY) set_file_name (a_name: READABLE_STRING_GENERAL) set_full_file_path (a_path: PATH) set_height (a_height: INTEGER_32) set_position (a_x, a_y: INTEGER_32) set_size (a_width, a_height: INTEGER_32) set_start_directory (a_path: READABLE_STRING_GENERAL) set_start_path (a_path: PATH) set_title (a_title: READABLE_STRING_GENERAL) set_width (a_width: INTEGER_32) set_x_position (a_x: INTEGER_32) set_y_position (a_y: INTEGER_32) show_modal_to_window (a_window: EV_WINDOW) Constraints filters not void start directory not void
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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