Class Fox::FXObject
In: FXObject.rb
Parent: Object

Base class for all FOX objects.

Methods
getClassName    handle    load    save   
Public Instance methods
handle(sender, selector, data)

Handle a message sent from sender, with given selector and message data.

getClassName()

Returns the C++ class name for this object.

save(stream)

Save object to stream.

load(stream)

Load object from stream.