Squeak Class Documentation category index | class index  
 
MouseMoveEvent
  category: Morphic-Events
  superclass: MouseEvent
  subclasses:

No comment. Sorry.

instance methods
  accessing
  endPoint
startPoint
trail

  comparing
  =
hash

  dispatching
  sentTo:

  encoding
  decodeFromStringArray:
encodedAsStringArray

  printing
  printOn:
storeOn:

  private
  setType:startPoint:endPoint:trail:buttons:hand:stamp:
type:readFrom:

  testing
  isMove

  transforming
  transformBy:
translateBy:

class methods
  no messages
 

instance methods
  accessing top  
 

endPoint

Return the point where the movement ended.


 

startPoint

Return the point where the movement started.


 

trail

Return any immediate points that have been assembled along the move


  comparing top  
 

=

Answer whether the receiver and the argument represent the same
object. If = is redefined in any subclass, consider also redefining the
message hash.


 

hash

Answer a SmallInteger whose value is related to the receiver's identity.
May be overridden, and should be overridden in any classes that define =


  dispatching top  
 

sentTo:

Dispatch the receiver into anObject


  encoding top  
 

decodeFromStringArray:

decode the receiver from an array of strings


 

encodedAsStringArray

encode the receiver into an array of strings, such that it can be retrieved via the fromStringArray: class method


  printing top  
 

printOn:

Append to the argument, aStream, a sequence of characters that
identifies the receiver.


 

storeOn:

Append to the argument aStream a sequence of characters that is an
expression whose evaluation creates an object similar to the receiver.


  private top  
 

setType:startPoint:endPoint:trail:buttons:hand:stamp:


 

type:readFrom:

Read a MorphicEvent from the given stream.


  testing top  
 

isMove


  transforming top  
 

transformBy:

Transform the receiver into a local coordinate system.


 

translateBy:

add delta to cursorPoint, and return the new event


class methods
  no messages top