Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Project - instance variables
Last updated at 12:05 pm UTC on 16 January 2006
A Project object has these instance variables:

world
changeSet
transcript

displayDepth
viewSize
thumbnail (a Form)

parentProject
previousProject
nextProject

guards
projectParameters
isolatedHead
inForce
version
urlList
environment

lastDirectory
lastSavedAtSeconds
projectPreferenceFlagDictionary
resourceManager

The most important variable is probably the first 'world' which gives access to the topmost PasteUpMorph.

Instead of a list of instance variables a precise definition what a project is would be valuable here...
See Project - class comment