Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class WEL_DIB General cluster: wel description: "Device independent bitmap which can be created from a file. Note: Not all variants of the bmp format can be read. If you have problems with a certain image please use i.e. MS Paint to convert the image to the standard bmp format and then try again." create: make_by_file, make_by_stream, make_by_content_pointer, make_with_info_and_data Ancestors IDENTIFIED_ROUTINES WEL_STRUCTURE* Queries color_count: INTEGER_32 eif_current_object_id: INTEGER_32 eif_id_object (an_id: INTEGER_32): detachable ANY eif_is_object_id_of_current (an_id: INTEGER_32): BOOLEAN eif_object_id (an_object: ANY): INTEGER_32 exists: BOOLEAN height: INTEGER_32 is_equal (other: [like Current] WEL_DIB): BOOLEAN item: POINTER item_bits: POINTER palette: WEL_PALETTE shared: BOOLEAN structure_size: INTEGER_32 width: INTEGER_32 Commands copy (other: [like Current] WEL_DIB) dispose eif_object_id_free (an_id: INTEGER_32) initialize initialize_with_character (a_character: CHARACTER_8) memory_copy (source_pointer: POINTER; length: INTEGER_32) set_item (an_item: POINTER) set_pal_color set_shared set_unshared
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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