indexing
description: "MDI frame window containing a MDI client window."
legal: "See notice at end of class."
status: "See notice at end of class."
date: "$Date: 2006-03-22 23:29:03 -0800 (Wed, 22 Mar 2006) $"
revision: "$Revision: 57641 $"
class interface
WEL_MDI_FRAME_WINDOW
create
make_top (a_name: STRING_GENERAL; a_menu: WEL_MENU; first_child: INTEGER_32)
`a_name'
`a_menu'
`first_child'
`on_command_control_id'
require
a_name_not_void: a_name /= Void
a_menu_not_void: a_menu /= Void
a_menu_exists: a_menu.exists
ensure
parent_set: parent = Void
exists: exists
name_set: text.is_equal (a_name)
client_window_not_void: client_window /= Void
client_window_exists: client_window.exists
feature
children: LIST [WEL_WINDOW]
WEL_COMPOSITE_WINDOW
require WEL_COMPOSITE_WINDOW
exists: exists
ensure WEL_COMPOSITE_WINDOW
result_not_void: Result /= Void
client_window: WEL_MDI_CLIENT_WINDOW
commands: WEL_COMMAND_MANAGER
WEL_WINDOW
default_processing: BOOLEAN
WEL_RETURN_VALUE
generating_type: STRING_8
ANY
ensure ANY
generating_type_not_void: Result /= Void
generating_type_not_empty: not Result.is_empty
generator: STRING_8
ANY
ensure ANY
generator_not_void: Result /= Void
generator_not_empty: not Result.is_empty
has_return_value: BOOLEAN
WEL_RETURN_VALUE
item: POINTER
WEL_ANY
menu: WEL_MENU
WEL_COMPOSITE_WINDOW
require WEL_COMPOSITE_WINDOW
exists: exists
has_menu: has_menu
ensure WEL_COMPOSITE_WINDOW
result_not_void: Result /= Void
message_return_value: POINTER
WEL_RETURN_VALUE
require WEL_RETURN_VALUE
has_return_value: has_return_value
parent: WEL_WINDOW
WEL_WINDOW
scroller: WEL_SCROLLER
WEL_COMPOSITE_WINDOW
system_menu: WEL_MENU
WEL_COMPOSITE_WINDOW
require WEL_COMPOSITE_WINDOW
exists: exists
has_system_menu: has_system_menu
ensure WEL_COMPOSITE_WINDOW
result_not_void: Result /= Void
feature
frozen deep_equal (some: ?ANY; other: like arg #1): BOOLEAN
`some'`other'
ANY
ensure ANY
shallow_implies_deep: standard_equal (some, other) implies Result
both_or_none_void: (some = Void) implies (Result = (other = Void))
same_type: (Result and (some /= Void)) implies (other /= Void and then some.same_type (other))
symmetric: Result implies deep_equal (other, some)
frozen equal (some: ?ANY; other: like arg #1): BOOLEAN
`some'`other'
ANY
ensure ANY
definition: Result = (some = Void and other = Void) or else ((some /= Void and other /= Void) and then some.is_equal (other))
frozen is_deep_equal (other: WEL_MDI_FRAME_WINDOW): BOOLEAN
`Current'`other'
ANY
require ANY
other_not_void: other /= Void
ensure ANY
shallow_implies_deep: standard_is_equal (other) implies Result
same_type: Result implies same_type (other)
symmetric: Result implies other.is_deep_equal (Current)
is_equal (other: WEL_MDI_FRAME_WINDOW): BOOLEAN
`other'
ANY
require ANY
other_not_void: other /= Void
ensure ANY
symmetric: Result implies other.is_equal (Current)
consistent: standard_is_equal (other) implies Result
frozen standard_equal (some: ?ANY; other: like arg #1): BOOLEAN
`some'`other'
ANY
ensure ANY
definition: Result = (some = Void and other = Void) or else ((some /= Void and other /= Void) and then some.standard_is_equal (other))
frozen standard_is_equal (other: WEL_MDI_FRAME_WINDOW): BOOLEAN
`other'
ANY
require ANY
other_not_void: other /= Void
ensure ANY
same_type: Result implies same_type (other)
symmetric: Result implies other.standard_is_equal (Current)
feature
absolute_x: INTEGER_32
WEL_WINDOW
require WEL_WINDOW
exists: exists
ensure WEL_WINDOW
Result = window_rect.x
absolute_y: INTEGER_32
WEL_WINDOW
require WEL_WINDOW
exists: exists
ensure WEL_WINDOW
Result = window_rect.y
active_window: WEL_MDI_CHILD_WINDOW
require
exists: exists
client_window_not_void: client_window /= Void
client_window_exists: client_window.exists
has_active_window: has_active_window
background_brush: WEL_BRUSH
WEL_WINDOW
ensure WEL_WINDOW
new_object: Result /= Void implies Result /= background_brush
captured_window: WEL_WINDOW
WEL_WINDOW
require WEL_WINDOW
exists: exists
window_captured: window_captured
child_window_from_point (point: WEL_POINT): POINTER
`Result'`point'
WEL_COMPOSITE_WINDOW
require WEL_COMPOSITE_WINDOW
point_not_void: point /= Void
client_rect: WEL_RECT
WEL_WINDOW
require WEL_WINDOW
exists: exists
ensure WEL_WINDOW
result_not_void: Result /= Void
closeable: BOOLEAN
WEL_COMPOSITE_WINDOW
command (message: INTEGER_32): WEL_COMMAND
`message'
WEL_WINDOW
require WEL_WINDOW
positive_message: message >= 0
command_exists: command_exists (message)
ensure WEL_WINDOW
result_not_void: Result /= Void
command_argument (message: INTEGER_32): ANY
`message'
WEL_WINDOW
require WEL_WINDOW
positive_message: message >= 0
command_exists: command_exists (message)
command_exists (message: INTEGER_32): BOOLEAN
`message'
WEL_WINDOW
require WEL_WINDOW
positive_message: message >= 0
commands_enabled: BOOLEAN
WEL_WINDOW
conforms_to (other: ANY): BOOLEAN
`other'
ANY
require ANY
other_not_void: other /= Void
enabled: BOOLEAN
WEL_WINDOW
require WEL_WINDOW
exists: exists
ex_style: INTEGER_32
WEL_WINDOW
require WEL_WINDOW
exists: exists
exists: BOOLEAN
item
WEL_ANY
ensure WEL_ANY
Result = (item /= default_pointer)
focused_window: WEL_WINDOW
WEL_WINDOW
require WEL_WINDOW
exists: exists
has_active_window: BOOLEAN
require
exists: exists
client_window_not_void: client_window /= Void
client_window_exists: client_window.exists
has_capture: BOOLEAN
WEL_WINDOW
require WEL_WINDOW
exists: exists
has_focus: BOOLEAN
WEL_WINDOW
require WEL_WINDOW
exists: exists
has_heavy_capture: BOOLEAN
WEL_WINDOW
has_horizontal_scroll_bar: BOOLEAN
WEL_WINDOW
require WEL_WINDOW
exists: exists
has_menu: BOOLEAN
WEL_COMPOSITE_WINDOW
require WEL_COMPOSITE_WINDOW
exists: exists
has_system_menu: BOOLEAN
WEL_COMPOSITE_WINDOW
require WEL_COMPOSITE_WINDOW
exists: exists
has_vertical_scroll_bar: BOOLEAN
WEL_WINDOW
require WEL_WINDOW
exists: exists
heavy_capture_activated: BOOLEAN
has_heavy_capture
WEL_WINDOW
height: INTEGER_32
WEL_WINDOW
require WEL_WINDOW
exists: exists
horizontal_position: INTEGER_32
WEL_COMPOSITE_WINDOW
require WEL_COMPOSITE_WINDOW
exists: exists
scroller_exists: scroller /= Void
ensure WEL_COMPOSITE_WINDOW
result_small_enough: Result <= maximal_horizontal_position
result_large_enough: Result >= minimal_horizontal_position
is_inside: BOOLEAN
WEL_WINDOW
maximal_height: INTEGER_32
WEL_WINDOW
ensure WEL_WINDOW
result_large_enough: Result >= minimal_height
maximal_horizontal_position: INTEGER_32
WEL_COMPOSITE_WINDOW
require WEL_COMPOSITE_WINDOW
exists: exists
scroller_exists: scroller /= Void
ensure WEL_COMPOSITE_WINDOW
result_large_enough: Result >= minimal_horizontal_position
maximal_vertical_position: INTEGER_32
WEL_COMPOSITE_WINDOW
require WEL_COMPOSITE_WINDOW
exists: exists
scroller_exists: scroller /= Void
ensure WEL_COMPOSITE_WINDOW
result_large_enough: Result >= minimal_vertical_position
maximal_width: INTEGER_32
WEL_WINDOW
ensure WEL_WINDOW
result_large_enough: Result >= minimal_width
maximized: BOOLEAN
WEL_WINDOW
require WEL_WINDOW
exists: exists
minimal_height: INTEGER_32
WEL_COMPOSITE_WINDOW
ensure WEL_WINDOW
positive_result: Result >= 0
result_small_enough: Result <= maximal_height
minimal_horizontal_position: INTEGER_32
WEL_COMPOSITE_WINDOW
require WEL_COMPOSITE_WINDOW
exists: exists
scroller_exists: scroller /= Void
ensure WEL_COMPOSITE_WINDOW
result_small_enough: Result <= maximal_horizontal_position
minimal_vertical_position: INTEGER_32
WEL_COMPOSITE_WINDOW
require WEL_COMPOSITE_WINDOW
exists: exists
scroller_exists: scroller /= Void
ensure WEL_COMPOSITE_WINDOW
result_small_enough: Result <= maximal_vertical_position
minimal_width: INTEGER_32
WEL_COMPOSITE_WINDOW
ensure WEL_WINDOW
positive_result: Result >= 0
result_small_enough: Result <= maximal_width
minimized: BOOLEAN
WEL_WINDOW
require WEL_WINDOW
exists: exists
placement: WEL_WINDOW_PLACEMENT
WEL_WINDOW
require WEL_WINDOW
exists: exists
ensure WEL_WINDOW
result_not_void: Result /= Void
same_type (other: ANY): BOOLEAN
`other'
ANY
require ANY
other_not_void: other /= Void
ensure ANY
definition: Result = (conforms_to (other) and other.conforms_to (Current))
shared: BOOLEAN
item
item
destroy_item
item
WEL_ANY
shown: BOOLEAN
WEL_WINDOW
require WEL_WINDOW
exists: exists
style: INTEGER_32
WEL_WINDOW
require WEL_WINDOW
exists: exists
text: STRING_32
WEL_WINDOW
require WEL_WINDOW
exists: exists
ensure WEL_WINDOW
result_not_void: Result /= Void
text_length: INTEGER_32
WEL_WINDOW
require WEL_WINDOW
exists: exists
ensure WEL_WINDOW
positive_result: Result >= 0
valid_hwnd_constant (c: POINTER): BOOLEAN
`c'
WEL_HWND_CONSTANTS
vertical_position: INTEGER_32
WEL_COMPOSITE_WINDOW
require WEL_COMPOSITE_WINDOW
exists: exists
scroller_exists: scroller /= Void
ensure WEL_COMPOSITE_WINDOW
result_small_enough: Result <= maximal_vertical_position
result_large_enough: Result >= minimal_vertical_position
width: INTEGER_32
WEL_WINDOW
require WEL_WINDOW
exists: exists
window_captured: BOOLEAN
WEL_WINDOW
window_rect: WEL_RECT
WEL_WINDOW
require WEL_WINDOW
exists: exists
ensure WEL_WINDOW
result_not_void: Result /= Void
x: INTEGER_32
WEL_WINDOW
require WEL_WINDOW
exists: exists
ensure WEL_WINDOW
parent = Void implies Result = absolute_x
y: INTEGER_32
WEL_WINDOW
require WEL_WINDOW
exists: exists
ensure WEL_WINDOW
parent = Void implies Result = absolute_y
feature
disable
WEL_WINDOW
require WEL_WINDOW
exists: exists
ensure WEL_WINDOW
disabled: not enabled
disable_commands
WEL_WINDOW
ensure WEL_WINDOW
commands_disabled: not commands_enabled
disable_default_processing
WEL_WINDOW
ensure WEL_WINDOW
default_processing_disabled: not default_processing
disable_drag_accept_files
`Current'
WEL_WINDOW
require WEL_WINDOW
exists
enable
WEL_WINDOW
require WEL_WINDOW
exists: exists
ensure WEL_WINDOW
enabled: enabled
enable_commands
WEL_WINDOW
ensure WEL_WINDOW
commands_enabled: commands_enabled
enable_default_processing
WEL_WINDOW
ensure WEL_WINDOW
default_processing_enabled: default_processing
enable_drag_accept_files
`Current'
WEL_WINDOW
require WEL_WINDOW
exists
hide
WEL_WINDOW
require WEL_WINDOW
exists: exists
ensure WEL_WINDOW
hidden: not shown
horizontal_update (inc, position: INTEGER_32)
`inc'`position'
WEL_COMPOSITE_WINDOW
require WEL_COMPOSITE_WINDOW
exists: exists
scroller_not_void: scroller /= Void
position_small_enough: scroller.valid_maximal_horizontal_position (position)
position_large_enough: position >= minimal_horizontal_position
ensure WEL_COMPOSITE_WINDOW
horizontal_position_set: horizontal_position = position
maximize
WEL_WINDOW
require WEL_WINDOW
exists: exists
ensure WEL_WINDOW
maximized: maximized
minimize
WEL_WINDOW
require WEL_WINDOW
exists: exists
ensure WEL_WINDOW
minimized: minimized
release_capture
set_capture
WEL_WINDOW
require WEL_WINDOW
exists: exists
has_capture: has_capture
ensure WEL_WINDOW
not_has_capture: not has_capture
release_heavy_capture
set_heavy_capture
WEL_WINDOW
require WEL_WINDOW
exists: exists
has_heavy_capture: has_heavy_capture
heavy_capture_activated: heavy_capture_activated
ensure WEL_WINDOW
heavy_capture_set: not has_heavy_capture
heavy_capture_deactivated: not heavy_capture_activated
restore
minimizemaximize
WEL_WINDOW
require WEL_WINDOW
exists: exists
set_capture
`Current'
WEL_WINDOW
require WEL_WINDOW
exists: exists
has_not_capture: not has_capture
has_not_heavy_capture: not has_heavy_capture
ensure WEL_WINDOW
has_capture: has_capture
set_ex_style (an_ex_style: INTEGER_32)
`an_ex_style'ex_style
WEL_WINDOW
require WEL_WINDOW
exists: exists
set_focus
`Current'
WEL_WINDOW
require WEL_WINDOW
exists: exists
set_heavy_capture
`Current'
WEL_WINDOW
require WEL_WINDOW
exists: exists
has_not_heavy_capture: not has_heavy_capture
heavy_capture_deactivated: not heavy_capture_activated
ensure WEL_WINDOW
heavy_capture_set: has_heavy_capture implies heavy_capture_activated
set_horizontal_position (position: INTEGER_32)
horizontal_position`position'
WEL_COMPOSITE_WINDOW
require WEL_COMPOSITE_WINDOW
exists: exists
scroller_exists: scroller /= Void
position_small_enough: scroller.valid_maximal_horizontal_position (position)
position_large_enough: position >= minimal_horizontal_position
ensure WEL_COMPOSITE_WINDOW
horizontal_position_set: horizontal_position = position
set_horizontal_range (minimum, maximum: INTEGER_32)
minimal_horizontal_position
maximal_horizontal_position`minimum'
`maximum'
WEL_COMPOSITE_WINDOW
require WEL_COMPOSITE_WINDOW
exists: exists
scroller_exists: scroller /= Void
consistent_range: minimum <= maximum
ensure WEL_COMPOSITE_WINDOW
minimal_horizontal_position_set: minimal_horizontal_position = minimum
maximal_horizontal_position_set: maximal_horizontal_position = maximum
set_icon (a_small_icon: WEL_ICON; a_big_icon: WEL_ICON)
`a_small_icon'
`a_big_icon'
WEL_COMPOSITE_WINDOW
set_menu (a_menu: WEL_MENU)
menu`a_menu'
WEL_COMPOSITE_WINDOW
require WEL_COMPOSITE_WINDOW
exists: exists
a_menu_not_void: a_menu /= Void
a_menu_exists: a_menu.exists
ensure WEL_COMPOSITE_WINDOW