Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
deferred class SD_GENERIC_TOOL_BAR General cluster: implementation_mswin description: "Common ancestor for docking tool bars." Ancestors ANY Action sequences pointer_button_press_actions: EV_POINTER_BUTTON_ACTION_SEQUENCE pointer_button_release_actions: EV_POINTER_BUTTON_ACTION_SEQUENCE pointer_double_press_actions: EV_POINTER_BUTTON_ACTION_SEQUENCE pointer_motion_actions: EV_POINTER_MOTION_ACTION_SEQUENCE Queries content: detachable SD_TOOL_BAR_CONTENT has (a_item: SD_TOOL_BAR_ITEM): BOOLEAN has_capture: BOOLEAN height: INTEGER_32 is_destroyed: BOOLEAN is_displayed: BOOLEAN is_item_position_valid (a_screen_x, a_screen_y: INTEGER_32): BOOLEAN is_item_valid (a_item: SD_TOOL_BAR_ITEM): BOOLEAN is_need_calculate_size: BOOLEAN is_parent_set (a_item: SD_TOOL_BAR_ITEM): BOOLEAN item_at_position (a_screen_x, a_screen_y: INTEGER_32): detachable SD_TOOL_BAR_ITEM items: ARRAYED_SET [SD_TOOL_BAR_ITEM] items_have_texts: BOOLEAN minimum_height: INTEGER_32 minimum_width: INTEGER_32 object_id: INTEGER_32 padding_width: INTEGER_32 screen_x: INTEGER_32 screen_y: INTEGER_32 tooltip: STRING_32 width: INTEGER_32 Commands clear_rectangle (x, y, a_width, a_height: INTEGER_32) compute_minimum_size destroy disable_capture enable_capture extend (a_item: SD_TOOL_BAR_ITEM) force (a_item: SD_TOOL_BAR_ITEM; a_index: INTEGER_32) prune (a_item: SD_TOOL_BAR_ITEM) redraw_rectangle (a_x, a_y, a_width, a_height: INTEGER_32) set_need_calculate_size (a_bool: BOOLEAN) set_pointer_style (a_style: EV_POINTER_STYLE) set_tooltip (a_tooltip: READABLE_STRING_GENERAL) update_size wipe_out
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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