Gorilla.UI.FlowChart

Unit Gorilla.UI.FlowChart.pas

Classes

Records

Enumerations

  • enum  TFlowChartPatternAnchorKind  = ( LeftAnchor, TopAnchor, RightAnchor, BottomAnchor ) ;

Constants

  • const FLOWCHART_SIZE_DEFAULT : Integer = $20;
  • const FLOWCHART_SIZE_TWICE_DEFAULT : Integer = $40;
  • const FLOWCHART_SPACE_DEFAULT : Integer = $30;

Mics. types

  • type PLinePair = pointer to TLinePair;

TFlowChartPatternAnchor

Custom flow chart pattern anchor. An anchor is the line attachment point of a specific pattern. Default anchors are handled automatically by the GetLineAnchor() method. Add this to the anchors collection to handle individual anchors.

Ancestors

Members

Fields

Properties

TFlowChartPatternAnchors

Custom flow chart pattern anchor collection, where all anchors for each pattern are stored.

Ancestors

TFlowChartPattern

Is the flow chart representation for a specific instance of a class template (TFlowChartTemplate). This is the visual representation of a template instance.

Ancestors

Members

Fields

Methods

Properties

TFlowChartItemPattern

Custom flow chart item pattern containing a header inside of a body section. The header section contains a checkbox, icon and a caption. The body section is extended from custom rectangle pattern.

Ancestors

Members

Fields

Methods

Properties

TFlowChartContainerPattern

Custom flow chart container pattern containing a header rectangle with a checkbox, icon and label, and in the parent rectangle (extended from TFlowChartRectanglePattern) it contains a label by default.

Ancestors

Members

TFlowChartTemplate

Represents a template for a pattern used inside of the flow chart. This is the logical representation of a class template.

Ancestors

Members

Fields

Methods

Properties

TFlowChartTemplates

Represents the list of all available pattern templates.

Ancestors

Members

TFlowChartFrame

Custom flow chart frame, which holds a number of template pattern and is able to build new patterns by those templates.

Ancestors

Members

Fields

Methods

Properties