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

ICCLASS

Class identifier. Interconnection class

Declaration

Source position: intuition.pas line 1748

const ICCLASS: ClassID = 'icclass';

Description

SuperClass:rootclass

Base class of simple OM_UPDATE forwarding objects. When an icclass object gets an OM_UPDATE message, it maps the attributes in the OM_UPDATE message according to its mapping list (its ICA_MAP attribute) and forwards the OM_UPDATE to its target (its ICA_TARGET attribute).

Changed Methods:

OM_SET, OM_UPDATE, OM_NOTIFY

Attributes:

ICA_TARGET (IS)

ICA_MAP (IS)

ICSPECIAL_CODE (*)

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