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


SetLogFinger

Sets the log finger to a particular Cyberdog item.

void SetLogFinger (in CyberItem item);
item
A CyberItem object representing a location just visited by the user.
DISCUSSION
This method sets the log finger to point to the Cyberdog item that the user visited most recently. Your Cyberdog display part should call this method when its window acquires the selection focus or, more generally, when your part determines that the Cyberdog item whose referenced content it displays is the current item.

This method assumes that the Cyberdog item has already been added to the log; if the item is not in the log, this method does nothing. Typically, you call this method after adding a Cyberdog item to the log (AddCyberItemToLog) or determining that a Cyberdog item is already in the log (LogContainsCyberItem).

Do not subclass this class.

SEE ALSO
The AddCyberItemToLog method (page 351).
The ClearLogFinger method (page 353).
The LogContainsCyberItem method (page 369).
The CyberLogExtension::SetLogFinger method (page 254).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996