Unit LOForm |
Classes |
Functions |
Types |
PLotOfMetrics
TEdgeForConstraintArray
TEdgeForConstraintItems
TEdgeNames
TEdgePair
TLotOfMetrics
TRelationshipNames
TStringConstraints
Constants |
EdgeForConstraintItems
EdgeNames
RelationshipNames
Variables |
Functions |
Types |
PLotOfMetrics = ^TLotOfMetrics
TEdgeForConstraintArray = array [0..2] of TEdgePair;Array of edges possible for constraint
TEdgeForConstraintItems = array [TWhichConstraint] of TEdgeForConstraintArray;Array of arrays of edges possible for constraint
TEdgeNames = array [TEdge] of string;Array of all possible edges
TEdgePair = recordMatch string and edge code
Name : string[10];
Edge : TEdge;
end;
TLotOfMetrics = array[0..64535 div sizeof(TLayoutMetrics)] of TLayoutMetrics;types to store a dynamic array of constraints
TRelationshipNames = array [TRelationship] of string;Array of all possible relationships
TStringConstraints = array[TWhichConstraint] of string;
Constants |
Variables |