Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class EV_GRID_COLUMN_I General cluster: implementation_interface description: "Column of an EV_GRID, containing EV_GRID_ITEMs." create: make Ancestors EV_DESELECTABLE_I* EV_GRID_COLUMN_ACTION_SEQUENCES_I* REFACTORING_HELPER Action sequences deselect_actions: EV_NOTIFY_ACTION_SEQUENCE select_actions: EV_NOTIFY_ACTION_SEQUENCE Queries background_color: detachable EV_COLOR count: INTEGER_32 foreground_color: detachable EV_COLOR index: INTEGER_32 index_of_first_item: INTEGER_32 internal_is_selected: BOOLEAN is_destroyed: BOOLEAN is_displayed: BOOLEAN is_locked: BOOLEAN is_selectable: BOOLEAN is_selected: BOOLEAN is_show_requested: BOOLEAN item (i: INTEGER_32): detachable EV_GRID_ITEM locked_column: detachable EV_GRID_LOCKED_COLUMN_I locked_position: INTEGER_32 minimum_width: INTEGER_32 parent: detachable EV_GRID pixmap: detachable EV_PIXMAP required_width_of_item_span (start_row, end_row: INTEGER_32): INTEGER_32 selected_items: ARRAYED_LIST [EV_GRID_ITEM] title: STRING_32 to_implement_assertion (comment: READABLE_STRING_8): BOOLEAN virtual_x_position: INTEGER_32 virtual_x_position_unlocked: INTEGER_32 width: INTEGER_32 Commands clear disable_select enable_select ensure_visible fixme (comment: READABLE_STRING_8) hide lock_at_position (a_position: INTEGER_32) redraw remove_pixmap set_background_color (a_color: EV_COLOR) set_foreground_color (a_color: EV_COLOR) set_item (i: INTEGER_32; a_item: EV_GRID_ITEM) set_pixmap (a_pixmap: EV_PIXMAP) set_title (a_title: READABLE_STRING_GENERAL) set_width (a_width: INTEGER_32) show to_implement (comment: READABLE_STRING_8) toggle unlock Constraints header item not void physical index set
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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