Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Cyberdog Programmer's Kit / Part 3 - Cyberdog Reference
Chapter 7 - Classes and Methods / CyberSession


LogContainsCyberItem

Tests whether a particular Cyberdog item is in the log.

ODBoolean LogContainsCyberItem (in CyberItem item);
item
The Cyberdog item for this operation.
return value
kODTrue if the log contains an equivalent Cyberdog item; otherwise, kODFalse.
DISCUSSION
You call this method to determine whether a particular Cyberdog item is in the log. This method calls the log extension's ContainsCyberItem method. Typically, a Cyberdog display part calls LogContainsCyberItem to see whether an item is already in the log before adding the item.

Do not subclass this class.

SEE ALSO
The CyberItem::Compare method (page 230).
The CyberLogExtension::ContainsCyberItem method (page 253).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996