Important: The information in this document is obsolete and should not be used for new development.
AddCyberItemToLog
Adds a Cyberdog item to the log.
void AddCyberItemToLog (in CyberItem parent, in CyberItem child);
parent
- The
CyberItem
object's parent, if one exists; otherwise,kODNULL
.child
- The
CyberItem
object to be added.DISCUSSION
This method calls the log part extension'sAddCyberItemToLog
method. The log can display the hierarchical relationships among the Cyberdog items in the log. If the item to be added to the log has a parent, you should pass it in theparent
parameter.By convention, a display part is responsible for adding to the log the item whose referenced content it displays. When a display part's window gets the selection focus, the part should call
SetLogFinger
to set the log finger to point to the item.Do not subclass this class.
SEE ALSO
TheClearLogFinger
method (page 353).
TheLogContainsCyberItem
method (page 369).
TheSetLogFinger
method (page 375).
TheCyberLogExtension::AddCyberItemToLog
method (page 251).