Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class EV_IMAGE_LIST_IMP General cluster: implementation_mswin description: "List of images. The list is cached to avoid multiplication of indexes for the same image" create: make_with_size Ancestors EV_ANY_HANDLER WEL_IMAGE_LIST WEL_REFERENCE_TRACKABLE* Queries bitmaps_height: INTEGER_32 bitmaps_width: INTEGER_32 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 get_background_color: WEL_COLOR_REF get_icon (index, flags: INTEGER_32): WEL_ICON Ilc_color: INTEGER_32 Ilc_color16: INTEGER_32 Ilc_color24: INTEGER_32 Ilc_color32: INTEGER_32 Ilc_color4: INTEGER_32 Ilc_color8: INTEGER_32 Ilc_colorddb: INTEGER_32 Ilc_mask: INTEGER_32 Ild_normal: INTEGER_32 item: POINTER last_position: INTEGER_32 object_id: INTEGER_32 reference_tracked: BOOLEAN references_count: INTEGER_32 shared: BOOLEAN use_masked_bitmap: BOOLEAN Commands add_bitmap (bitmap_to_add: WEL_BITMAP) add_color_masked_bitmap (bitmap_to_add: WEL_BITMAP; mask_color: WEL_COLOR_REF) add_icon (icon_to_add: WEL_GRAPHICAL_RESOURCE) add_masked_bitmap (bitmap_to_add, bitmap_mask: WEL_BITMAP) add_pixmap (a_pixmap: EV_PIXMAP) decrement_reference delete destroy dispose draw_to_dc (index: INTEGER_32; a_dc: WEL_DC; a_x, a_y: INTEGER_32; a_style: NATURAL_32) eif_object_id_free (an_id: INTEGER_32) enable_reference_tracking extend_pixmap (a_pixmap: EV_PIXMAP) increment_reference make (given_width, given_height, color_depth: INTEGER_32; masked_bitmap: BOOLEAN) pixmap_position (a_pixmap: EV_PIXMAP) remove_all_images (index: INTEGER_32) remove_image (index: INTEGER_32) replace_bitmap (bitmap_to_add: WEL_BITMAP; index: INTEGER_32) replace_icon (icon_to_add: WEL_GRAPHICAL_RESOURCE; index: INTEGER_32) replace_masked_bitmap (bitmap_to_add, bitmap_mask: WEL_BITMAP; index: INTEGER_32) set_background_color (new_color: WEL_COLOR_REF) set_item (an_item: POINTER) set_shared set_unshared
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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