Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class WEL_PALETTE_ENTRY General cluster: wel description: "Specifies the color and usage of an entry in a logical color palette." create: make, make_by_pointer Ancestors WEL_STRUCTURE* Queries blue: INTEGER_32 exists: BOOLEAN flags: INTEGER_32 green: INTEGER_32 is_equal (other: [like Current] WEL_PALETTE_ENTRY): BOOLEAN item: POINTER red: INTEGER_32 shared: BOOLEAN Structure_size: INTEGER_32 Commands copy (other: [like Current] WEL_PALETTE_ENTRY) dispose initialize initialize_with_character (a_character: CHARACTER_8) memory_copy (source_pointer: POINTER; length: INTEGER_32) set_blue (a_blue: INTEGER_32) set_flags (a_flags: INTEGER_32) set_green (a_green: INTEGER_32) set_item (an_item: POINTER) set_red (a_red: INTEGER_32) set_shared set_unshared
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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