Class TShapeTreeIterator
Unit
Declaration
type TShapeTreeIterator = class(TObject)
Description
Warning: this symbol is deprecated.
Iterates over all TShape items that would be enumerated by Tree.Traverse. Sometimes it's easier to write code using this iterator than to create callbacks and use TShapeTree.Traverse.
Hierarchy
- TObject
- TShapeTreeIterator
Overview
Methods
constructor Create(const Tree: TShapeTree; const OnlyActive: boolean; const OnlyVisible: boolean = false; const OnlyCollidable: boolean = false); |
|
destructor Destroy; override; |
|
function GetNext: boolean; |
Properties
property Current: TShape read FCurrent; |
Description
Methods
constructor Create(const Tree: TShapeTree; const OnlyActive: boolean; const OnlyVisible: boolean = false; const OnlyCollidable: boolean = false); |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |
function GetNext: boolean; |
|
This item has no description. |
Properties
property Current: TShape read FCurrent; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.