Squeak Class Documentation category index | class index  
 
BooklikeMorph
  category: Morphic-Books
  superclass: AlignmentMorph
  subclasses: BookMorph

A common superclass for BookMorph and WebBookMorph

instance methods
  menu commands
  addCustomMenuItems:hand:
clearNewPagePrototype
firstPage
insertPage
sortPages

  misc
  addBookMenuItemsTo:hand:
currentPlayerDo:
move
pageSize
pageSize:
playPageFlipSound:
showingFullScreenString
showingPageControlsString

  object fileIn
 

  page controls
  fewerPageControls
fullControlSpecs
hidePageControls
makePageControlsFrom:
shortControlSpecs
showPageControls
showPageControls:

class methods
  as yet unclassified
  initialize
turnOffSoundWhile:

instance methods
  menu commands top  
 

addCustomMenuItems:hand:

This factoring allows subclasses to have different menu yet still use the super call for the rest of the metamenu.


 

clearNewPagePrototype


 

firstPage


 

insertPage


 

sortPages


  misc top  
 

addBookMenuItemsTo:hand:


 

currentPlayerDo:

If the receiver is a viewer/scriptor associated with a current Player object, evaluate the given block against that object


 

move


 

pageSize


 

pageSize:


 

playPageFlipSound:


 

showingFullScreenString


 

showingPageControlsString


  object fileIn top  

  page controls top  
 

fewerPageControls


 

fullControlSpecs


 

hidePageControls

Delete all submorphs answering to the property #pageControl


 

makePageControlsFrom:

From the controlSpecs, create a set of page control and return them -- this method does *not* add the controls to the receiver.


 

shortControlSpecs


 

showPageControls


 

showPageControls:


class methods
  as yet unclassified top  
 

initialize

BooklikeMorph initialize


 

turnOffSoundWhile:

Turn off page flip sound during the given block.