Squeak Class Documentation category index | class index  
 
HandMorphForReplay
  category: Morphic-Kernel
  superclass: HandMorph
  subclasses:

I am a hand for replaying events stored in an EventRecorderMorph. When there are no more events, I delete myself.

instance methods
  copying
  veryDeepCopyWith:

  event dispatching
  needsToBeDrawn
pauseEventRecorderIn:
processEvents

  halos
  showTemporaryCursor:hotSpotOffset:

  initialization
  initialize
recorder:

  object fileIn
 

class methods
  no messages
 

instance methods
  copying top  
 

veryDeepCopyWith:

Return self. Do not copy hands this way.


  event dispatching top  
 

needsToBeDrawn

Return true if this hand must be drawn explicitely instead of being drawn via the hardware cursor. This is the case if it (a) it is a remote hand, (b) it is showing a temporary cursor, or (c) it is not empty. If using the software cursor, ensure that the hardware cursor is hidden.


 

pauseEventRecorderIn:

Suspend my recorder prior to a project change, and return it.
It will be resumed after starting the new project.


 

processEvents

Play back the next event


  halos top  
 

showTemporaryCursor:hotSpotOffset:

When I show my cursor, it appears double size,
unless it is a form such as a paint brush.


  initialization top  
 

initialize


 

recorder:


  object fileIn top  

class methods
  no messages top