Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class WEL_LOG_PEN General cluster: wel description: "Defines the style, width and color of a pen." create: make, make_by_pen Ancestors WEL_PS_CONSTANTS WEL_STRUCTURE* Queries color: WEL_COLOR_REF exists: BOOLEAN is_equal (other: [like Current] WEL_LOG_PEN): BOOLEAN item: POINTER Ps_alternate: INTEGER_32 Ps_cosmetic: INTEGER_32 Ps_dash: INTEGER_32 Ps_dashdot: INTEGER_32 Ps_dashdotdot: INTEGER_32 Ps_dot: INTEGER_32 Ps_endcap_flat: INTEGER_32 Ps_endcap_round: INTEGER_32 Ps_endcap_square: INTEGER_32 Ps_geometric: INTEGER_32 Ps_insideframe: INTEGER_32 Ps_join_bevel: INTEGER_32 Ps_join_miter: INTEGER_32 Ps_join_round: INTEGER_32 Ps_null: INTEGER_32 Ps_solid: INTEGER_32 Ps_userstyle: INTEGER_32 shared: BOOLEAN Structure_size: INTEGER_32 style: INTEGER_32 valid_extended_pen_style (c: INTEGER_32): BOOLEAN valid_pen_style_constant (c: INTEGER_32): BOOLEAN width: INTEGER_32 Commands copy (other: [like Current] WEL_LOG_PEN) dispose initialize initialize_with_character (a_character: CHARACTER_8) memory_copy (source_pointer: POINTER; length: INTEGER_32) set_color (a_color: WEL_COLOR_REF) set_item (an_item: POINTER) set_shared set_style (a_style: INTEGER_32) set_unshared set_width (a_width: INTEGER_32) Constraints color not void positive width
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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