Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class EV_COLOR_DIALOG_IMP General cluster: implementation_mswin description: "EiffelVision color selection dialog.Mswindows implementation." create: make Ancestors EV_COLOR_DIALOG_I* EV_STANDARD_DIALOG_IMP* WEL_CHOOSE_COLOR_DIALOG WEL_STANDARD_DIALOG_DISPATCHER* Action sequences cancel_actions: EV_NOTIFY_ACTION_SEQUENCE ok_actions: EV_NOTIFY_ACTION_SEQUENCE Queries blocking_window: detachable EV_WINDOW cc_anycolor: INTEGER_32 cc_enablehook: INTEGER_32 cc_enabletemplate: INTEGER_32 cc_enabletemplatehandle: INTEGER_32 cc_fullopen: INTEGER_32 cc_preventfullopen: INTEGER_32 cc_rgbinit: INTEGER_32 cc_showhelp: INTEGER_32 cc_solidcolor: INTEGER_32 clear_flag (flags, mask: INTEGER_32): INTEGER_32 color: EV_COLOR custom_colors: WEL_CUSTOM_COLORS 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 flag_set (flags, mask: INTEGER_32): BOOLEAN flags: INTEGER_32 full_open_allowed: BOOLEAN has_flag (a_flags: INTEGER_32): BOOLEAN height: INTEGER_32 is_destroyed: BOOLEAN is_equal (other: [like Current] EV_COLOR_DIALOG_IMP): BOOLEAN item: POINTER minimum_height: INTEGER_32 minimum_width: INTEGER_32 rgb_result: WEL_COLOR_REF screen_x: INTEGER_32 screen_y: INTEGER_32 selected: BOOLEAN selected_button: detachable IMMUTABLE_STRING_32 set_flag (flags, mask: INTEGER_32): INTEGER_32 shared: BOOLEAN Structure_size: INTEGER_32 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) allow_full_open copy (other: [like Current] EV_COLOR_DIALOG_IMP) dispose hide initialize_with_character (a_character: CHARACTER_8) memory_copy (source_pointer: POINTER; length: INTEGER_32) prevent_full_open remove_flag (a_flags: INTEGER_32) set_blocking_window (a_window: detachable EV_WINDOW) set_color (a_color: EV_COLOR) set_custom_colors (a_custom_colors: WEL_CUSTOM_COLORS) set_flags (a_flags: INTEGER_32) set_height (a: INTEGER_32) set_item (an_item: POINTER) set_position (a, b: INTEGER_32) set_rgb_result (color: WEL_COLOR_REF) set_shared set_size (a, b: INTEGER_32) set_title (new_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
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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