Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
deferred class EV_MENU_BAR_I General cluster: implementation_interface description: "Eiffel Vision menu bar. Implementation interface." Ancestors EV_MENU_ITEM_LIST_I* EV_POSITIONED_I* Action sequences item_select_actions: EV_MENU_ITEM_SELECT_ACTION_SEQUENCE Queries count: INTEGER_32 cursor: EV_DYNAMIC_LIST_CURSOR [EV_MENU_ITEM] dpi: NATURAL_32 has (v: [detachable like item] detachable EV_MENU_ITEM): BOOLEAN height: INTEGER_32 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 minimum_height: INTEGER_32 minimum_width: INTEGER_32 off: BOOLEAN parent: detachable EV_WINDOW 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] screen_x: INTEGER_32 screen_y: INTEGER_32 valid_cursor (p: CURSOR): BOOLEAN width: INTEGER_32 x_position: INTEGER_32 y_position: INTEGER_32 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_MENU_BAR) merge_right (other: [like attached_interface] attached EV_MENU_BAR) 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