Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class SD_ICON_MATRIX_32_32 General cluster: implementation_mswin description: "Pixel buffer that replaces orignal image file.The orignal version of this class has been generated by Image Eiffel Code." create: make Ancestors EV_PIXEL_BUFFER Queries area: EV_RECTANGLE data: detachable ANY height: INTEGER_32 implementation: EV_PIXEL_BUFFER_I is_destroyed: BOOLEAN is_locked: BOOLEAN pixel_iterator: EV_PIXEL_BUFFER_ITERATOR save_to_pointer: detachable MANAGED_POINTER stretched (a_width, a_height: INTEGER_32): EV_PIXEL_BUFFER sub_pixel_buffer (a_rect: EV_RECTANGLE): EV_PIXEL_BUFFER sub_pixmap (a_rect: EV_RECTANGLE): EV_PIXMAP to_pixmap: EV_PIXMAP width: INTEGER_32 Commands destroy draw_pixel_buffer_with_x_y (a_x, a_y: INTEGER_32; a_pixel_buffer: EV_PIXEL_BUFFER) draw_text (a_text: READABLE_STRING_GENERAL; a_font: EV_FONT; a_point: EV_COORDINATE) lock save_to_named_file (a_file_name: READABLE_STRING_GENERAL) save_to_named_path (a_file_name: PATH) set_data (some_data: [like data] detachable ANY) set_with_named_file (a_file_name: READABLE_STRING_GENERAL) set_with_named_path (a_file_name: PATH) set_with_pointer (a_pointer: POINTER; a_size: INTEGER_32) unlock
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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