Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Variables
Constants
Functions and Procedures
Identifiers

Class TLinkContainer

Unit

cAILink

Declaration

type TLinkContainer = class(AIBaseContainer)

Description

============================================================================

Hierarchy

AIBaseContainer > TActiveList

Methods

Overview

Public function FirstWithLeftHandle(aHandle: int64): boolean;
Public function FirstWithRightHandle(aHandle: int64): boolean;
Public procedure LoadFromFile(var aFile: TextFile);
Public procedure NeutralizeAllLinksWithHandle(aHandle: int64);
Public procedure NeutralizeAllLinksWithLeftHandle(aHandle: int64);
Public procedure NeutralizeAllLinksWithRightHandle(aHandle: int64);
Public function NewLink: AILink; overload;
Public function NextWithLeftHandle(aHandle: int64): boolean;
Public function NextWithRightHandle(aHandle: int64): boolean;
Protected procedure RemoveAllLinksWithLeftHandle(aHandle: int64);
Protected procedure RemoveAllLinksWithRightHandle(aHandle: int64);
Public procedure SaveToFile(var aFile: TextFile);
Public procedure SetLeftObjectPointers(aContainer: AIBaseContainer);
Public procedure SetObjectPointers(aContainer: AIBaseContainer); virtual;
Public procedure SetRightObjectPointers(aContainer: AIBaseContainer);

Description

Public function FirstWithLeftHandle(aHandle: int64): boolean;

 

Public function FirstWithRightHandle(aHandle: int64): boolean;

 

Public procedure LoadFromFile(var aFile: TextFile);

 

Public procedure NeutralizeAllLinksWithHandle(aHandle: int64);

 

Public procedure NeutralizeAllLinksWithLeftHandle(aHandle: int64);

 

Public procedure NeutralizeAllLinksWithRightHandle(aHandle: int64);

 

Public function NewLink: AILink; overload;

 

Public function NextWithLeftHandle(aHandle: int64): boolean;

 

Public function NextWithRightHandle(aHandle: int64): boolean;

 

Protected procedure RemoveAllLinksWithLeftHandle(aHandle: int64);

 

Protected procedure RemoveAllLinksWithRightHandle(aHandle: int64);

 

Public procedure SaveToFile(var aFile: TextFile);

 

Public procedure SetLeftObjectPointers(aContainer: AIBaseContainer);

 

Public procedure SetObjectPointers(aContainer: AIBaseContainer); virtual;

 

Public procedure SetRightObjectPointers(aContainer: AIBaseContainer);

 


Generated by PasDoc 0.8.7 on Wed 01/ Oct 2003 00:51:35