Class TStringCardinalTree

Unit

Declaration

type TStringCardinalTree = class(TObject)

Description

This item has no description.

Source: source/component/PasDoc_HierarchyTree.pas (line 62).

Hierarchy

Overview

Fields

Protected FRoot: TPasItemNode;

Methods

Protected function GetIsEmpty: boolean;
Protected function GetFirstItem: TPasItemNode;
Protected procedure NeedRoot;
Public function ItemOfName(const AName: string): TPasItemNode;
Public function InsertName(const AName: string): TPasItemNode; overload;
Public function InsertItem(const AItem: TPasItem): TPasItemNode; overload;
Public function InsertParented(const AParent: TPasItemNode; const AItem: TPasItem): TPasItemNode; overload;
Public function InsertParented(const AParent: TPasItemNode; const AName: string): TPasItemNode; overload;
Public procedure MoveChildLast(const Child, Parent: TPasItemNode);
Public function Level(const ANode: TPasItemNode): Integer;
Public function NextItem(const ANode: TPasItemNode): TPasItemNode;
Public procedure Sort;
Public constructor Create;
Public destructor Destroy; override;

Properties

Public property IsEmpty: boolean read GetIsEmpty;
Public property FirstItem: TPasItemNode read GetFirstItem;

Description

Fields

Protected FRoot: TPasItemNode;

This item has no description.

Source: source/component/PasDoc_HierarchyTree.pas (line 64).

Methods

Protected function GetIsEmpty: boolean;

This item has no description.

Source: source/component/PasDoc_HierarchyTree.pas (line 65).

Protected function GetFirstItem: TPasItemNode;

This item has no description.

Source: source/component/PasDoc_HierarchyTree.pas (line 66).

Protected procedure NeedRoot;

This item has no description.

Source: source/component/PasDoc_HierarchyTree.pas (line 67).

Public function ItemOfName(const AName: string): TPasItemNode;

This item has no description.

Source: source/component/PasDoc_HierarchyTree.pas (line 69).

Public function InsertName(const AName: string): TPasItemNode; overload;

This item has no description.

Source: source/component/PasDoc_HierarchyTree.pas (line 70).

Public function InsertItem(const AItem: TPasItem): TPasItemNode; overload;

This item has no description.

Source: source/component/PasDoc_HierarchyTree.pas (line 71).

Public function InsertParented(const AParent: TPasItemNode; const AItem: TPasItem): TPasItemNode; overload;

This item has no description.

Source: source/component/PasDoc_HierarchyTree.pas (line 72).

Public function InsertParented(const AParent: TPasItemNode; const AName: string): TPasItemNode; overload;

This item has no description.

Source: source/component/PasDoc_HierarchyTree.pas (line 74).

Public procedure MoveChildLast(const Child, Parent: TPasItemNode);

This item has no description.

Source: source/component/PasDoc_HierarchyTree.pas (line 76).

Public function Level(const ANode: TPasItemNode): Integer;

This item has no description.

Source: source/component/PasDoc_HierarchyTree.pas (line 81).

Public function NextItem(const ANode: TPasItemNode): TPasItemNode;

This item has no description.

Source: source/component/PasDoc_HierarchyTree.pas (line 82).

Public procedure Sort;

This item has no description.

Source: source/component/PasDoc_HierarchyTree.pas (line 84).

Public constructor Create;

This item has no description.

Source: source/component/PasDoc_HierarchyTree.pas (line 86).

Public destructor Destroy; override;

This item has no description.

Source: source/component/PasDoc_HierarchyTree.pas (line 87).

Properties

Public property IsEmpty: boolean read GetIsEmpty;

This item has no description.

Source: source/component/PasDoc_HierarchyTree.pas (line 78).

Public property FirstItem: TPasItemNode read GetFirstItem;

This item has no description.

Source: source/component/PasDoc_HierarchyTree.pas (line 79).


Generated by PasDoc 0.17.0.snapshot.