Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class EV_PRINT_DIALOG General cluster: interface description: "EiffelVision print dialog." create: default_create, make_with_title Ancestors EV_STANDARD_DIALOG* Action sequences cancel_actions: EV_NOTIFY_ACTION_SEQUENCE print_actions: EV_NOTIFY_ACTION_SEQUENCE Queries all_pages_selected: BOOLEAN blocking_window: detachable EV_WINDOW collate_checked: BOOLEAN copies: INTEGER_32 data: detachable ANY dpi: NATURAL_32 from_page: INTEGER_32 height: INTEGER_32 is_destroyed: BOOLEAN landscape_checked: BOOLEAN maximum_to_page: INTEGER_32 minimum_from_page: INTEGER_32 minimum_height: INTEGER_32 minimum_width: INTEGER_32 output_file_name: STRING_32 page_numbers_enabled: BOOLEAN page_numbers_selected: BOOLEAN print_context: EV_PRINT_CONTEXT print_to_file_checked: BOOLEAN print_to_file_enabled: BOOLEAN print_to_file_shown: BOOLEAN printer_name: STRING_32 screen_x: INTEGER_32 screen_y: INTEGER_32 selected_button_name: detachable IMMUTABLE_STRING_32 selection_enabled: BOOLEAN selection_selected: BOOLEAN title: STRING_32 to_page: INTEGER_32 width: INTEGER_32 x_position: INTEGER_32 y_position: INTEGER_32 Commands check_collate check_print_to_file destroy disable_page_numbers disable_print_to_file disable_selection enable_page_numbers enable_print_to_file enable_selection hide hide_print_to_file select_all_pages select_page_numbers select_selection set_copies (value: INTEGER_32) set_data (some_data: [like data] detachable ANY) set_from_page (value: INTEGER_32) set_height (a_height: INTEGER_32) set_maximum_to_page (value: INTEGER_32) set_minimum_from_page (value: INTEGER_32) set_position (a_x, a_y: INTEGER_32) set_size (a_width, a_height: INTEGER_32) set_title (a_title: READABLE_STRING_GENERAL) set_to_page (value: INTEGER_32) 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) show_print_to_file uncheck_collate uncheck_print_to_file
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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