Navigation: Code Documentation > RSCommon > GGraph > Classes > TGGraphEdge
TGGraphEdge Methods
Name
Description
Change
Called when the edge changes. The method propagates the change event to its from and to nodes.
FastClear(TGGraphNode)
FastClear is only called when all nodes are being deleted, that being so we don't have to tell our nodes we are going away
ReadData(TReader)
Reads the edge from a TReader stream
WriteData(TWriter)
Writes the edge to a TWriter stream
Top