Squeak Class Documentation category index | class index  
 
VRMLBaseNode
  category: Balloon3D-VRML BaseNodes
  superclass: Object
  subclasses: VRMLClassNode VRMLGenericNode VRMLNamedNode VRMLUndefinedNode VRMLUnhandledNode

No comment. Sorry.

instance methods
  accessing
  attributeValueNamed:
children
inEventNamed:
name
nodeSpec
outEventNamed:

  copying
  vrmlProtoCopy

  enumerating
  doWith:

  initialize
  fromSpec:

  printing
  printOn:
printOn:indent:

  private
  myEvents
myEvents:

  testing
  isPrototype

class methods
  instance creation
  fromSpec:

instance methods
  accessing top  
 

attributeValueNamed:

Return the value of the given attribute string as defined in the receiver.
Note: When switching to a full class representation for VRML objects we can
get rid of this and use actual accessors.


 

children


 

inEventNamed:


 

name

Answer a name for the receiver. This is used generically in the title of certain inspectors, such as the referred-to inspector, and specificially by various subsystems. By default, we let the object just print itself out..


 

nodeSpec


 

outEventNamed:


  copying top  
 

vrmlProtoCopy


  enumerating top  
 

doWith:


  initialize top  
 

fromSpec:


  printing top  
 

printOn:

Append to the argument, aStream, a sequence of characters that
identifies the receiver.


 

printOn:indent:


  private top  
 

myEvents

Private. Answer a Dictionary with the receiver's events or nil if no
events have been registered. Subclasses may overwrite this method
for performance reasons.


 

myEvents:

Private. Set (or remove) the receiver's dictionary of events.
Subclasses may overwrite this method for performance reasons.


  testing top  
 

isPrototype


class methods
  instance creation top  
 

fromSpec: