Unit 'LvlGraphCtrl' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#bs_controls]

TLvlGraphEdge

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lvlgraphctrl.pas line 130

type TLvlGraphEdge = class(TPersistent)

protected

  procedure RevertDirection;

  

public

  Data: Pointer;

  

  constructor Create();

  

  destructor Destroy; override;

  

  property Source: TLvlGraphNode; [r]

  

  property Target: TLvlGraphNode; [r]

  

  property Weight: single; [rw]

  

  function IsBackEdge;

  

  property BackEdge: Boolean; [r]

  

  property Highlighted: Boolean; [rw]

  

  property DrawnAt: TRect; [r]

  

  function GetVisibleSourceNodes;

  

  function GetVisibleSourceNodesAsAVLTree;

  

  function GetVisibleTargetNodes;

  

  function GetVisibleTargetNodesAsAVLTree;

  

  function AsString;

  

end;

Inheritance

TLvlGraphEdge

  

|

TObject



CT Web help

CodeTyphon Studio