home
wiki
classes/clusters list
class information
+
Point of view
EXTENSION_DEVICE
ANY
EXTENSION_DEVICE
DRAW_STYLE
VISION
DRAWABLE
INTERNALS_HANDLER
All features
class WHEN_POINTER_MOVE
Summary
top
TODO
Direct parents
inherit list:
SENSITIVE
insert list:
GRAPHIC
Known children
insert list:
WINDOW
Overview
top
exported features
when_pointer_move
(p:
PROCEDURE
[
TUPLE 2
[
INTEGER_32
,
INTEGER_32
]])
when_pointer_move_signal
:
SIGNAL_2
[
INTEGER_32
,
INTEGER_32
]
hash_code
:
INTEGER_32
The hash-code value of
Current
.
widget
:
POINTER
widget identifier from the native graphic API.
is_equal
(other: WHEN_POINTER_MOVE):
BOOLEAN
Is
other
attached to an object considered equal to current object?
when_pointer_move
(p:
PROCEDURE
[
TUPLE 2
[
INTEGER_32
,
INTEGER_32
]])
effective procedure
top
when_pointer_move_signal
:
SIGNAL_2
[
INTEGER_32
,
INTEGER_32
]
effective function
top
hash_code
:
INTEGER_32
effective function
top
The hash-code value of
Current
.
ensure
good_hash_value:
Result >= 0
widget
:
POINTER
writable attribute
top
widget identifier from the native graphic API.
is_equal
(other: WHEN_POINTER_MOVE):
BOOLEAN
deferred function
top
Is
other
attached to an object considered equal to current object?
require
other /= Void
ensure
Result implies
hash_code
= other.
hash_code
commutative:
generating_type = other.generating_type implies Result = other.is_equal(Current)