Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class WEL_BITMAP_INFO General cluster: wel description: "Defines the dimensions and color information for a Windows device-independent bitmap (DIB)." create: make, make_by_dc, make_by_pointer Ancestors WEL_DIB_COLORS_CONSTANTS WEL_STRUCTURE* Queries Dib_pal_colors: INTEGER_32 Dib_rgb_colors: INTEGER_32 exists: BOOLEAN header: WEL_BITMAP_INFO_HEADER is_equal (other: [like Current] WEL_BITMAP_INFO): BOOLEAN item: POINTER rgb_quad (index: INTEGER_32): WEL_RGB_QUAD rgb_quad_count: INTEGER_32 rgb_quad_natural (index: INTEGER_32): NATURAL_32 shared: BOOLEAN structure_size: INTEGER_32 valid_dib_colors_constant (c: INTEGER_32): BOOLEAN Commands copy (other: [like Current] WEL_BITMAP_INFO) dispose initialize initialize_with_character (a_character: CHARACTER_8) memory_copy (source_pointer: POINTER; length: INTEGER_32) set_bitmap_info_header (a_header: WEL_BITMAP_INFO_HEADER) set_item (an_item: POINTER) set_rgb_quad (index: INTEGER_32; a_rgb_quad: WEL_RGB_QUAD) set_shared set_unshared
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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