Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class EV_GRID_ROW General cluster: interface description: "Representation of a row of an EV_GRID" create: default_create Ancestors EV_DESELECTABLE* EV_GRID_ROW_ACTION_SEQUENCES* REFACTORING_HELPER Action sequences collapse_actions: EV_NOTIFY_ACTION_SEQUENCE deselect_actions: EV_NOTIFY_ACTION_SEQUENCE expand_actions: EV_NOTIFY_ACTION_SEQUENCE select_actions: EV_NOTIFY_ACTION_SEQUENCE Queries attached_parent: [attached like parent] attached EV_GRID background_color: detachable EV_COLOR count: INTEGER_32 data: detachable ANY foreground_color: detachable EV_COLOR has_subrow (a_row: EV_GRID_ROW): BOOLEAN height: INTEGER_32 index: INTEGER_32 index_of_first_item: INTEGER_32 is_destroyed: BOOLEAN is_displayed: BOOLEAN is_expandable: BOOLEAN is_expanded: BOOLEAN is_index_valid_for_item_removal_if_tree_node (a_index: INTEGER_32): BOOLEAN is_index_valid_for_item_setting_if_tree_node (a_index: INTEGER_32): BOOLEAN is_locked: BOOLEAN is_part_of_tree_structure: BOOLEAN is_selectable: BOOLEAN is_selected: BOOLEAN is_show_requested: BOOLEAN item (i: INTEGER_32): detachable EV_GRID_ITEM locked_position: INTEGER_32 parent: detachable EV_GRID parent_row: detachable EV_GRID_ROW parent_row_root: detachable EV_GRID_ROW selected_items: ARRAYED_LIST [EV_GRID_ITEM] subrow (i: INTEGER_32): EV_GRID_ROW subrow_count: INTEGER_32 subrow_count_recursive: INTEGER_32 to_implement_assertion (comment: READABLE_STRING_8): BOOLEAN virtual_y_position: INTEGER_32 virtual_y_position_unlocked: INTEGER_32 Commands add_subrow (a_row: EV_GRID_ROW) clear collapse destroy disable_select enable_select ensure_expandable ensure_non_expandable ensure_visible expand fixme (comment: READABLE_STRING_8) hide insert_subrow (subrow_index: INTEGER_32) insert_subrows (rows_to_insert, subrow_index: INTEGER_32) lock lock_at_position (a_position: INTEGER_32) redraw remove_subrow (a_row: EV_GRID_ROW) set_background_color (a_color: [like background_color] detachable EV_COLOR) set_data (some_data: [like data] detachable ANY) set_foreground_color (a_color: [like foreground_color] detachable EV_COLOR) set_height (a_height: INTEGER_32) set_item (i: INTEGER_32; a_item: detachable EV_GRID_ITEM) show to_implement (comment: READABLE_STRING_8) toggle unlock Constraints tree disabled in parent implies no subrows virtual position and virtual position unlocked equal when not locked
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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