[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]

Class:                  rootclass
Superclass:             None
Include File:           <intuition/classusr.h>

This is the universal base class for all other classes.

New Methods:
------------
 OM_NEW        OM_ADDTAIL 
 OM_DISPOSE    OM_REMOVE 

The following methods are described at the rootclass level although its up
to the subclasses to actually implement them.  If a class does not
implement these methods, it should either return zero, indicating that
this class does not support the method, or defer processing on to its
superclass.

 OM_ADDMEMBER    OM_GET    OM_UPDATE 
 OM_REMMEMBER    OM_SET    OM_NOTIFY 

Changed Methods:
----------------
Not applicable.

Attributes:
-----------
None.


[Back to Amiga Developer Docs]