Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class EV_CLIPBOARD_IMP General cluster: implementation_mswin description: "Objects that allow access to the operating system clipboard." create: make Ancestors EV_CLIPBOARD_I* WEL_CLIPBOARD Queries clipboard_open: BOOLEAN has_text: BOOLEAN is_clipboard_format_available (format: INTEGER_32): BOOLEAN is_destroyed: BOOLEAN last_string: STRING_32 text: STRING_32 Commands close_clipboard destroy empty_clipboard make old_make (an_interface: [attached like interface] attached EV_CLIPBOARD) open_clipboard (window: detachable WEL_WINDOW) retrieve_clipboard_text retrieve_clipboard_text_discarding_carriage_return set_clipboard_text (a_text: READABLE_STRING_GENERAL) set_clipboard_text_with_newline_conversion (a_text: READABLE_STRING_GENERAL) set_text (a_text: READABLE_STRING_GENERAL)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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