Next Previous Up Top Contents Index

1 CAPI Reference Entries

capi-object

Class

Summary

The classcapi-object is the superclass of all CAPI classes.
Superclasses

standard-class

Subclasses

item
callbacks
element
interface

Slots

name

The name of the object.

plist

A property list for storing miscellaneous information.

Accessors

capi-object-name
capi-object-plist

Description

The classcapi-object provides a name and a property list for general purposes, along with the accessorscapi-object-name andcapi-object-plist respectively. Acapi-object's name is defaulted bydefine-interface to be the name of the slot into which the object is put.
Examples

(setq object (make-instance 'capi:capi-object
                            :name 'test))

(capi:capi-object-name object)

(setf (capi:capi-object-plist object) '(:red 1 :green 2 :blue 3))

(capi:capi-object-property object :green)

See also

capi-object-property


LispWorks CAPI Reference Manual - 17 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker