Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
deferred class EV_MENU_ITEM_LIST_I General cluster: implementation_interface description: "Eiffel Vision menu item list. Implementation interface." Ancestors EV_ITEM_LIST_I* [G -> EV_ITEM] EV_MENU_ITEM_LIST_ACTION_SEQUENCES_I* Action sequences item_select_actions: EV_MENU_ITEM_SELECT_ACTION_SEQUENCE Queries count: INTEGER_32 cursor: EV_DYNAMIC_LIST_CURSOR [EV_MENU_ITEM] has (v: [detachable like item] detachable EV_MENU_ITEM): BOOLEAN i_th (i: INTEGER_32): EV_MENU_ITEM index: INTEGER_32 index_of (v: [detachable like item] detachable EV_MENU_ITEM; i: INTEGER_32): INTEGER_32 is_destroyed: BOOLEAN item: EV_MENU_ITEM item_by_data (data: ANY): [detachable like item] detachable EV_MENU_ITEM off: BOOLEAN retrieve_item_by_data (data: detachable ANY; should_compare_objects: BOOLEAN): detachable EV_MENU_ITEM retrieve_items_by_data (data: ANY; should_compare_objects: BOOLEAN): ARRAYED_LIST [EV_MENU_ITEM] valid_cursor (p: CURSOR): BOOLEAN Commands append (s: SEQUENCE [EV_MENU_ITEM]) back extend (v: [like item] EV_MENU_ITEM) forth go_i_th (i: INTEGER_32) go_to (p: CURSOR) merge_left (other: [like attached_interface] attached EV_ITEM_LIST [EV_MENU_ITEM]) merge_right (other: [like attached_interface] attached EV_ITEM_LIST [EV_MENU_ITEM]) move (i: INTEGER_32) prune (v: [like item] EV_MENU_ITEM) put_front (v: [like item] EV_MENU_ITEM) put_i_th (v: [like item] EV_MENU_ITEM; i: INTEGER_32) put_left (v: [like item] EV_MENU_ITEM) put_right (v: [like item] EV_MENU_ITEM) remove remove_left remove_right replace (v: [like item] EV_MENU_ITEM) start wipe_out
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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