[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

ROOTCLASS

Root Class identifier, This is the universal base class for all other classes.

Declaration

Source position: intuition.pas line 1737

const ROOTCLASS: ClassID = 'rootclass';

Description

All Classes are descendants of the rootclass. There are three primary classes that descend directly from rootclass: imageclass, gadgetclass, and icclass.

SuperClass: None

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

See also

ClassID

  

Name of the Object class

TIClass

  

This structure is READ-ONLY, and allocated only by Intuition

FindClass

  

Find a registered class

MakeClass

  

Create and initialize a boopsi class.

NewObjectA

  

Create an object from a class.


Documentation generated on: 2017-01-10