Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class WEL_ICON_INFO General cluster: wel description: "Information about an icon or a cursor." create: make Ancestors IDENTIFIED_ROUTINES WEL_STRUCTURE* Queries color_bitmap: WEL_BITMAP 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 has_color_bitmap: BOOLEAN height: INTEGER_32 is_equal (other: [like Current] WEL_ICON_INFO): BOOLEAN is_icon: BOOLEAN is_initialized: BOOLEAN item: POINTER mask_bitmap: WEL_BITMAP shared: BOOLEAN Structure_size: INTEGER_32 width: INTEGER_32 x_hotspot: INTEGER_32 y_hotspot: INTEGER_32 Commands copy (other: [like Current] WEL_ICON_INFO) delete dispose eif_object_id_free (an_id: INTEGER_32) enable_reference_tracking_on_bitmaps initialize initialize_with_character (a_character: CHARACTER_8) memory_copy (source_pointer: POINTER; length: INTEGER_32) set_color_bitmap (a_color_bitmap: WEL_BITMAP) set_is_icon (a_is_icon: BOOLEAN) set_item (an_item: POINTER) set_mask_bitmap (a_mask_bitmap: WEL_BITMAP) set_shared set_unshared set_x_hotspot (xvalue: INTEGER_32) set_y_hotspot (yvalue: INTEGER_32)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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