Squeak Class Documentation category index | class index  
 
RemoteControlledHandMorph
  category: Morphic-Remote
  superclass: HandMorph
  subclasses:

Used as part of the Nebraska system. It is controlled by commands sent through a socket. The encoding is interpreted via a MorphicEventDecoder.

instance methods
  as yet unclassified
  needsToBeDrawn

  events
  convertRemoteClientToBuffered
processEvents
queueEvent:
setViewExtent:

  initialization
  decoder:
initialize
nebraskaClient:

  object fileIn
 

  queries
  worldBounds

class methods
  instance creation
  on:

instance methods
  as yet unclassified 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.


  events top  
 

convertRemoteClientToBuffered


 

processEvents

Process user input events from the local input devices.


 

queueEvent:

add an event to be handled


 

setViewExtent:

set the extent of this hand's view of the world


  initialization top  
 

decoder:


 

initialize


 

nebraskaClient:


  object fileIn top  

  queries top  
 

worldBounds


class methods
  instance creation top  
 

on: