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

TLvlGraphLevel

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

Declaration

Source position: lvlgraphctrl.pas line 166

type TLvlGraphLevel = class(TPersistent)

public

  Data: Pointer;

  

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Invalidate;

  

  property Nodes []: TLvlGraphNode; default; [r]

  

  function IndexOf();

  

  function Count;

  

  function GetTotalInOutWeights;

  

  property Index: Integer; [r]

  

  property Graph: TLvlGraph; [r]

  

  property DrawPosition: Integer; [rw]

  

end;

Inheritance

TLvlGraphLevel

  

|

TObject



CT Web help

CodeTyphon Studio