Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class SD_INNER_CONTAINER_DATA General cluster: implementation_mswin description: "Objects that store config data about inner container which is SD_MULTI_DOCK_AREA." Ancestors ANY Queries children_left: detachable SD_INNER_CONTAINER_DATA children_right: detachable SD_INNER_CONTAINER_DATA direction: INTEGER_32 height: INTEGER_32 is_horizontal_split_area: BOOLEAN is_minimized: BOOLEAN is_split_area: BOOLEAN is_visible: BOOLEAN parent: [detachable like Current] detachable SD_INNER_CONTAINER_DATA screen_x: INTEGER_32 screen_y: INTEGER_32 selected_tab_index: INTEGER_32 split_proportion: REAL_32 state: detachable STRING_32 titles: detachable ARRAYED_LIST [READABLE_STRING_GENERAL] width: INTEGER_32 Commands add_title (a_title: READABLE_STRING_GENERAL) set_children_left (a_data: [like children_left] detachable SD_INNER_CONTAINER_DATA) set_children_right (a_data: [like children_right] detachable SD_INNER_CONTAINER_DATA) set_direction (a_direction: INTEGER_32) set_height (a_height: INTEGER_32) set_is_horizontal_split_area (a_value: BOOLEAN) set_is_minimized (a_bool: BOOLEAN) set_is_split_area (a_value: BOOLEAN) set_parent (a_parent: [like Current] SD_INNER_CONTAINER_DATA) set_screen_x (a_screen_x: INTEGER_32) set_screen_y (a_screen_y: INTEGER_32) set_selected_tab_index (a_int: INTEGER_32) set_split_proportion (a_value: [like split_proportion] REAL_32) set_state (a_class_name: READABLE_STRING_GENERAL) set_titles (a_titles: [like titles] detachable ARRAYED_LIST [READABLE_STRING_GENERAL]) set_visible (a_visible: [like is_visible] BOOLEAN) set_width (a_width: INTEGER_32)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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