Squeak Class Documentation category index | class index  
 
UndoTextureChange
  category: Balloon3D-Wonderland Undo
  superclass: Object
  subclasses:

This class undoes an actor texture change.

instance methods
  accessing
  setActor:andTexture:

  undoing
  undoIt

class methods
  instance creation
  for:from:

instance methods
  accessing top  
 

setActor:andTexture:

Store the old texture and the actor to restore it to


  undoing top  
 

undoIt

Restore the object's old texture


class methods
  instance creation top  
 

for:from:

Wrap an actor and its old texture so that we can undo the texture change