indexing
description: "Implementation interface for dockable source."
legal: "See notice at end of class."
status: "See notice at end of class."
date: "$Date: 2006-07-12 15:15:52 -0700 (Wed, 12 Jul 2006) $"
revision: "$Revision: 61253 $"
deferred class interface
EV_DOCKABLE_SOURCE_I
feature
generating_type: STRING_8
ANY
generator: STRING_8
ANY
is_dock_executing: BOOLEAN
`Current'
is_dockable: BOOLEAN
`Current'
is_external_docking_enabled: BOOLEAN
`Current'
is_external_docking_relative: BOOLEAN
`Current'
`Current'
not_external_docking_enabled: BOOLEAN
`is_externally_dockable'
`is_externally_dockable'
`True'`is_externally_dockable'
not_is_external_docking_relative: BOOLEAN
`Current'
`Current'
is_external_docking_relative
original_parent_position: INTEGER_32
real_source: EV_DOCKABLE_SOURCE
`Result'
`Current'
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 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))
is_equal (other: like Current): 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: like Current): 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
closest_dockable_target: EV_DOCKABLE_TARGET
`Result'is_dockable
`Result'`Void'
ensure
result_is_dockable: Result /= Void implies Result.is_docking_enabled
conforms_to (other: ANY): BOOLEAN
`other'
ANY
require ANY
other_not_void: other /= Void
get_next_target (a_widget: EV_WIDGET): EV_DOCKABLE_TARGET
`Result'is_dockable
`current_target'
`Result'`Void'
require
a_widget_not_void: a_widget /= Void
ensure
result_is_dockable: Result /= Void implies Result.is_docking_enabled
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))
feature
disable_dockable
`Current'
ensure
not_is_dockable: not is_dockable
disable_external_docking
`Current'
require
is_dockable: is_dockable
ensure
not_externally_dockable: not is_external_docking_enabled
disable_external_docking_relative
`False'is_external_docking_relative
`Current'
require
external_docking_enabled: is_external_docking_enabled
ensure
external_docking_not_relative: not is_external_docking_relative
enable_dockable
`Current'
ensure
is_dockable: is_dockable
enable_external_docking
`Current'
require
is_dockable: is_dockable
ensure
is_externally_dockable: is_external_docking_enabled
enable_external_docking_relative
`True'is_external_docking_relative
`Current'
require
external_docking_enabled: is_external_docking_enabled
ensure
external_docking_not_relative: is_external_docking_relative
internal_disable_dockable
disable_dockable
internal_enable_dockable
enable_dockable
remove_real_source
real_source`Void'
require
is_dockable: is_dockable
ensure
real_source_void: real_source = Void
set_real_source (dockable_source: EV_DOCKABLE_SOURCE)
`dockable_source'
`Current'
require
is_dockable: is_dockable
dockable_source_not_void: dockable_source /= Void
ensure
real_source_assigned: real_source = dockable_source
feature
copy (other: like Current)
`other'
ANY
require ANY
other_not_void: other /= Void
type_identity: same_type (other)
ensure ANY
is_equal: is_equal (other)
frozen deep_copy (other: like Current)
copy`other'deep_twin
ANY
require ANY
other_not_void: other /= Void
ensure ANY
deep_equal: deep_equal (Current, other)
frozen deep_twin: like Current
ANY
ensure ANY
deep_equal: deep_equal (Current, Result)
frozen standard_copy (other: like Current)
`other'
ANY
require ANY
other_not_void: other /= Void
type_identity: same_type (other)
ensure ANY
is_standard_equal: standard_is_equal (other)
frozen standard_twin: like Current
`other'
ANY
ensure ANY
standard_twin_not_void: Result /= Void
equal: standard_equal (Result, Current)
frozen twin: like Current
`Current'
twincopycopy
ANY
ensure ANY
twin_not_void: Result /= Void
is_equal: Result.is_equal (Current)
feature
close_dockable_dialog (dockable_dialog: EV_DOCKABLE_DIALOG)
`dockable_dialog'
`dock_ended'
ensure
dockable_dialog_destroyed: dockable_dialog.is_destroyed
complete_dock
source_being_docked
require
source_being_docked: source_being_docked /= Void
ensure
not_dock_executing: not is_dock_executing
insert_separator_not_parented: insert_sep.parent = Void
insert_label_not_parented: insert_label.parent = Void
frozen default: like Current
ANY
frozen default_pointer: POINTER
`POINTER'
`p'default
`p'`POINTER'
ANY
default_rescue
ANY
frozen do_nothing
ANY
feature
drag_cursor: EV_POINTER_STYLE
`Current'
feature
dockable_dialog_target: EV_DOCKABLE_DIALOG
EV_SHARED_TRANSPORT_I
global_drag_targets: ARRAYED_LIST [INTEGER_32]
EV_SHARED_TRANSPORT_I
insert_label: EV_CELL
`Current'
EV_SHARED_TRANSPORT_I
ensure EV_SHARED_TRANSPORT_I
result_not_void: Result /= Void
insert_label_imp: EV_CELL_I
Insert_label
EV_SHARED_TRANSPORT_I
ensure EV_SHARED_TRANSPORT_I
Result /= Void
insert_sep: EV_TOOL_BAR_SEPARATOR
EV_SHARED_TRANSPORT_I
insert_sep_imp: EV_TOOL_BAR_SEPARATOR_I
Insert_sep
EV_SHARED_TRANSPORT_I
ensure EV_SHARED_TRANSPORT_I
Result /= Void
internal_screen: EV_SCREEN
EV_SHARED_TRANSPORT_I
original_x_offset: INTEGER_16
EV_SHARED_TRANSPORT_I
original_y_offset: INTEGER_16
EV_SHARED_TRANSPORT_I
originating_source: EV_DOCKABLE_SOURCE_I
`source_being_dragged'
EV_SHARED_TRANSPORT_I
remove_insert_label
Insert_label`parent'
`real_target'
EV_SHARED_TRANSPORT_I
ensure EV_SHARED_TRANSPORT_I
not_parented: insert_label.parent = Void
remove_insert_sep
`inset_sep'
EV_SHARED_TRANSPORT_I
ensure EV_SHARED_TRANSPORT_I
not_parented: insert_sep.parent = Void
source_being_docked: EV_DOCKABLE_SOURCE_I
EV_SHARED_TRANSPORT_I
feature
default_accept_cursor: EV_POINTER_STYLE
`accept_cursor'
EV_SHARED_TRANSPORT_I
default_deny_cursor: EV_POINTER_STYLE
`deny_cursor'
EV_SHARED_TRANSPORT_I
default_pixmaps: EV_STOCK_PIXMAPS
EV_SHARED_TRANSPORT_I
global_pnd_targets: HASH_TABLE [INTEGER_32, INTEGER_32]
EV_SHARED_TRANSPORT_I
rubber_band_is_drawn: BOOLEAN
EV_SHARED_TRANSPORT_I
feature
pointer_x: INTEGER_16
EV_SHARED_TRANSPORT_I
pointer_y: INTEGER_16
EV_SHARED_TRANSPORT_I
feature
dock_ended_actions: EV_NOTIFY_ACTION_SEQUENCE
`Current'
EV_DOCKABLE_SOURCE_ACTION_SEQUENCES_I
ensure EV_DOCKABLE_SOURCE_ACTION_SEQUENCES_I
not_void: Result /= Void
dock_started_actions: EV_NOTIFY_ACTION_SEQUENCE
`pebble'
EV_DOCKABLE_SOURCE_ACTION_SEQUENCES_I
ensure EV_DOCKABLE_SOURCE_ACTION_SEQUENCES_I
not_void: Result /= Void
feature
io: STD_FILES
ANY
out: STRING_8
ANYtagged_out
ANY
print (some: ANY)
`some'
ANY
frozen tagged_out: STRING_8
ANYout
ANY
feature
operating_environment: OPERATING_ENVIRONMENT
ANY
invariant
widget_or_item_source: not (widget_source_being_docked /= Void and item_source_being_docked /= Void)
dock_executing: is_dock_executing implies widget_source_being_docked /= Void or item_source_being_docked /= Void
EV_ANY_I
interface_coupled: is_usable implies interface /= Void and then interface.implementation = Current
base_make_called: base_make_called
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
indexing
copyright: "Copyright (c) 1984-2006, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
source: "[
Eiffel Software
356 Storke Road, Goleta, CA 93117 USA
Telephone 805-685-1006, Fax 805-685-6869
Website http://www.eiffel.com
Customer support http://support.eiffel.com
]"
end EV_DOCKABLE_SOURCE_I