[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |