GEOS SDK TechDocs
|
|
|
1 Starting and Stopping
GenProcessClass
is the class that you will use to define the Process object of your applications. This class includes some functionality for opening and closing geodes as well as saving to and restoring from state files. Typically, your application will define its own subclass of
GenProcessClass
; this subclass will be used as your Process object and will receive all messages destined for the Process.
In this subclass you can alter the
GenProcessClass
,
ProcessClass
, or
MetaClass
messages you need. More often, however, the subclass will be used to define new messages that are application-global or that should be handled by your Process object.
1 Starting and Stopping
2 Undo Mechanism
2.1 Undo Mechanism
GEOS SDK TechDocs
|
|
|
1 Starting and Stopping