Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class WEL_LIST_VIEW_ITEM General cluster: wel description: "Contains information about a list view control item." create: make, make_by_pointer, make_with_attributes Ancestors WEL_LVIF_CONSTANTS WEL_LVIS_CONSTANTS WEL_STRUCTURE* Queries exists: BOOLEAN iimage: INTEGER_32 iitem: INTEGER_32 is_equal (other: [like Current] WEL_LIST_VIEW_ITEM): BOOLEAN isubitem: INTEGER_32 item: POINTER lparam: INTEGER_32 Lvif_image: INTEGER_32 Lvif_param: INTEGER_32 Lvif_state: INTEGER_32 Lvif_text: INTEGER_32 Lvis_cut: INTEGER_32 Lvis_drophilited: INTEGER_32 Lvis_focused: INTEGER_32 Lvis_selected: INTEGER_32 mask: INTEGER_32 shared: BOOLEAN state: INTEGER_32 Structure_size: INTEGER_32 text: STRING_32 valid_lvis_constants (value: INTEGER_32): BOOLEAN Commands add_mask (a_mask_value: INTEGER_32) copy (other: [like Current] WEL_LIST_VIEW_ITEM) dispose initialize_with_character (a_character: CHARACTER_8) memory_copy (source_pointer: POINTER; length: INTEGER_32) set_iitem (value: INTEGER_32) set_image (image_normal: INTEGER_32) set_isubitem (value: INTEGER_32) set_item (an_item: POINTER) set_lparam (value: INTEGER_32) set_mask (value: INTEGER_32) set_shared set_state (value: INTEGER_32) set_text (a_text: READABLE_STRING_GENERAL) set_text_with_wel_string (a_text: WEL_STRING) set_unshared structure_initialize
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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