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
CyberItemobject's parent, if one exists; otherwise,kODNULL.child- The
CyberItemobject to be added.DISCUSSION
This method calls the log part extension'sAddCyberItemToLogmethod. 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 theparentparameter.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
SetLogFingerto set the log finger to point to the item.Do not subclass this class.
SEE ALSO
TheClearLogFingermethod (page 353).
TheLogContainsCyberItemmethod (page 369).
TheSetLogFingermethod (page 375).
TheCyberLogExtension::AddCyberItemToLogmethod (page 251).